Package Jet.Lex

The Lex Package incorporate the code for reading dictionaries, looking words up in dictionaries, and tokenizing text.

See:
          Description

Class Summary
EnglishLex EnglishLex contains all the methods for reading and interpreting a file of English lexical entries.
LexicalEntry the basic element of the (internal) lexicon: the set of definitions of a word or sequence of words.
Lexicon provides (static) data structures for storing and looking up word definitions.
Tokenizer Tokenizer contains the methods for dividing a string into tokens.
 

Package Jet.Lex Description

The Lex Package incorporate the code for reading dictionaries, looking words up in dictionaries, and tokenizing text.