Interface IPOSContextGenerator
The interface for a context generator for the POS Tagger.
public interface IPOSContextGenerator : IBeamSearchContextGenerator<string>
Methods
GetContext(int, string[], string[], object[]?)
string[] GetContext(int pos, string[] tokens, string[] prevTags, object[]? ac)
Parameters
Returns
- string[]