- get_cooccurSet(boolean) - Method in class util.Synonyms
-
- get_Final_cooccurSet213(HashMap<String, Double>) - Method in class util.Synonyms
-
Returning a final set of co-occurrences that are sorted according to
their dictionary frequencies-- not raw, original dict freq.
- get_Final_cooccurSetSimple(String) - Method in class util.Synonyms
-
Return a final set of co-occurrence terms that
1.
- get_Final_synonymSet(String) - Method in class util.Synonyms
-
Returning a final set of synonyms that are sorted according to
their dictionary frequencies-- not raw, original dict freq.
- get_Final_synonymSetSimple(String) - Method in class util.Synonyms
-
Returning a final set of synonyms that
1.
- getAllSynClasses(String, Map<String, Synonyms>) - Static method in class util.SynonymsHelper
-
For a synonym, this function populates the synonym with all the direct synonyms
of its co-occurring terms.
- getAllSynClasses_indirect(Synonyms, Map<String, Synonyms>) - Static method in class util.SynonymsHelper
-
For a synonym, this function populates the synonym with all the indirect synonyms
of its co-occurring terms.
- getBestMatch() - Method in class CoOccurrence.Cluster
-
- getCluster() - Method in class CoOccurrence.Cluster
-
- getClusterNumber() - Method in class CoOccurrence.Cluster
-
- getCoOcc() - Method in class util.Synonyms
-
- getCurvature() - Method in class CoOccurrence.TermCurvature
-
- getDictionary() - Method in class CoOccurrence.CoOccurrenceMatrix
-
Returns the dictionary used for building this matrix
- getEndPos() - Method in class CoOccurrence.TermSeen
-
- getFinal(Map<String, Synonyms>, Pattern, Pattern, HashMap<String, Double>, String) - Static method in class util.SynonymsHelper
-
Method for making sure that we choose a synonym that
1.
- getFirst() - Method in class CoOccurrence.CoOccurrence
-
Returns the first term stored in this CoOccurrence
- getFrequency() - Method in class CoOccurrence.CoOccurrence
-
Returns the frequency with which the two terms stored, co-occur.
- getHasBestMatch() - Method in class CoOccurrence.Cluster
-
- getHasPrevious() - Method in class CoOccurrence.Cluster
-
- getIndex() - Method in class CoOccurrence.CoOccurrenceMatrix
-
Returns index representing the incidence matrix.
- getInternalClusters() - Method in class CoOccurrence.Cluster
-
- getjaccardofTerms(String[], String[]) - Static method in class util.SynonymsHelper
-
- getLength() - Method in class CoOccurrence.Term
-
Returns the length of the string represented by this Term
- getMembers() - Method in class CoOccurrence.Cluster
-
- getMerged() - Method in class util.Synonyms
-
- getName() - Method in class CoOccurrence.Cluster
-
- getoverlapofTerms(String[], String[]) - Static method in class util.SynonymsHelper
-
- getPeriod() - Method in class CoOccurrence.CoOccurrenceMatrix
-
- getPreviousMatch() - Method in class CoOccurrence.Cluster
-
- getRepresentative() - Method in class util.Synonyms
-
- getrepresentative() - Method in class util.Synonyms
-
- getReprLength() - Method in class util.Synonyms
-
- getScore() - Method in class util.Synonyms
-
- getSecond() - Method in class CoOccurrence.CoOccurrence
-
Returns the second term stored in this CoOccurrence
- getStartPos() - Method in class CoOccurrence.TermSeen
-
- getSynonymSet() - Method in class util.Synonyms
-
- getTerm() - Method in class CoOccurrence.Term
-
Returns the term as a string.
- getTerm() - Method in class CoOccurrence.TermCurvature
-
- getTerm() - Method in class CoOccurrence.TermSeen
-
- getTerms() - Method in class CoOccurrence.Cluster
-
- getTermset() - Method in class CoOccurrence.Cluster
-
- getTime() - Method in class CoOccurrence.Cluster
-
- getTopTerms(int, String) - Method in class CoOccurrence.CoOccurrenceMatrix
-
Method for returning the top k terms that co-occur with
query term in the co-occurrence matrix.
- getUnion(ArrayList<String>, ArrayList<String>) - Static method in class util.SynonymsHelper
-