Maven module :un.api : api-linguistics :
Class : un.api.linguistics.Lexicon
Extends/Implements : -
Subclasses : -

Basicaly a dictionnary.
documents :
http://en.wikipedia.org/wiki/Lexicon
author  Johann Sorel


Variables : -
Functions : getLanguage, createIterator, getWord




Lexicon language.
return  Language never null
Language getLanguage ()


Create an iterator over all words.
return  Iterator of Word objects
Iterator createIterator ()


Find word for given text.
param  word
return  Word or null if not found
Word getWord (Chars word)