nltk.tag.ContextTagger.context

ContextTagger.context(tokens, index, history)[source]
Returns:the context that should be used to look up the tag for the specified token; or None if the specified token should not be handled by this tagger.
Return type:(hashable)