Python Forum

Full Version: need help in natural language processing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,, Smile Smile

I have a task about NLP programming and I'am still beginner in this programming.

The program is about how the input text from the user can be analyzed and can be matched with the data in the database.

I need ur help guys, please respond this post. Thanks Big Grin
No questions ?
i am sorry .
the question is in this sentence "
Quote:how the input text from the user can be analyzed and can be matched with the data in the database?
", so the input analyzed and then found the key word from the input and then matched with the database, then show up as output

i need some references about this.
First you should read a Python Tutorial.
https://python-forum.io/Thread-A-List-of...-Resources
Can't really answer your question without going into great depth, however
If you are serious about Natural Language Processing, here are a few recommendations.
install NLTK, and corpora: http://www.nltk.org/
check out some of the packages available for NLTK: https://pypi.python.org/pypi?%3Aaction=s...mit=search
if you want to go in depth, purchase the book (O'Reilly) 'Natural Language Processing with Python': http://www.nltk.org/book/
Thanks for the book suggestion.
I will look into.
This thread is 2 years old. heiner55 is a NLP expert by now. :-)
(Aug-06-2019, 07:43 PM)ThomasL Wrote: [ -> ]This thread is 2 years old. heiner55 is a NLP expert by now. :-)

ahaha okay)
Just maybe will be useful for some newbies like me Wink

Maybe you can share with me any interesting info about NLP?)