| 
Class Summary | 
| Americanize | 
Takes a String and returns an Americanized version of it based on
 a list of British-to-American spellings and some rules. | 
| BioLemmatizer | 
BioLemmatizer: Lemmatize a word in biomedical texts and return its lemma; the part of speech
 (POS) of the word is optional. | 
| BioLemmatizerCmdOpts | 
Command-line options for the BioLemmatizer | 
| LemmataEntry | 
LemmataEntry: store POS tags and corresponding lemmas for one lemmata entry | 
| LemmataEntry.Lemma | 
Simple utility class to store a single lemma/pos combination |