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