 | wordAnalysisToolsGetContinualOverlapRatio Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Ratio describes % of uninteruppted n-grams overlap. Example: "elektromotorni", "motorski" = 5 / 14
Namespace:
imbNLP.PartOfSpeech.analysis
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntaxpublic static double GetContinualOverlapRatio(
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.GetContinualOverlapRatio(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]
See Also