nGramsSimilarityEquationEnum Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.analysis
public enum nGramsSimilarityEquationEnum
| Member name | Value | Description | |
|---|---|---|---|
| JaccardIndex | 0 | The Jaccard Index: GetJaccardIndex(ListString, ListString) | |
| DiceCoefficient | 1 | The dice coefficient: GetDiceCoefficient(ListString, ListString) | |
| continualOverlapRatio | 2 | The get continual overlap ratio: GetContinualOverlapRatio(ListString, ListString) |