Package edu.northwestern.at.utils.corpuslinguistics.inflector.wordrule

WordRule.

See:
          Description

Interface Summary
WordRule Interface for a rule to transform a word.
 

Class Summary
AbstractRegexReplacementRule An abstract rule specified using a regular expression and replacement.
CategoryInflectionRule A rule for specifying an inflection using suffixes that only applies to a subset of words with those suffixes (a category).
IrregularMappingRule A rule for specifying an irregular inflection using a combination of a map of singular to plural forms and a regular expression replacement.
RegexReplacementRule A rule specified using a regular expression and a replacement string.
SuffixInflectionRule A rule for specifying an inflection using suffixes.
 

Package edu.northwestern.at.utils.corpuslinguistics.inflector.wordrule Description

WordRule.

A WordRule specifies a transformation of a word string from one form to another. A WordRule may be used to specify how to form the plural form of a noun given its singular form, for example.