org.cogroo.entities
Class Tag
java.lang.Object
org.cogroo.entities.Tag
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ChunkTag, MorphologicalTag, SyntacticTag
public abstract class Tag
- extends Object
- implements Serializable
Represents a classification of a token (or chunk) according to its
morphological or syntactical classification.
- Author:
- William Colen
- See Also:
- Serialized Form
Constructor Summary |
Tag()
|
Tag
public Tag()
match
public boolean match(Tag tag)
match
public abstract boolean match(TagMask tagMask)
toVerboseString
public abstract String toVerboseString()
Copyright © 2012-2013 CoGrOO. All Rights Reserved.