How to use Word2Vec
morphism
New Altair Community Member
Hello, everyone
I want to use Word2Vec operator, which belongs to Word2Vec extension.
Word2Vec operator has one output, which is model.
I tried the tutorial process for Word2Vec operator,
but the output of Word2Vec operator doesn't contain anything.
It just says "Word2Vec Model with 119 words"
There is no output data.
How can I use Word2Vec in RapidMiner??
Tagged:
0
Best Answers
-
Hi,
you can use the built word2vec operator by applying it on other data sets or by using the extract dictionary operator.
BR,
Martin5 -
Hi,
you can also use Apply Word2Vec (Examples) or Apply Word2Vec (Documents) to get the vector representation of texts.
BR,
Martin5
Answers
-
Hi,
you can use the built word2vec operator by applying it on other data sets or by using the extract dictionary operator.
BR,
Martin5 -
Hello, Martin.
Thank you.!
I just found from the tutorial, Extract Dictionary is the one as you told me.
Then, is "Extract Dictionary" operator the only one I can use right after "Word2Vec"??
0 -
Hi,
you can also use Apply Word2Vec (Examples) or Apply Word2Vec (Documents) to get the vector representation of texts.
BR,
Martin5 -
Dear Martin.
Thank you and see you again...
0