mirror of https://github.com/explosion/spaCy.git
Whitespace
This commit is contained in:
parent
3a9be4d485
commit
623d94e14f
|
@ -29,7 +29,7 @@ cdef class Tokenizer:
|
|||
"""Segment text, and create Doc objects with the discovered segment boundaries."""
|
||||
@classmethod
|
||||
def load(cls, path, Vocab vocab, rules=None, prefix_search=None, suffix_search=None,
|
||||
infix_finditer=None, token_match = None):
|
||||
infix_finditer=None, token_match=None):
|
||||
'''Load a Tokenizer, reading unsupplied components from the path.
|
||||
|
||||
Arguments:
|
||||
|
|
Loading…
Reference in New Issue