Package | Description |
---|---|
org.languagetool.tagging | |
org.languagetool.tagging.de | |
org.languagetool.tagging.uk |
Modifier and Type | Method and Description |
---|---|
List<TaggedWord> |
CombiningTagger.tag(String word) |
List<TaggedWord> |
WordTagger.tag(String word) |
List<TaggedWord> |
ManualTagger.tag(String word)
Look up a word's baseform (lemma) and POS information.
|
List<TaggedWord> |
MorfologikTagger.tag(String word) |
Modifier and Type | Method and Description |
---|---|
protected List<AnalyzedToken> |
BaseTagger.asAnalyzedTokenListForTaggedWords(String word,
List<TaggedWord> taggedWords) |
Modifier and Type | Method and Description |
---|---|
List<TaggedWord> |
GermanTagger.tag(String word) |
Modifier and Type | Method and Description |
---|---|
static List<TaggedWord> |
PosTagHelper.addIfNotContains(List<TaggedWord> taggedWords,
String addTag) |
static List<TaggedWord> |
PosTagHelper.addIfNotContains(List<TaggedWord> taggedWords,
String addTag,
String lemma) |
static List<TaggedWord> |
PosTagHelper.adjust(List<TaggedWord> taggedWords,
String lemmaPrefix,
String lemmaSuffix,
String... addTags) |
static List<TaggedWord> |
PosTagHelper.filter2(List<TaggedWord> analyzedTokens,
Pattern posTag) |
static List<TaggedWord> |
PosTagHelper.filter2Negative(List<TaggedWord> analyzedTokens,
Pattern posTag) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PosTagHelper.hasPosTag(TaggedWord analyzedToken,
Pattern posTagRegex) |
Modifier and Type | Method and Description |
---|---|
static List<TaggedWord> |
PosTagHelper.addIfNotContains(List<TaggedWord> taggedWords,
String addTag) |
static List<TaggedWord> |
PosTagHelper.addIfNotContains(List<TaggedWord> taggedWords,
String addTag,
String lemma) |
static List<TaggedWord> |
PosTagHelper.adjust(List<TaggedWord> taggedWords,
String lemmaPrefix,
String lemmaSuffix,
String... addTags) |
static List<TaggedWord> |
PosTagHelper.filter2(List<TaggedWord> analyzedTokens,
Pattern posTag) |
static List<TaggedWord> |
PosTagHelper.filter2Negative(List<TaggedWord> analyzedTokens,
Pattern posTag) |
static boolean |
PosTagHelper.hasPosTag2(List<TaggedWord> taggedWords,
Pattern pattern) |
static boolean |
PosTagHelper.hasPosTagPart2(List<TaggedWord> taggedWords,
String posTagPart) |
static boolean |
PosTagHelper.hasPosTagStart2(List<TaggedWord> taggedWords,
String posTagPart) |