Uses of Interface
edu.mit.jmwe.detect.IInflectionRule

Packages that use IInflectionRule
edu.mit.jmwe.detect Provides MWE detector API, a baseline detector, plus numerous other detector implementations. 
 

Uses of IInflectionRule in edu.mit.jmwe.detect
 

Classes in edu.mit.jmwe.detect that implement IInflectionRule
 class InflectionRule
          Enumerates the ways in which MWEs with certain parts of speech are allowed to inflect.
 

Methods in edu.mit.jmwe.detect that return types with arguments of type IInflectionRule
 Collection<IInflectionRule> InflectionPattern.getRules()
          Returns the set of inflection rules to be used by this detector.
 

Method parameters in edu.mit.jmwe.detect with type arguments of type IInflectionRule
static boolean InflectionRule.isInflectedByPattern(IMWE<?> mwe, Collection<? extends IInflectionRule> rules)
          Returns true if the specified MWE inflects according to some rule in the specified collection; false otherwise.
 



Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.