LongestCommonSubstringBase_LCPS Field |
Stores the length of the Longest Common Prefix
_LCP, but here only if two adjacent suffixes belong to the same word.
In the other case, i.e. the suffix
_suffixArray[i-1] belongs to another word than the suffix
_suffixArray[i], then
_LCPS[i] is zero.
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax See Also