diff --git a/python/py_src/sudachipy/config.py b/python/py_src/sudachipy/config.py index cf3b6b8c..7a1a5f8a 100644 --- a/python/py_src/sudachipy/config.py +++ b/python/py_src/sudachipy/config.py @@ -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'.