com.ta.TagExtractAPI
Interface Candidate


public interface Candidate

Representation of one term candidate


Field Summary
static int ACCEPT
          for term creation
static int NOTHING
          nor accepted, nor rejected = default value
static int REJECT
          in order to ignore this term
 
Method Summary
 int getAcceptReject()
          To consult the AcceptReject status
 boolean getCounting()
          When the candidate has been selected by a counting criterion
 boolean getDistributional()
          When the candidate has been selected by a distributional criterion
 java.lang.String getInflectedForms()
          To get the inflected forms.
 boolean getStructural()
          When the candidate has been selected by a structural criterion
 boolean getTextual()
          When the candidate has been selected by a textual criterion
 void setAcceptReject(int e)
          To set the AcceptReject status
 

Field Detail

NOTHING

static final int NOTHING
nor accepted, nor rejected = default value

See Also:
Constant Field Values

ACCEPT

static final int ACCEPT
for term creation

See Also:
Constant Field Values

REJECT

static final int REJECT
in order to ignore this term

See Also:
Constant Field Values
Method Detail

getInflectedForms

java.lang.String getInflectedForms()
To get the inflected forms. Recall: an inflected form is for instance, "gone", compared to "go" that is a lemmatized form.


getCounting

boolean getCounting()
When the candidate has been selected by a counting criterion


getStructural

boolean getStructural()
When the candidate has been selected by a structural criterion


getDistributional

boolean getDistributional()
When the candidate has been selected by a distributional criterion


getTextual

boolean getTextual()
When the candidate has been selected by a textual criterion


getAcceptReject

int getAcceptReject()
To consult the AcceptReject status


setAcceptReject

void setAcceptReject(int e)
To set the AcceptReject status