wordAnalysisTools Methods |
[This is preliminary documentation and is subject to change.]
The wordAnalysisTools type exposes the following members.
| Name | Description | |
|---|---|---|
| GetContinualOverlapRatio |
Ratio describes % of uninteruppted n-grams overlap. Example: "elektromotorni", "motorski" = 5 / 14
| |
| GetDiceCoefficient |
Gets the index of the Dice coefficient: number of common ngrams divided by number of n-grams in both sets
| |
| GetJaccardIndex |
Gets the index of the Jaccard index: number of common ngrams divided by number of total unique ngrams
| |
| getNGrams |
Breaks the specified word into N-grams
| |
| getNGramsDescriptiveLine |
Gets descriptive line about n-grams deconstruction of the specified word
| |
| GetSimilarity |
Computes word similarity
|