LongestCommonSubstringBaseStoreVerboseResult Method |
Stores a common substring occurence.
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void StoreVerboseResult(
int list_pos,
int beg,
int end,
bool lcslIsReallyGreaterThanBefore
)
Parameters
- list_pos Int32
- Number of words that have this common substring.
- beg Int32
- Start index of the suffix in the suffix array.
- end Int32
- End index of the suffix in the suffix array.
- lcslIsReallyGreaterThanBefore Boolean
- If set to true, the longest common substring length is really greater than evaluated before. Thus, it is neccessary to clear all results stored so far.
See Also