| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_PHRASE |
static int |
TYPE_TERM |
static int |
TYPE_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
void |
addFrequency(int inc) |
Concept |
copy() |
boolean |
equalTo(Concept concept) |
int |
getConceptType()
Return 1 for ontological term, 2 for multiword phrase, and 3 for token
|
Word |
getEndingWord()
Gets the last word of the concept.
|
String |
getEntryID() |
int |
getFrequency() |
int |
getIndex() |
Object |
getMemo() |
String |
getName() |
String |
getSemanticType() |
Word |
getStartingWord()
Gets the first word of the concept.
|
double |
getWeight() |
boolean |
isSubConcept() |
void |
setFrequency(int frequency) |
void |
setIndex(int index) |
void |
setMemo(Object memo) |
void |
setWeight(double weight) |
static final int TYPE_TERM
static final int TYPE_PHRASE
static final int TYPE_TOKEN
int getConceptType()
Concept copy()
String getName()
String getEntryID()
String getSemanticType()
boolean isSubConcept()
int getIndex()
void setIndex(int index)
int getFrequency()
void setFrequency(int frequency)
void addFrequency(int inc)
void setWeight(double weight)
double getWeight()
Object getMemo()
void setMemo(Object memo)
boolean equalTo(Concept concept)
Word getStartingWord()
Word getEndingWord()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.