org.carrot2.text.linguistic
Interface ILexicalDataFactory

All Known Implementing Classes:
DefaultLexicalDataFactory

public interface ILexicalDataFactory

Provides instances of ILexicalData for each language.


Method Summary
 ILexicalData getLexicalData(LanguageCode languageCode)
          Provide ILexicalData for a given language.
 

Method Detail

getLexicalData

ILexicalData getLexicalData(LanguageCode languageCode)
Provide 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.



Copyright (c) Dawid Weiss, Stanislaw Osinski