AdrianC
AdrianC
I also vote for this, it would be great to have since i run into this problem every time i deal with japanese emails.
The merge option seems to merge nouns with other words into single tokens. I don't really think that it affects the shape of topics too much as LDA should be...
You need to run python x64 and libs also on x64.
What is the issue here? That it is not optimized? As far as i know it's normal for a non-cuda training to take several days on a CPU.
Well obviously you didn't set up your CUDA environment correctly. First set it up correctly and then lda2vec_run.py will work correctly.
As stated in lda2vec/preprocess.py, this implementation "Uses spaCy to quickly tokenize text and return an array of indices.". As long as you just tokenize in the same way (the same...
Why is the `responseType: 'arraybuffer'` so important in this case though?
I know that, but I was trying to understand how is axios manipulating the data with and without that option. It seems like without it it's just stringified with the...
As I stated in the first comment, I just detailed in the README all the steps that have to be taken in order to get your example working as it...