|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipipan.spejd.entities.Entity
ipipan.spejd.entities.SentenceBorder
public class SentenceBorder
A representation of sentence beginning (sb) or end (se).
Field Summary | |
---|---|
static char |
BEGIN
|
static char |
END
|
Fields inherited from class ipipan.spejd.entities.Entity |
---|
ARRAY, GROUP, NOSPACE, NULL, SEGMENT, TOKEN, WORD |
Constructor Summary | |
---|---|
SentenceBorder(char type)
|
Method Summary | |
---|---|
void |
printXML(java.io.PrintStream out)
Prints the XML (XCES) representation of entity on the given PrintStream. |
java.lang.String |
toTxt()
Returns the representation of entity in the internal text format. |
Methods inherited from class ipipan.spejd.entities.Entity |
---|
add, concatAttr, concatAttr, delete, getAttr, getCommonValues, getGroupType, getId, getInterpretationArray, getInterpretations, getReplacement, getSemHead, getSynHead, setReplacement, setRule, unify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final char BEGIN
public static final char END
Constructor Detail |
---|
public SentenceBorder(char type)
Method Detail |
---|
public java.lang.String toTxt()
Entity
toTxt
in class Entity
public void printXML(java.io.PrintStream out)
Entity
printXML
in class Entity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |