A C E F G H I N R S T W

A

ACCEPT - Static variable in interface com.ta.TagExtractAPI.Candidate
for term creation
addRelation(ExtractRelation) - Method in interface com.ta.TagExtractAPI.GenericGroup
 
apply(String, boolean, ArrayList<String>, ArrayList<String>, boolean) - Method in interface com.ta.TagExtractAPI.ExtractAPI
Runs the extractor on a set of files
apply(ExtractAPI, int, int, ArrayList<FilteringPattern>, double, double, String, String, Set<String>, Set<String>, Set<String>, boolean, Set<String>) - Method in interface com.ta.TagExtractAPI.FilteringAPI
Run the filtering after an extraction.

C

Candidate - Interface in com.ta.TagExtractAPI
Representation of one term candidate
com.ta.TagExtractAPI - package com.ta.TagExtractAPI
 

E

ExtractAPI - Interface in com.ta.TagExtractAPI
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 - Interface in com.ta.TagExtractAPI
Representation of a syntactic group.
ExtractRelation - Interface in com.ta.TagExtractAPI
Representation of a relation between two groups.
ExtractSentence - Interface in com.ta.TagExtractAPI
Representation of a sentence.

F

FilteringAPI - Interface in com.ta.TagExtractAPI
Top-level API for filtering
Filtering is applied to the result of an extraction in order to obtain a controled sub-set.
FilteringPattern - Class in com.ta.TagExtractAPI
For the specification of filtering based on a structural criterion.
FilteringPattern(String) - Constructor for class com.ta.TagExtractAPI.FilteringPattern
Constructor of a pattern for structural criterion, to be used in method "apply" of FilteringAPI.

G

GenericGroup - Interface in com.ta.TagExtractAPI
 
getAcceptReject() - Method in interface com.ta.TagExtractAPI.Candidate
To consult the AcceptReject status
getCounting() - Method in interface com.ta.TagExtractAPI.Candidate
When the candidate has been selected by a counting criterion
getDistributional() - Method in interface com.ta.TagExtractAPI.Candidate
When the candidate has been selected by a distributional criterion
getFileName() - Method in interface com.ta.TagExtractAPI.ExtractSentence
To obtain the file name where the sentence comes from.
getGroupName() - Method in interface com.ta.TagExtractAPI.ExtractGroup
To obtain the type of syntactic group.
getGroups() - Method in interface com.ta.TagExtractAPI.ExtractSentence
To obtain the list of ExtractGroup in the sentence.
getHIT() - Method in class com.ta.TagExtractAPI.FilteringPattern
getter method in order to restrict to terms in thesaurus
getInflectedForms() - Method in interface com.ta.TagExtractAPI.Candidate
To get the inflected forms.
getInflectedForms() - Method in interface com.ta.TagExtractAPI.ExtractGroup
To obtain the list of inflected forms.
getLabel() - Method in class com.ta.TagExtractAPI.FilteringPattern
To obtain the label used during creation.
getLemmatisedForms() - Method in interface com.ta.TagExtractAPI.ExtractGroup
To obtain the list of lemmatised forms.
getNbInternalGroups() - Method in interface com.ta.TagExtractAPI.ExtractGroup
To obtain the number of embedded groups.
getPartsOfSpeech() - Method in interface com.ta.TagExtractAPI.ExtractGroup
To obtain the list of parts of speech: one for each word.
getRelations() - Method in interface com.ta.TagExtractAPI.ExtractGroup
To obtain the list of the relations pertaining to the group
getRelationType() - Method in interface com.ta.TagExtractAPI.ExtractRelation
Get a number to identify the type of relation
getResult() - Method in interface com.ta.TagExtractAPI.ExtractAPI
To obtain the extraction result
getResult() - Method in interface com.ta.TagExtractAPI.FilteringAPI
Returns the candidates, i.e. the result of filtering
Each result is a pair composed of:
- the term's lemmatised form, as a TreeMap key
- the Candidate instance, as a TreeMap value
getSentenceNumber() - Method in interface com.ta.TagExtractAPI.ExtractAPI
To get the number of sentences in the corpus
getSignature() - Method in interface com.ta.TagExtractAPI.GenericGroup
 
getStructural() - Method in interface com.ta.TagExtractAPI.Candidate
When the candidate has been selected by a structural criterion
getTakeIt() - Method in class com.ta.TagExtractAPI.FilteringPattern
getter method in order to flag/unflag a pattern.
getTarget() - Method in interface com.ta.TagExtractAPI.ExtractRelation
Get the ExtractGroup that is refered by the relation.
getTextual() - Method in interface com.ta.TagExtractAPI.Candidate
When the candidate has been selected by a textual criterion
getWordNumber() - Method in interface com.ta.TagExtractAPI.ExtractAPI
To get the number of words after lemmatization

H

HEAD_IN_THESAURUS_NO - Static variable in class com.ta.TagExtractAPI.FilteringPattern
 
HEAD_IN_THESAURUS_NOT_PERT - Static variable in class com.ta.TagExtractAPI.FilteringPattern
 
HEAD_IN_THESAURUS_YES - Static variable in class com.ta.TagExtractAPI.FilteringPattern
 

I

isWeakTypography() - Method in interface com.ta.TagExtractAPI.ExtractAPI
To consult the mode: weak = uppercase without any accent

N

NOTHING - Static variable in interface com.ta.TagExtractAPI.Candidate
nor accepted, nor rejected = default value

R

REJECT - Static variable in interface com.ta.TagExtractAPI.Candidate
in order to ignore this term

S

setAcceptReject(int) - Method in interface com.ta.TagExtractAPI.Candidate
To set the AcceptReject status
setHIT(int) - Method in class com.ta.TagExtractAPI.FilteringPattern
setter method in order to restrict to terms in thesaurus
setSignature(String) - Method in interface com.ta.TagExtractAPI.GenericGroup
 
setTakeIt(boolean) - Method in class com.ta.TagExtractAPI.FilteringPattern
setter method in order to flag/unflag a pattern.

T

toString() - Method in interface com.ta.TagExtractAPI.ExtractGroup
Out of the box printing method.
toString() - Method in interface com.ta.TagExtractAPI.ExtractSentence
Out of the box character string representation

W

writeResult(String) - Method in interface com.ta.TagExtractAPI.ExtractAPI
Write the result in an XML file
writeResult(String) - Method in interface com.ta.TagExtractAPI.FilteringAPI
Write the result in an XML file

A C E F G H I N R S T W