| Package | Description |
|---|---|
| cat.lump.ir.comparison | |
| cat.lump.ir.retrievalmodels.similarity |
| Modifier and Type | Method and Description |
|---|---|
static Model |
Model.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Model[] |
Model.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Model |
SimilarityCalculator.model
Model of similarity
|
| Modifier and Type | Method and Description |
|---|---|
Model |
Similarity.getModel() |
Model |
SimilarityCalculator.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimilarityCalculator.setModel(Model model) |
| Constructor and Description |
|---|
SimilarityCalculator(java.lang.String srcLang,
java.lang.String trgLang,
RepresentationType type,
Model simModel)
Creates a similarity calculator with the given arguments and
n=1
for the n-grams methods. |
SimilarityCalculator(java.lang.String srcLang,
java.lang.String trgLang,
RepresentationType type,
Model simModel,
int nGrams)
Creates a similarity calculator with the given arguments.
|
SimilarityCalculatorLenFact(java.lang.String srcLang,
java.lang.String trgLang,
RepresentationType type,
Model simModel) |