"docs/vscode:/vscode.git/clone" did not exist on "dfd7eafbced75029555172515cb92daed48dd21a"
Unverified Commit 801b2cb3 authored by ryota-mo's avatar ryota-mo Committed by GitHub
Browse files

Fix typo in docstring (#8905)

parent 7e1cb00c
...@@ -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 this 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.
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment