Can you provide flow for how to use the word2vec operator in RapidMiner?
Can you provide an example for how to use the word2vec operator in RapidMiner? I generally understand the concept but there are no materials on how to actually create a word2vec model in Rapidminer. I tried doing this on my own but kept getting error messages that the input I was providing was not what was expected, and I needed to tokenize the documents
. I also could not find any good materials online.
Answers
-
sacjb; J;AAAAACCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
0 -
Can you please look into this. I have been stuck for quite a long time on the same.
0 -
Hi @shashwat01,
Have you seen the tutorial process for the Word2Vec operator? It shows how to create a Word2Vec model on many Lorem Ipsum texts. In general, you need to supply a collection of tokenized documents as input. You could modify the process to use a Data to Documents operator to create the collection, and use a Loop Collection to tokenize. I've attached a screenshot below.
Thanks,
Roland
0