Remove misleading documentation
This commit is contained in:
@@ -628,7 +628,6 @@ class PreTrainedTokenizer(object):
|
|||||||
Take care of added tokens.
|
Take care of added tokens.
|
||||||
|
|
||||||
text: The sequence to be encoded.
|
text: The sequence to be encoded.
|
||||||
return_tokens_mapped_to_origin: (optional) Set to True to return the index of each token in the initial whitespace tokenization. (default False).
|
|
||||||
**kwargs: passed to the child `self.tokenize()` method
|
**kwargs: passed to the child `self.tokenize()` method
|
||||||
"""
|
"""
|
||||||
def lowercase_text(t):
|
def lowercase_text(t):
|
||||||
|
|||||||
Reference in New Issue
Block a user