Package com.ta.TagExtractAPI

Interface Summary
Candidate Representation of one term candidate
ExtractAPI Top-level API for extraction
Basically the process is as follows:
- create an Extract instance and set an ExtractAPI interface
- call apply()
- create a Filtering instance and set a FilteringAPI interface
- call apply()
ExtractGroup Representation of a syntactic group.
ExtractRelation Representation of a relation between two groups.
ExtractSentence Representation of a sentence.
FilteringAPI Top-level API for filtering
Filtering is applied to the result of an extraction in order to obtain a controled sub-set.
GenericGroup  
 

Class Summary
FilteringPattern For the specification of filtering based on a structural criterion.