public interface ILexicalDataFactory
ILexicalData
for each language.Modifier and Type | Method and Description |
---|---|
ILexicalData |
getLexicalData(LanguageCode languageCode)
Provide
ILexicalData for a given language. |
ILexicalData getLexicalData(LanguageCode languageCode)
ILexicalData
for a given language. May take
considerable time to read and parse resources from disk. Factories
should cache their processed data structures, if possible.