What is natural language processing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is natural language processing?

what do u know abt it .. and how to use python with it ?

7th Aug 2018, 7:37 AM
Ahmed Mamdouh
Ahmed Mamdouh - avatar
4 Answers
+ 2
Natural language processing is basically teaching a human language to your program, it's used in chat bots, text to speech & sentiment analysis among other things. Python is an excellent language for this, to get started look into the NLTK module
7th Aug 2018, 8:08 AM
JME
0
so it's like making a new coding language that is like human's .. but would it be more efficient respecting performance if u used c language or assembly rather than python ?
7th Aug 2018, 10:26 AM
Ahmed Mamdouh
Ahmed Mamdouh - avatar
0
No not creating a new language, more similar to machine learning where you use data to train machines on what words mean, sentence structure, etc
7th Aug 2018, 3:31 PM
JME
0
I got it .. u mean things like siri.. but I am thinking abt using to make a new cool and easy coding language ... it might be helpfull .. thanx anyway
7th Aug 2018, 3:39 PM
Ahmed Mamdouh
Ahmed Mamdouh - avatar