On Wed, 18 Nov 2015 22:19:08 -0800 "Martin A. Brown" <[email protected]> dijo:
>With python-nltk-3.0.2 (running under Python 2.7.8 on OpenSUSE 13.2) >I tried that command: > > python -m nltk.downloader all > >And, it worked for me. However, if you are getting a 404, you may >find it helpful to look at what the URL is in your copy of the >module called nltk.download. Embedded Python software documentation >is available in manpage format using something called 'pydoc'. So, >I ran: > > pydoc nltk.download > >And found that http://www.nltk.org/nltk_data/ is the URL. Didn't work. The command gave a two-line man page document explaining the options for nltk.download. However, Steve's script appears to have worked, so problem solved. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
