Click or drag to resize

CommonSubstring Constructor

Initializes a new instance of the CommonSubstring struct.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CommonSubstring(
	int subStringLength,
	int beg,
	int end,
	int[] suffixArray,
	int[] wordIndices,
	int[] wordStartPositions
)

Parameters

subStringLength  Int32
Length of the substring.
beg  Int32
Start of the range in the suffix array.
end  Int32
End of the range in the suffix array.
suffixArray  Int32
The suffix array.
wordIndices  Int32
Array of word indices corresponding to the entries of the suffix array.
wordStartPositions  Int32
The word start positions in the concentated array of all words (with or without separators).
See Also