Skip to content

Commit 0ce452f

Browse files
authored
Update nlpo3.py
1 parent 1ca2961 commit 0ce452f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/tokenize/nlpo3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def load_dict(file_path: str, dict_name: str) -> bool:
3232
* \
3333
https://github.com/PyThaiNLP/nlpo3
3434
"""
35-
msg, success = nlpo3_load_dict(filepath=filepath, dict_name=dict_name)
35+
msg, success = nlpo3_load_dict(file_path=file_path, dict_name=dict_name)
3636
if bool is False:
3737
print(msg, file=stderr)
3838
return success

0 commit comments

Comments
 (0)