"test/assets/vscode:/vscode.git/clone" did not exist on "e3fb8c09b1ae675832424d7bf5f3484f697efd39"
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:
Whether to apply unicode normalization to text before tokenization.
**mecab_dic**: (`optional`) string (default "ipadic")
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
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