Click or drag to resize

wordAnalysisTools Methods

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The wordAnalysisTools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetContinualOverlapRatio
Ratio describes % of uninteruppted n-grams overlap. Example: "elektromotorni", "motorski" = 5 / 14
Public methodStatic memberGetDiceCoefficient
Gets the index of the Dice coefficient: number of common ngrams divided by number of n-grams in both sets
Public methodStatic memberGetJaccardIndex
Gets the index of the Jaccard index: number of common ngrams divided by number of total unique ngrams
Public methodStatic membergetNGrams
Breaks the specified word into N-grams
Public methodStatic membergetNGramsDescriptiveLine
Gets descriptive line about n-grams deconstruction of the specified word
Public methodStatic memberGetSimilarity
Computes word similarity
Top
See Also