|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int NOTHING
static final int ACCEPT
static final int REJECT
Method Detail |
---|
java.lang.String getInflectedForms()
boolean getCounting()
boolean getStructural()
boolean getDistributional()
boolean getTextual()
int getAcceptReject()
void setAcceptReject(int e)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |