ipipan.spejd.entities
Class Word

java.lang.Object
  extended by ipipan.spejd.entities.Entity
      extended by ipipan.spejd.entities.Segment
          extended by ipipan.spejd.entities.Word

public class Word
extends Segment

A representation of syntactic group.


Field Summary
 
Fields inherited from class ipipan.spejd.entities.Entity
ARRAY, GROUP, NOSPACE, NULL, SEGMENT, TOKEN, WORD
 
Constructor Summary
Word(Interpretation[] interp, Entity[] content)
           
 
Method Summary
 void printXML(java.io.PrintStream out)
          Prints the XML (XCES) representation of entity on the given PrintStream.
 
Methods inherited from class ipipan.spejd.entities.Segment
add, delete, getAttr, getInterpretationArray, getInterpretations, getSemHead, getSynHead
 
Methods inherited from class ipipan.spejd.entities.Entity
concatAttr, concatAttr, getCommonValues, getGroupType, getId, getReplacement, setReplacement, setRule, toTxt, unify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Word

public Word(Interpretation[] interp,
            Entity[] content)
Method Detail

printXML

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

Overrides:
printXML in class Segment