Skip to content

Commit

Permalink
Merge pull request #247 from t-yamamura/fix/yamamura_t/configuration_…
Browse files Browse the repository at this point in the history
…api_doc

fix documentation of configuration API
  • Loading branch information
mh-northlander authored May 14, 2024
2 parents 66742fe + b5fa9c4 commit d3ec9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/py_src/sudachipy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Config:
"""
system: str = None
"""
Path to dictionary or one of three strings: 'small', 'core', 'notcore'.
Path to dictionary or one of three strings: 'small', 'core', 'full'.
If the file with the specified path does not exist and is not one of three special values, raise an error.
If you want to use dictionary with one of predefined names, use relative paths e.g. './core' instead of 'core'.
Expand Down

0 comments on commit d3ec9f1

Please sign in to comment.