Click or drag to resize

GeneralizedSuffixArrayFromSeparateWords Method

Overload List
 NameDescription
Public methodStatic memberFromSeparateWords(IEnumerableString, Boolean)Constructs the generalized suffix array from separate 'words'. Each list in the parameter words is treated as 'word'. The elements are treated as characters. The elements are converted to an integer alphabet by means of the IntegerText class.
Public methodStatic memberFromSeparateWordsT(IEnumerableIEnumerableT, Boolean)Constructs the generalized suffix array from separate 'words'. Each list in the parameter words is treated as 'word'. The elements are treated as characters. The elements are converted to an integer alphabet by means of the IntegerText class.
Top
See Also