public interface HasTag
HasTag interface
knows about part-of-speech tags.| Modifier and Type | Method and Description |
|---|---|
void |
setTag(String tag)
Set the tag value for the label (if one is stored).
|
String |
tag()
Return the tag value of the label (or null if none).
|