diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:16:37 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | da70e69b000c1c76cd2391837df3e293dca93348 (patch) | |
tree | 8c8b717b531bf736861bedcdf6c87342461a9359 /python/python3-nltk | |
parent | e3c24aab540ddfe4015a3ad2668501e80649d102 (diff) | |
download | slackbuilds-da70e69b000c1c76cd2391837df3e293dca93348.tar.gz |
python/python3-nltk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-nltk')
-rw-r--r-- | python/python3-nltk/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/python/python3-nltk/README b/python/python3-nltk/README index 8d8102f681..47cc531d79 100644 --- a/python/python3-nltk/README +++ b/python/python3-nltk/README @@ -1,10 +1,11 @@ -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. +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. +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. |