Natural Language Processing with Python, free online
1–10 of 35 posts
Re: Natural Language Processing with Python, free online
#2Re: Natural Language Processing with Python, free online
#3It is integrated into and maintained by the authors of Abiword. There is a talk on this other library at Pycon, this year: https://us.pycon.org/2012/schedule/presentation/187/
Re: Natural Language Processing with Python, free online
#4LinkGrammar: http://www.link.cs.cmu.edu/link/ is the other NLP tool kit in python, may be suited for use by those who might be intimidated by the need to write their own grammar. It is integrated into and maintained by the authors of Abiword. There is a talk on this other library at Pycon, this year: https://us.pycon.org/2012/schedule/presentation/187/
Re: Natural Language Processing with Python, free online
#5Re: Natural Language Processing with Python, free online
#6Re: Natural Language Processing with Python, free online
#7oooooh , this has just made my day!
I see the book as a way to sell their API for a service for which everything (algorithm and methods) are obfuscated (server side).
I expected much insights for helping me on a project, I had less informations and more noise than what I already knew.
Re: Natural Language Processing with Python, free online
#8oooooh , this has just made my day!
only the REST api is open source. I see the book as a way to sell their API for a service for which everything (algorithm and methods) are obfuscated (server side). I expected much insights for helping me on a project, I had less informations and more noise than what I already knew.
The entirety of NLTK is FOSS originally produced by a university. Even if NLTK had some sort of hosted version (and I was unaware that if they do, as your post seems to claim), you could always go D/L the whole source (https://github.com/nltk/nltk ) and use it as you see fit (it's even Apache Licensed).
Re: Natural Language Processing with Python, free online
#9oooooh , this has just made my day!
only the REST api is open source. I see the book as a way to sell their API for a service for which everything (algorithm and methods) are obfuscated (server side). I expected much insights for helping me on a project, I had less informations and more noise than what I already knew.
Re: Natural Language Processing with Python, free online
#10It's a great resource, but don't expect to get started quickly.