Package | Description |
---|---|
cat.lump.ir.retrievalmodels.document |
Modifier and Type | Field and Description |
---|---|
protected Dictionary |
Document.dictionary
Internal dictionary that links terms to their numerical representation
|
Constructor and Description |
---|
Fragment(Dictionary dictionary,
java.lang.String text,
java.util.Locale language)
Default invocation where all the characterizations are computed
|
Fragment(Dictionary dictionary,
java.lang.String text,
java.util.Locale language,
boolean includeBow,
boolean includeCharNgrams,
boolean includeWordNgrams,
boolean includePseudoCognates,
int N) |
PseudoCognates(Dictionary dictionary,
java.util.Locale language) |