- getCoordinate() - Method in class de.psychometrica.lsa.SemanticVector
-
- getCoordinate(int) - Method in class de.psychometrica.lsa.SemanticVector
-
Get a specific coordinate
- getCosine(String, String) - Static method in class de.psychometrica.lsa.LSATools
-
returns the cosine between two texts using the cosine measure
- getCosine(SemanticVector, SemanticVector) - Static method in class de.psychometrica.lsa.LSATools
-
returns the cosine between two vectors using the cosine measure
- getDistance(SemanticVector, SemanticVector) - Static method in class de.psychometrica.lsa.LSATools
-
Compute the euclidean distance between two vectors within the semantic space
- getDistance(String, String) - Static method in class de.psychometrica.lsa.LSATools
-
Compute the euclidean distance between two texts within the semantic space
- getInstance() - Static method in class de.psychometrica.lsa.VectorStore
-
Initializes or retrieves the VectorStore
- getKnownWords(String) - Method in class de.psychometrica.lsa.VectorStore
-
Return all known word in the text
- getMissingWords(String) - Method in class de.psychometrica.lsa.VectorStore
-
Return all unknown word in the text
- getMissingWordsList(String) - Method in class de.psychometrica.lsa.VectorStore
-
- getNumberOfWords() - Method in class de.psychometrica.lsa.SemanticVector
-
- getUnweightedSemanticVector(String) - Method in class de.psychometrica.lsa.VectorStore
-
The pure SemanticVector for a the text is computed by adding the vectors of all single words.
- getVector(String) - Static method in class de.psychometrica.lsa.LSATools
-
returns a SemanticVector for an given text
- getVectorLength() - Method in class de.psychometrica.lsa.SemanticVector
-
Compute the length of the vector
- getVectors(String[]) - Static method in class de.psychometrica.lsa.LSATools
-
returns an array of SemanticVector for a string array of texts
- getWeight() - Method in class de.psychometrica.lsa.SemanticVector
-
- getWeightedSemanticVector(String) - Method in class de.psychometrica.lsa.VectorStore
-
The SemanticVector for a the text is computed by adding the vectors of all single words.
- getWord() - Method in class de.psychometrica.lsa.SemanticVector
-
- getWord(String) - Method in class de.psychometrica.lsa.VectorStore
-
Retrieves the vector for a specific word