| Package | Description |
|---|---|
| CoOccurrence |
| Modifier and Type | Method and Description |
|---|---|
Term |
CoOccurrence.getFirst()
Returns the first term stored in this CoOccurrence
|
Term |
CoOccurrence.getSecond()
Returns the second term stored in this CoOccurrence
|
Term |
TermSeen.getTerm() |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<Term,java.util.ArrayList<CoOccurrence>> |
CoOccurrenceMatrix.getIndex()
Returns index representing the incidence matrix.
|
java.util.ArrayList<Term> |
Cluster.getTerms() |
java.util.HashMap<Term,java.lang.Double> |
Cluster.getTermset() |
java.util.Iterator<Term> |
CoOccurrenceMatrix.iteratorTerms()
Returns an iterator over all nodes in the graph represented by the matrix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dictionary.add(Term term,
int i)
Adds terms to the dictionary only if they don't exist.
|
void |
TermSeen.setTerm(Term term) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FactoryforMatrixSWsynonyms.addTermsInList(java.util.ArrayList<Term> list,
CoOccurrenceMatrix myMatrix) |
boolean |
CoOccurrenceMatrix.compareIndex(java.util.HashMap<Term,java.util.ArrayList<CoOccurrence>> index) |
void |
CoOccurrenceMatrix.setIndex(java.util.HashMap<Term,java.util.ArrayList<CoOccurrence>> index) |
void |
Cluster.setTermset(java.util.HashMap<Term,java.lang.Double> termset) |
| Constructor and Description |
|---|
CoOccurrence(Term first,
Term second,
java.lang.Double frequency)
Sole constructor.
|
TermCurvature(Term term,
java.lang.Double curvature) |
TermSeen(Term term,
int startPos,
int endPos)
Constructs a TermSeen using a final term from dictionary
and its startPos as well as endPos.
|