Package dragon.nlp.compare

Various comparators such as sorting according to index, weight, frequency and name.

See:
          Description

Interface Summary
FrequencySortable Interface for frequency-sortable objects
IndexSortable Interface for index-sortable objects
SortedElement Interface for objects which are wieght-sortable, index-sortable, and frequency-sortable
WeightSortable Interface for weight-sortable objects
 

Class Summary
AlphabetaComparator Compare two objects alphabetically
ConceptEntryIDComparator Compare concept entry ID of two objects
ConceptNameComparator Compare concept names of two objects
FrequencyComparator Comparing frequency of two objects
IndexComparator Compare index of two objects
TermLemmaComparator Compare lemma of two terms
WeightComparator Comparing weight of two objects
 

Package dragon.nlp.compare Description

Various comparators such as sorting according to index, weight, frequency and name.

Package Specification