Class Summary |
CompoundSplitterHandlerRelatednessMethods |
Class that provides methods for handling splitted compounds
for computing semantic relatedness between compounds |
FrequencyItem |
An instance of this class contains information regarding a String and
its frequency. |
FrequencyList |
List containing Strings and their frequency. |
GlossaryBasedComparator |
Comparator that computes relatedness values using glosses. |
GoogleComparator |
Comparator that computes relatedness as a result of frequencies of
Google search results. |
HypernymGlossGenerator |
Class whose instances generate pseudoglosses on the basis of a
words properties in the GermaNet. |
InformationBasedComparator |
Class providing methods that are required to compute an
information content based relatedness value. |
InformationContentMap |
Contains synsets and their information content value. |
InformationContentMapFactory |
Factory that produces InformationContentMaps. |
JcnComparator |
Computes the distance based on the proposal by Jiang & Conrath (1997). |
LcComparator |
Class that provides methods that compute a relatedness value
as a result of path properties, using the method of Leacock and Chodorow |
LcFileWriter |
Class, that provides methods for comparing different path weights;
store paths of word pairs in a hashtable and serialize it,
deserialize the hashtable and compute new pathlengths for changed path weights (table.txt)
and write them in a .csv file |
LeskComparator |
Implementation of the lesk agorithm using real glosses. |
LinComparator |
Computes the distance based on the proposal by Jiang & Conrath (1997). |
PathBasedComparator |
Class that provides methods that are required to compute a relatedness value
as a result of path properties. |
PathFinder |
Finds all pathes from a synset to its most abstract hypernyms. |
PseudoGlossComparator |
Comparator that computes relatedness as a result of gloss overlaps. |
PseudoGlossGenerator |
Class whose children's instances generate pseudoglosses on the basis of a
word's properties in the GermaNet. |
RadialGlossGenerator |
Class whose instances generate pseudoglosses on the basis of a words
properties in the GermaNet. |
ResComparator |
Computes the relatedness value based on the calculation concept
of Resnik (1995). |
StemFrequencyList |
FrequencyList containing stems of a specific part of speech
and their frequency. |
WeightAdapter |
Class that provides methods for computing ideal weights
for the shortest paths using a kind of gradient method |
WordFrequencyList |
FrequencyList containing words of a specific part of speech and
their frequency. |
WordRelatednessComparator |
Class that provides methods that are required
to compute a semantic relatedness value of two words. |