Whitespace

This commit is contained in:
Matthew Honnibal 2016-12-31 00:30:28 +11:00 committed by GitHub
parent 3a9be4d485
commit 623d94e14f
1 changed files with 1 additions and 1 deletions

View File

@ -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: