Method Lookup
Lookup(Char[], Int32, Int32)
Lookup words in text.
Declaration
public int[][] Lookup(char[] chars, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | chars | Text. |
System.Int32 | off | Offset into text. |
System.Int32 | len | Length of text. |
Returns
Type | Description |
---|---|
System.Int32[][] | Array of {wordId, position, length}. |