Click or drag to resize

LongestCommonSubstringBaseMaximumNumberOfWordsWithCommonSubstring Property

Gets or sets the maximum number of words with a common substring.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int MaximumNumberOfWordsWithCommonSubstring { get; }

Property Value

Int32
The maximum number of words with a common substring.
See Also