Fix type declarations in _merge method

This commit is contained in:
Matthew Honnibal 2019-09-16 22:10:13 +02:00
parent 03ac29f437
commit 47055d5988
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ def _merge(Doc doc, merges):
syntactic root of the span.
RETURNS (Token): The first newly merged token.
"""
cdef int i, merge_index, start, end, token_index
cdef Span span
cdef const LexemeC* lex
cdef TokenC* token