public class MorfologikMorphoTagger extends Object implements DictionaryTagger
| Constructor and Description |
|---|
MorfologikMorphoTagger(URL dictURL,
String aLang)
Reads a dictionary in morfologik FSA format.
|
public MorfologikMorphoTagger(URL dictURL, String aLang) throws IOException
dictURL - the URL containing the dictionaryaLang - the languageIOException - throws an exception if dictionary path is not correctpublic String tag(String word, String posTag)
tag in interface DictionaryTaggerword - the surface formposTag - the posTag to be post-processedCopyright © 2015 IXA pipes. All rights reserved.