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