|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.ling.ValueLabel
edu.stanford.nlp.ling.StringLabel
edu.stanford.nlp.ling.Tag
public class Tag
A Tag object acts as a Label by containing a
String that is a part-of-speech tag.
| Constructor Summary | |
|---|---|
Tag()
Constructs a Tag object. |
|
Tag(Label lab)
Creates a new tag whose tag value is the value of any class that supports the Label interface. |
|
Tag(java.lang.String tag)
Constructs a Tag object. |
|
| Method Summary | |
|---|---|
static LabelFactory |
factory()
Return a factory for this kind of label (i.e., Tag). |
LabelFactory |
labelFactory()
Return a factory for this kind of label (i.e., Tag). |
void |
setTag(java.lang.String tag)
Set the tag value for the label (if one is stored). |
java.lang.String |
tag()
Return the tag value of the label (or null if none). |
| Methods inherited from class edu.stanford.nlp.ling.StringLabel |
|---|
beginPosition, endPosition, setBeginPosition, setEndPosition, setFromString, setValue, toString, value |
| Methods inherited from class edu.stanford.nlp.ling.ValueLabel |
|---|
compareTo, equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Tag()
public Tag(java.lang.String tag)
tag - The tag namepublic Tag(Label lab)
Label interface.
lab - The label to be used as the basis of the new Tag| Method Detail |
|---|
public java.lang.String tag()
HasTag
tag in interface HasTagpublic void setTag(java.lang.String tag)
HasTag
setTag in interface HasTagtag - The tag value for the labelpublic LabelFactory labelFactory()
Tag).
The factory returned is always the same one (a singleton).
labelFactory in interface LabellabelFactory in class StringLabelpublic static LabelFactory factory()
Tag).
The factory returned is always the same one (a singleton).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||