Skip to content

Commit 461034a

Browse files
committed
1 parent a0c7b87 commit 461034a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

pythainlp/cli/data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def __init__(self, argv):
2626
f"{get_pythainlp_data_path()}\n\n"
2727
"To change PyThaiNLP data path, set the operating system's\n"
2828
"PYTHAINLP_DATA_DIR environment variable.\n\n"
29+
"For more information about corpora that PyThaiNLP use, see:\n"
30+
"https://github.com/PyThaiNLP/pythainlp-corpus/\n\n"
2931
"--"
3032
),
3133
)

pythainlp/corpus/corpus_license.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Corpus License
22

3+
For more information about corpora that PyThaiNLP use,
4+
see [https://github.com/PyThaiNLP/pythainlp-corpus/](https://github.com/PyThaiNLP/pythainlp-corpus/).
5+
36
## tha-wn.db
47

58
```

tests/test_cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def test_cli_main(self):
2424

2525
self.assertIsNone(__main__.main(["thainlp", "data", "path"]))
2626

27-
2827
def test_cli_data(self):
2928
self.assertIsInstance(getattr(cli, "data"), ModuleType)
3029

0 commit comments

Comments
 (0)