public class SynonymComparator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SynonymComparator.SynonymCompRepr
A comparator for Strings so that they can be sorted on their number of terms.
|
static class |
SynonymComparator.SynonymCompScore
A comparator for Synonyms so that they can be sorted on their score.
|
static class |
SynonymComparator.TermCompDictFreq
A comparator for Strings so that they can be sorted on their frequency.
|
| Constructor and Description |
|---|
SynonymComparator() |