The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to use Word2Vec
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??
0
Best Answers
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,
you can use the built word2vec operator by applying it on other data sets or by using the extract dictionary operator.
BR,
Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany5 -
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,
you can also use Apply Word2Vec (Examples) or Apply Word2Vec (Documents) to get the vector representation of texts.
BR,
Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany5
Answers
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"??
Dear Martin.
Thank you and see you again...