LongestCommonSubstringBaseGetSubstringPositionsCommonToTheNumberOfWords Method |
Returns the positions for common substrings for the given number of words
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<CommonSubstring> GetSubstringPositionsCommonToTheNumberOfWords(
int numberOfWordsWithCommonSubstring
)
Parameters
- numberOfWordsWithCommonSubstring Int32
- Number of words
Return Value
IEnumerableCommonSubstringAn enumeration will all positions of substrings common to the given number of words. The amount of information returned depends on the state of
StoreVerboseResults.
See Also