We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca2961 commit 0ce452fCopy full SHA for 0ce452f
pythainlp/tokenize/nlpo3.py
@@ -32,7 +32,7 @@ def load_dict(file_path: str, dict_name: str) -> bool:
32
* \
33
https://github.com/PyThaiNLP/nlpo3
34
"""
35
- msg, success = nlpo3_load_dict(filepath=filepath, dict_name=dict_name)
+ msg, success = nlpo3_load_dict(file_path=file_path, dict_name=dict_name)
36
if bool is False:
37
print(msg, file=stderr)
38
return success
0 commit comments