mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
lint
This commit is contained in:
parent
80b1005ab1
commit
2e42fff7b4
|
@ -401,7 +401,7 @@ cdef class Tokenizer:
|
|||
with_special_cases)
|
||||
if len(self._cache) < self.max_cache_size:
|
||||
self._save_cached(&tokens.c[orig_size], orig_key, has_special,
|
||||
tokens.length - orig_size)
|
||||
tokens.length - orig_size)
|
||||
|
||||
cdef str _split_affixes(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue
Block a user