Natural Language Processing with Python .dispersion_plot returns nothing

2013-06-17 Thread sixtyfourbit
I'm in the first chapter of Natural Language Processing with Python and am trying to run the example .dispersion_plot. I am using Python 2.7.4 (Anaconda) on Mac OSX 10.8. When I load all of the necessary modules and try to create the dispersion plott, I get no return - no plot, no error

Re: Natural Language Processing with Python .dispersion_plot returns nothing

2013-06-17 Thread John Gordon
In 05bb0af7-a20b-4b89-92bb-ff25ebd69...@googlegroups.com sixtyfourbit davidcp...@gmail.com writes: When I load all of the necessary modules and try to create the dispersion plott, I get no return - no plot, no error message, not even a new prompt, just a blinking cursor under the last line I

Re: Natural Language Processing with Python .dispersion_plot returns nothing

2013-06-17 Thread sixtyfourbit
I let it run for 5-10 minutes. It's doing this no matter which text I try to run the dispersion plot on On Monday, June 17, 2013 12:38:58 PM UTC-4, John Gordon wrote: In 05bb0af7-a20b-4b89-92bb-ff25ebd69...@googlegroups.com sixtyfourbit davidcp...@gmail.com writes: When I load all

Re: Natural Language Processing with Python .dispersion_plot returns nothing

2013-06-17 Thread Peter Otten
sixtyfourbit wrote: I'm in the first chapter of Natural Language Processing with Python and am trying to run the example .dispersion_plot. I am using Python 2.7.4 (Anaconda) on Mac OSX 10.8. When I load all of the necessary modules and try to create the dispersion plott, I get no return

Re: Natural Language Processing with Python .dispersion_plot returns nothing

2013-06-17 Thread Steven D'Aprano
On Mon, 17 Jun 2013 09:31:18 -0700, sixtyfourbit wrote: I'm in the first chapter of Natural Language Processing with Python and am trying to run the example .dispersion_plot. I am using Python 2.7.4 (Anaconda) on Mac OSX 10.8. When I load all of the necessary modules and try to create

Re: Natural Language Processing in Python

2009-08-15 Thread Alejandro E. Ciniglio
nltk is a good start, we used it in my Computational Linguistics course in school. www.nltk.org --Alejandro -- http://mail.python.org/mailman/listinfo/python-list

Re: Natural Language Processing in Python

2009-08-15 Thread Ned Deily
In article be976afb-fe4b-4e12-9a46-9977832fe...@13g2000prl.googlegroups.com, Prateek prateekkakir...@gmail.com wrote: Can somebody please provide me link to a good online resource or e- book for doing natural language processing programming in Python. Check out the Natural Language Toolkit

Re: Natural Language Processing in Python

2009-08-15 Thread Vlastimil Brom
2009/8/14 Prateek prateekkakir...@gmail.com: Hi, Can somebody please provide me link to a good online resource or e- book for doing natural language processing programming in Python. Thanks, Prateek -- http://mail.python.org/mailman/listinfo/python-list Maybe you could start with NLTK

Re: Natural Language Processing in Python

2009-08-15 Thread wwwayne
On Fri, 14 Aug 2009 09:31:43 -0700 (PDT), Prateek prateekkakir...@gmail.com wrote: Hi, Can somebody please provide me link to a good online resource or e- book for doing natural language processing programming in Python. Thanks, Prateek http://www.nltk.org/book -- http://mail.python.org

Re: Natural Language Processing in Python

2009-08-15 Thread mobiledreamers
Zemanta 1000 queries a day with regn On Fri, Aug 14, 2009 at 11:26 AM, Vlastimil Brom vlastimil.b...@gmail.comwrote: 2009/8/14 Prateek prateekkakir...@gmail.com: Hi, Can somebody please provide me link to a good online resource or e- book for doing natural language processing programming

Natural Language Processing in Python

2009-08-14 Thread Prateek
Hi, Can somebody please provide me link to a good online resource or e- book for doing natural language processing programming in Python. Thanks, Prateek -- http://mail.python.org/mailman/listinfo/python-list

Re: Natural Language Processing in Python

2009-08-14 Thread Jeroen Ruigrok van der Werven
-On [20090814 18:39], Prateek (prateekkakir...@gmail.com) wrote: Can somebody please provide me link to a good online resource or e- book for doing natural language processing programming in Python. http://www.nltk.org/ comes to mind. -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org

NLTK: Natural language processing in Python

2007-05-25 Thread Steven Bird
NLTK — the Natural Language Toolkit — is a suite of open source Python modules, data sets and tutorials supporting research and development in natural language processing. It comes with 50k lines of code, 300Mb of datasets, and a 360 page book which teaches both Python and Natural Language

Re: NLTK: Natural language processing in Python

2007-05-25 Thread tool69
NLTK seems very interesting, and the tutorial are very well done. Thanks for it ! Kib² -- http://mail.python.org/mailman/listinfo/python-list