| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.lemma | |
| eus.ixa.ixa.pipe.pos |
Package containing the Main ixa-pipe-pos annotation classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<Morpheme> |
StatisticalLemmatizer.getMorphemes(String[] tokens,
String[] posTags)
Get lemmas from a tokenized and pos tagged sentence.
|
List<Morpheme> |
StatisticalLemmatizer.getMorphemesFromStrings(String[] tokens,
String[] posTags,
List<String> lemmas)
Create
Morpheme objects from the output of posAnnotate. |
| 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> |
StatisticalTagger.getMorphemes(String[] tokens)
Get morphological analysis from a tokenized sentence.
|
List<Morpheme> |
StatisticalTagger.getMorphemesFromStrings(List<String> posTags,
String[] tokens)
Create
Morpheme objects from the output of posAnnotate. |
Copyright © 2016 IXA pipes. All rights reserved.