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 2434979 commit 3480245Copy full SHA for 3480245
pythainlp/corpus/core.py
@@ -635,7 +635,7 @@ def make_safe_directory_name(name:str) -> str:
635
636
def get_hf_hub(repo_id:str, filename: str=None) -> str:
637
"""
638
- HuggingFace Hub in pythainlp-home
+ HuggingFace Hub in :mod:`pythainlp` data directory.
639
640
:param str repo_id: repo_id
641
:param str filename: filename
0 commit comments