public class MorfologikTagger extends Object implements WordTagger
| Constructor and Description |
|---|
MorfologikTagger(morfologik.stemming.Dictionary dictionary)
Constructs a MorfologikTagger with the given morfologik dictionary.
|
MorfologikTagger(morfologik.stemming.Dictionary dictionary,
boolean internTags) |
MorfologikTagger(String dictPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getInternTags() |
void |
setInternTags(boolean enabled) |
List<TaggedWord> |
tag(String word) |
public MorfologikTagger(String dictPath)
public MorfologikTagger(morfologik.stemming.Dictionary dictionary)
public MorfologikTagger(morfologik.stemming.Dictionary dictionary,
boolean internTags)
public boolean getInternTags()
public void setInternTags(boolean enabled)
public List<TaggedWord> tag(String word)
tag in interface WordTaggerword - the word to be tagged