 | wordAnalysisToolsGetJaccardIndex Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the index of the Jaccard index: number of common ngrams divided by number of total unique ngrams
Namespace:
imbNLP.PartOfSpeech.analysis
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic static double GetJaccardIndex(
List<string> ngrams_A,
List<string> ngrams_b
)
Parameters
- ngrams_A
- Type: System.Collections.GenericListString
The ngrams a. - ngrams_b
- Type: System.Collections.GenericListString
The ngrams b.
Return Value
Type:
Double[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.analysis.wordAnalysisTools.GetJaccardIndex(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]
See Also