Uses of Class
jvntextpro.data.TWord

Packages that use TWord
jvntextpro.data   
 

Uses of TWord in jvntextpro.data
 

Methods in jvntextpro.data that return TWord
 TWord Sentence.getTWordAt(int pos)
          Gets the t word at.
 

Methods in jvntextpro.data with parameters of type TWord
 void Sentence.addTWord(TWord tword)
          Adds the t word.