python/python3-nltk: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:16:37 -04:00
parent e3c24aab54
commit da70e69b00

View file

@ -1,10 +1,11 @@
Open source Python modules, linguistic data and documentation for research and Open source Python modules, linguistic data and documentation for
development in natural language processing, supporting dozens of NLP tasks, research and development in natural language processing, supporting
with distributions for Windows, Mac OSX and Linux. dozens of NLP tasks, with distributions for Windows, Mac OSX and
Linux.
NLTK comes with many corpora, toy grammars, trained models, etc. A complete NLTK comes with many corpora, toy grammars, trained models, etc. A
list is posted at: http://nltk.org/nltk_data/. To retrieve all the data, use complete list is posted at: http://nltk.org/nltk_data/. To retrieve
"python3 -m nltk.downloader all". To ensure system wideinstallation, you can all the data, use "python3 -m nltk.downloader all". To ensure system
run the command "python3 -m nltk.downloader -d /usr/share/nltk_data all" as wideinstallation, you can run the command "python3 -m nltk.downloader
root. Note that the 'regex' package, also available on SBo, is required to run -d /usr/share/nltk_data all" as root. Note that the 'regex' package,
this command. also available on SBo, is required to run this command.