Uses of Class
edu.mit.jmwe.detect.InflectionRule

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

Uses of InflectionRule in edu.mit.jmwe.detect
 

Methods in edu.mit.jmwe.detect that return InflectionRule
static InflectionRule InflectionRule.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InflectionRule[] InflectionRule.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



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