ipipan.spejd.entities
Class SentenceBorder

java.lang.Object
  extended by ipipan.spejd.entities.Entity
      extended by ipipan.spejd.entities.SentenceBorder

public class SentenceBorder
extends Entity

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

BEGIN

public static final char BEGIN
See Also:
Constant Field Values

END

public static final char END
See Also:
Constant Field Values
Constructor Detail

SentenceBorder

public SentenceBorder(char type)
Method Detail

toTxt

public java.lang.String toTxt()
Description copied from class: Entity
Returns the representation of entity in the internal text format.

Overrides:
toTxt in class Entity

printXML

public void printXML(java.io.PrintStream out)
Description copied from class: Entity
Prints the XML (XCES) representation of entity on the given PrintStream.

Specified by:
printXML in class Entity