public interface SynonymPlugin
| Modifier and Type | Method and Description |
|---|---|
String |
detectEncoding(Object document)
Method to detect encoding.
|
String |
detectLanguage(Object document)
Method to detect the language.
|
void |
init(String optConfigFile)
Method to initialise this plugin, the configuration file is optional,
but most language detection tools need some sort of statistics,
references and so on.
|
void init(String optConfigFile)
optConfigFile - - The config fileString detectLanguage(Object document)
document - The documentCopyright © 2014. All Rights Reserved.