ipipan.spejd.rules
Class Sentence

java.lang.Object
  extended by ipipan.spejd.rules.Sentence

public class Sentence
extends java.lang.Object


Field Summary
 LexDictionary dict
           
 
Constructor Summary
Sentence()
           
 
Method Summary
 Entity get(java.lang.String segId)
           
 boolean loadSentence()
           
 void openFile(java.io.File path)
           
 void printXML()
           
 Entity[] toArray()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dict

public LexDictionary dict
Constructor Detail

Sentence

public Sentence()
Method Detail

openFile

public void openFile(java.io.File path)

get

public Entity get(java.lang.String segId)

loadSentence

public boolean loadSentence()

toArray

public Entity[] toArray()

update

public void update()

printXML

public void printXML()