public class Resources extends Object
| Constructor and Description |
|---|
Resources() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getBinaryDict(String lang)
The the dictionary for the
MorfologikLemmatizer. |
URL |
getBinaryTaggerDict(String lang)
The the dictionary for the
MorfologikMorphoTagger. |
InputStream |
getDictionary(String lang)
Get the dictionary for the
SimpleLemmatizer. |
String |
setTagConstant(String lang,
String postag)
Ad-hoc assignment of constant tags, typically proper names.
|
public final InputStream getDictionary(String lang)
SimpleLemmatizer.lang - the languagepublic final URL getBinaryDict(String lang)
MorfologikLemmatizer.lang - the languagepublic final URL getBinaryTaggerDict(String lang)
MorfologikMorphoTagger.lang - the languageCopyright © 2015 IXA pipes. All rights reserved.