Interface ITokenContextGenerator
Interface for TokenizerME context generators.
public interface ITokenContextGenerator
Methods
GetContext(string, int)
Returns an array of features for the specified sentence string at the specified index.
string[] GetContext(string sentence, int index)
Parameters
Returns
- string[]
an array of features for the specified sentence string at the specified index.