Click or drag to resize

LongestCommonSubstringBaseGetSubstringPositionsCommonToTheNumberOfWords Method

Returns the positions for common substrings for the given number of words

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<CommonSubstring> GetSubstringPositionsCommonToTheNumberOfWords(
	int numberOfWordsWithCommonSubstring
)

Parameters

numberOfWordsWithCommonSubstring  Int32
Number of words

Return Value

IEnumerableCommonSubstring
An 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