Most voted "natural-language" questions
4 questions
Sort by count of
-
8
votes1
answer9340
viewsHow to tokenize English words using NLTK?
I’m having serious difficulties understanding this mechanism. In English it would just be: import nltk tag_word = nltk.word_tokenize(text) Whereas text is the English text that I would like to…
-
3
votes0
answers93
viewsNatural Language or Chatbot
Good afternoon, I started this question more as a discussion than doubt of the language itself. I need to make a chatbot or use some service that offers this. I was studying natural language but I…
-
3
votes0
answers240
viewsIs there a database with phonetic transcription of Portuguese words?
Is there any way to obtain phonetic transcription of Portuguese words? I seek something similar to what is at this link which lists the pronunciation of English words.…
natural-languageasked 7 years, 5 months ago Lisard 41 -
0
votes1
answer61
viewsDoubt in models Predict
I think it’s a simple question, but in all the courses I’m taking the instructor teaches you to separate training and test data from a csv or some base. But I want to test with the user input…