nGramsSimilarityEquationEnum Enumeration |
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) |