ipipan.spejd.rules
Class Sentence

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

public class Sentence
extends java.lang.Object


Field Summary
 int lastId
           
 
Constructor Summary
Sentence(Config conf, LexDictionary dict, Stempelator stemmer)
           
 
Method Summary
 Entity get(java.lang.String segId)
           
 java.lang.String getNewId()
           
 boolean loadSentence()
           
 void openFile(java.io.File path, Config conf)
           
 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

lastId

public int lastId
Constructor Detail

Sentence

public Sentence(Config conf,
                LexDictionary dict,
                Stempelator stemmer)
Method Detail

getNewId

public java.lang.String getNewId()

openFile

public void openFile(java.io.File path,
                     Config conf)

get

public Entity get(java.lang.String segId)

loadSentence

public boolean loadSentence()

toArray

public Entity[] toArray()

update

public void update()

printXML

public void printXML()