public interface MorphosyntacticTagsAttribute extends Attribute
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear to default value.
|
List<StringBuilder> |
getTags()
Returns the POS tag of the term.
|
void |
setTags(List<StringBuilder> tags)
Set the POS tag.
|
void setTags(List<StringBuilder> tags)
tags
- A list of POS tags corresponding to current lemma.List<StringBuilder> getTags()
void clear()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.