Can python be used in making chatbots?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Can python be used in making chatbots??

26th May 2019, 6:39 AM
Priyanshu
Priyanshu - avatar
2 Respostas
+ 6
Priyanshu Yes you can. Using NLTK. NLTK(Natural Language Toolkit) is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for industrial-strength NLP libraries. NLTK has been called ā€œa wonderful tool for teaching and working in, computational linguistics using Python,ā€ and ā€œan amazing library to play with natural language.ā€ Natural Language Processing with Python provides a practical introduction to programming for language processing.
26th May 2019, 7:05 AM
Jella
Jella - avatar