Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
801b2cb3
"docs/vscode:/vscode.git/clone" did not exist on "dfd7eafbced75029555172515cb92daed48dd21a"
Unverified
Commit
801b2cb3
authored
Dec 03, 2020
by
ryota-mo
Committed by
GitHub
Dec 02, 2020
Browse files
Fix typo in docstring (#8905)
parent
7e1cb00c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/bert_japanese/tokenization_bert_japanese.py
...ormers/models/bert_japanese/tokenization_bert_japanese.py
+1
-1
No files found.
src/transformers/models/bert_japanese/tokenization_bert_japanese.py
View file @
801b2cb3
...
@@ -218,7 +218,7 @@ class MecabTokenizer:
...
@@ -218,7 +218,7 @@ class MecabTokenizer:
Whether to apply unicode normalization to text before tokenization.
Whether to apply unicode normalization to text before tokenization.
**mecab_dic**: (`optional`) string (default "ipadic")
**mecab_dic**: (`optional`) string (default "ipadic")
Name of dictionary to be used for MeCab initialization. If you are using a system-installed dictionary,
Name of dictionary to be used for MeCab initialization. If you are using a system-installed dictionary,
set thi option to `None` and modify `mecab_option`.
set thi
s
option to `None` and modify `mecab_option`.
**mecab_option**: (`optional`) string
**mecab_option**: (`optional`) string
String passed to MeCab constructor.
String passed to MeCab constructor.
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment