com.ta.TagExtractAPI
Interface ExtractSentence


public interface ExtractSentence

Representation of a sentence.
A sentence is made of syntactic groups.


Method Summary
 java.lang.String getFileName()
          To obtain the file name where the sentence comes from.
 java.util.ArrayList<ExtractGroup> getGroups()
          To obtain the list of ExtractGroup in the sentence.
 java.lang.String toString()
          Out of the box character string representation
 

Method Detail

getFileName

java.lang.String getFileName()
To obtain the file name where the sentence comes from.


getGroups

java.util.ArrayList<ExtractGroup> getGroups()
To obtain the list of ExtractGroup in the sentence.


toString

java.lang.String toString()
Out of the box character string representation

Overrides:
toString in class java.lang.Object