nltk-trainer Questions
2
When using for example gensim, word2vec or a similar method for training your embedding vectors I was wonder what is a good ratio or is there a preferred ratio between the embedding dimension to vo...
Doradorado asked 27/1, 2018 at 19:50
1
I am using nltk.word_tokenize in Dari language. The problem is that we have space between one word.
For example the word "زنده گی" which means life. And the same; we have many other words. All word...
Prophet asked 20/9, 2017 at 9:29
0
I am trying to install nltk packages in heroku using nltk.txt file. int my nltk.txt file only punkt is written. In requirements.txt file nltk is written.
but when push it it shows the errors.
Pleas...
Olympian asked 19/11, 2018 at 17:51
1
Solved
We can download all nltk data using:
> import nltk
> nltk.download('all')
Or specific data using:
> nltk.download('punkt')
> nltk.download('maxent_treebank_pos_tagger')
But I want...
Stanch asked 25/6, 2016 at 16:46
1
© 2022 - 2024 — McMap. All rights reserved.