|
Class Summary |
| Lang |
|
| LearningPair |
|
| MWord |
A class for storing mwords contained in each synset that is associated to
the concepts of the ontology actually in use. |
| MWordTest |
The JUnit test class for the MWord class |
| RelationToConcept |
|
| SpectraRankComparator |
A class for doing comparisons between conceptual spectra, since the spectra do not possess a
self-ordering relation, they should be ordered with respect to a given reference spectra. |
| SpectraRankComparatorTest |
The JUnit test for the SpectraRankComparator class |
| SpectrumImpl |
A java class for representing conceptual spectra, such class encapsulates all information
required in the definition of a conceptual spectra providing methods for evaluating the distance
between spectra according to a similarity value defined as:
a*formSimilarity+(1-a)*energySimilarity |
| SpectrumImplTest |
The JUnit test for the SpectrumImpl class |
| Stemmer |
|
| SynSemanticMapper |
Semantic Mapper based on the use of weighted synsets. |
| Synset |
A class for representing synsets associated to ontology concepts |
| SynsetTest |
The JUnit test for the class Synset |
| TopicCoverage |
A class for storing data relative to the autonomic policies of the
Annotation Repository, stores concepts together with their frequencies in terms
of indexed resources, for detecting low covered conceptual areas in
the ontology |
| TopicFrequency |
A class for storing the coverage of a given concept with respect to the indexed documents |
| TopicFrequencyComparator |
A comparator for the TopicFrequency class |