Longest |
The LongestCommonRepeatA type exposes the following members.
Name | Description | |
---|---|---|
CommonSubstringPositionsForMaximumNumberOfWords | Returns the positions for common substrings for the maximum number of words that have at least one common substring. The result
is identical to a call of GetSubstringPositionsCommonToTheNumberOfWords(Int32) with the argument MaximumNumberOfWordsWithCommonSubstring (Inherited from LongestCommonSubstringBase) | |
MaximumNumberOfWordsWithCommonSubstring | Gets or sets the maximum number of words with a common substring. (Inherited from LongestCommonSubstringBase) | |
StoreVerboseResults | Gets or sets a value indicating whether to store all longest common substrings for a given number of words or just one. (Inherited from LongestCommonSubstringBase) |