modnlp.tec.client
public abstract class Comparator extends java.lang.Object implements java.util.Comparator
Modifier and Type | Field and Description |
---|---|
int |
halfConcordance |
boolean |
punctuation |
int |
sortContextHorizon |
Constructor and Description |
---|
Comparator() |
Comparator(int ctx,
int half) |
Comparator(int ctx,
int half,
boolean pton) |
Modifier and Type | Method and Description |
---|---|
abstract int |
compare(java.lang.Object a,
java.lang.Object b)
Compare two objects for sorting.
|
public int sortContextHorizon
public int halfConcordance
public boolean punctuation