A B C D E F G H I L M N O P R S T V W 

S

searchIndex(String) - Method in class de.linguatools.disco.DISCO
Searches for a input word in index field word and returns the first hit Document or null.
DISCO uses the Lucene index.
secondOrderSimilarity(String, String) - Method in class de.linguatools.disco.DISCO
Computes the second order semantic similarity between the input words based on the sets of their distributionally similar words.
Important note: This method only works with word spaces of type DISCO.WordspaceType.SIM.
semanticSimilarity(HashMap<String, Float>, HashMap<String, Float>, DISCO.SimilarityMeasure) - Method in class de.linguatools.disco.Compositionality
Computes the semantic similarity (according to the vector similarity measure similarityMeasure) between the two input word vectors.
semanticSimilarity(HashMap<String, Float>, HashMap<String, Float>) - Method in class de.linguatools.disco.Compositionality
Computes the semantic similarity (according to the vector similarity measure SimilarityMeasures.KOLB which is described in Kolb 2009) between the two input word vectors.
semanticSimilarity(String, String) - Method in class de.linguatools.disco.DISCO
Computes the semantic similarity (according to the vector similarity measure SimilarityMeasures.KOLB which is described in Kolb 2009) between the input words based on their collocation sets (i.e.
semanticSimilarity(String, String, DISCO.SimilarityMeasure) - Method in class de.linguatools.disco.DISCO
Computes the semantic similarity (according to the vector similarity measure similarityMeasure) between the two input words based on their collocation sets (i.e.
sig - Variable in class de.linguatools.disco.ReturnDataCooc
Deprecated.
The significance value between the two input words for the position/relation position.
similarityMeasure - Variable in class de.linguatools.disco.ConfigFile
 
similarWords(HashMap<String, Float>, DISCO, DISCO.SimilarityMeasure) - Method in class de.linguatools.disco.Compositionality
Find the most similar words in the DISCO word space for an input word vector.
similarWords(String) - Method in class de.linguatools.disco.DISCO
Looks up the input word in the index and returns its semantically similar words ordered by decreasing similarity together with their similarity values.
If the search word isn't found in the word space, the return value is null.
Important note: This method only works with word spaces of type DISCO.WordspaceType.SIM.
stopwordFile - Variable in class de.linguatools.disco.ConfigFile
 
stopwords - Variable in class de.linguatools.disco.ConfigFile
 
A B C D E F G H I L M N O P R S T V W