| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.pos |
Package containing the Main ixa-pipe-pos annotation classes.
|
| Modifier and Type | Method and Description |
|---|---|
Morpheme |
MorphoFactory.createMorpheme(String word,
String tag)
Construct morpheme object with word and morphological tag.
|
Morpheme |
MorphoFactory.createMorpheme(String word,
String tag,
String lemma)
Construct morpheme object with word, tag and lemma.
|
| Modifier and Type | Method and Description |
|---|---|
List<Morpheme> |
MorphoTagger.getMorphemes(String[] tokens)
Get morphological analysis from a tokenized sentence.
|
List<Morpheme> |
MorphoTagger.getMorphemesFromStrings(List<String> posTags,
String[] tokens)
Create
Morpheme objects from the output of posAnnotate. |
Copyright © 2015 IXA pipes. All rights reserved.