Generalized |
Name | Description | |
---|---|---|
FromWords(IEnumerableString, Boolean, Boolean, IComparerChar) | 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. | |
FromWordsT(IEnumerableIEnumerableT, Boolean, Boolean, IComparerT) | 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. |