|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJet.Lex.EnglishLex
EnglishLex contains all the methods for reading and interpreting a file of English lexical entries.
Constructor Summary | |
EnglishLex()
|
Method Summary | |
static java.lang.String[] |
nounPlural(java.lang.String[] words)
|
static void |
readLexicon(java.io.Reader reader)
reads the English lexicon entries from source reader, expands them (generating inflectional variants), and adds them to the dictionary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnglishLex()
Method Detail |
public static void readLexicon(java.io.Reader reader) throws java.io.IOException
java.io.IOException
public static java.lang.String[] nounPlural(java.lang.String[] words)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |