|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectBaseTagger
CzechTagger
public class CzechTagger
Czech POS tagger based on FSA morphological dictionaries.
| Constructor Summary | |
|---|---|
CzechTagger()
|
|
| Method Summary | |
|---|---|
void |
setFileName()
Set the filename in a JAR, eg. |
List<AnalyzedTokenReadings> |
tag(List<String> sentenceTokens)
Returns a list of AnalyzedTokens that assigns each term in the
sentence some kind of part-of-speech information (not necessarily just one tag). |
| Methods inherited from class BaseTagger |
|---|
createNullToken |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CzechTagger()
| Method Detail |
|---|
public void setFileName()
BaseTagger
setFileName in class BaseTagger
public final List<AnalyzedTokenReadings> tag(List<String> sentenceTokens)
throws IOException
TaggerAnalyzedTokens that assigns each term in the
sentence some kind of part-of-speech information (not necessarily just one tag).
Note that this method takes exactly one sentence. Its implementation may implement special cases for the first word of a sentence, which is usually written with an uppercase letter.
tag in interface Taggertag in class BaseTaggersentenceTokens - the text as returned by a WordTokenizer but whithout whitespace tokens.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||