|
Class Summary |
| Demo |
Demo class demonstrating some features of the Relatedness package, namely of
the Path and Relatedness classes. |
| Frequency |
This class deals with frequency lists and information content. |
| HsoMethods |
Methods used by the Hirst and St-Onge measure in Relatedness.java. |
| IntHashMap |
Same as java.util.HashMap, but allows for a check for
existing entries before adding a new key-value pair. |
| LexicalField |
Does all the calculations for the Lesk relatedness measure. |
| LongHashMap |
Same as java.util.HashMap, but allows for a check for existing
entries before adding a new key-value pair. |
| Path |
A class that finds paths from one synset to the root
or from one synset to another. |
| PathNode |
Represents a node in the path from one node to the root. |
| Relatedness |
Implements some of the more well-known relatedness measures for GermaNet
API version 8.0. |
| RelatednessResult |
Represents the result of a relatedness mesaure (class Relatedness). |
| Statistics |
Calculates some values used in the Relatedness class
for the current GermaNet version (GN 8.0). |