diff options
author | ArTourter <artourter@gmail.com> | 2022-03-09 12:11:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 21:29:27 +0700 |
commit | 5ec7152f67c7f52d66f957392809ca2b875051a0 (patch) | |
tree | 47855a8e92df5ae34e40812a8797aebc5d37a289 /python/python3-nltk/README | |
parent | 425f779b3280ed416e6f3cdab7bef93c2d77f648 (diff) | |
download | slackbuilds-5ec7152f67c7f52d66f957392809ca2b875051a0.tar.gz |
python/python3-nltk: renamed from libraries/ntlk
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-nltk/README')
-rw-r--r-- | python/python3-nltk/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-nltk/README b/python/python3-nltk/README new file mode 100644 index 0000000000..8d8102f681 --- /dev/null +++ b/python/python3-nltk/README @@ -0,0 +1,10 @@ +Open source Python modules, linguistic data and documentation for research and +development in natural language processing, supporting dozens of NLP tasks, +with distributions for Windows, Mac OSX and Linux. + +NLTK comes with many corpora, toy grammars, trained models, etc. A complete +list is posted at: http://nltk.org/nltk_data/. To retrieve all the data, use +"python3 -m nltk.downloader all". To ensure system wideinstallation, you can +run the command "python3 -m nltk.downloader -d /usr/share/nltk_data all" as +root. Note that the 'regex' package, also available on SBo, is required to run +this command. |