Results 1 issues of bendou

Hello, I think there is an issue in the following function located at: https://github.com/nltk/nltk/blob/develop/nltk/tag/perceptron.py#L207. ```python def tag(self, tokens, return_conf=False, use_tagdict=True): """ Tag tokenized sentences. :params tokens: list of word :type...