-
Can´t execute a Word2Vec model
I was assigned this model to run it and see what it does, but this is what I get after hitting Play and wait for 20 minutes for the Word2Vec features to finish. I do not understand what that warning says... should I add something in Parameters?
-
The number of times words appear in the RMP file is not the same as in the CSV file.
Please show me a Word/document frequency table like the one in the business interpretation presentation. When I run the .rmp file in the rapidminer tool Call" has a frequency of 1, but when manually checking the raw Excel data it has hundreds of occurrences Please help me with the reply as soon as possible, I am attaching…
-
Word frequency in word cloud
Please show me a Word/document frequency table like the one in the business interpretation presentation. When I run the rapidminer .rmp file it shows "Call" has a frequency of 1, but when manually checking the raw Excel data it has hundreds of occurrences. Please help me with the response as soon as possible, I am…
-
I need a gaudlines to use Word2Vec extension
Hello! I am a newbie here and with RapidMiner. I have been searching for a tutorial to train word2vec with a dataset in CVS and use it with deep learning extension to build an LSTM model. however, I am running with the problem. I don't know how to train the word2vec correctly or prepare the data to pass it to the embedding…
-
using GloVe pre-trained model with Word2Vec
Hi there, As I am quite new to Rapidminer, this question might be an obvious one but Can I use the "read Word2Vec" operator (from the Word2Vec extension) to read a pre-trained glove model and then apply it to my corpus? Is it compatible? Thank you, Pul
-
Applying Word2vec on a dataset of texts
Hi, I created ad SVM model for text classification and I want to share the process with you to have any advise to improve it. The purpose of this classificator is to classify a dataset of comments, reviews, or sentences in general, into positive and negative and the dataset I used for its training was made of 2400 tweets…
-
Import two pdf files and find similarity & differences
Hi rapidminer community, i'm newbie here. I am struggling on a very complex problems. Basically, I have two pdf files about "Requirement needed on making glove" according to American and Europe style. So, can I import these two pdf files into rapidminer and find the similarity and difference based on their requirement? The…
-
Pre Trained word vector for Word2Vec
Hello all, I am studying Data science and for a course research (travel recommender engine) I want to use Word2vec. I ve seen here some description to use Word2Vec operator, but is it possible to compare with pre trained data ? There are pre trained data existing: (I think from Common Crawl):…
-
Replacing TFIDF with Word2Vec
I was using TFIDF in my process, now I want to use wrod2vec instead of that. I have a CSV file that contains 3 columns * Name * Review * Sentiment for reading my data and prepare it for word2vec I did this: but when I open the stored file, it's an empty file: I can't find the problem, I really appreciate if any help
-
How to use word2vec and lstm to classify sequences of tokens
As a first step towards building a chatbot using rapidminer (for educational purposes), I try to loop over a collection of documents with tokenized texts. Now, each document containing a sequence of tokens should have 1) each token translated to a word2vec embedding (learned over the complete collection of all documents)…
-
Is there a way to measure the performance of a Word2Vec model?
I am using the word2vec extension to train a model for polynomial text classification. None of the standard Performance operators seem to "stack" with the word2vec model (RMWord2VecModel). Is there any way that I could measure the performance of the model on the training dataset?
-
Using 'external' word2vec models
Hi there, might be overlooking something but when I tried to use some word2vec models generated using colab I got an error message as below : Message: Expected a space in the first line of file '/data/models/word2vec/tryout': 'タcgensim.models.word2vec' Does this mean we cannot really use word2vec models generated outside…
-
Deep Learning Extension Problem with modified classification Word2Vec
Hello and congratulations for the good job implementing DeepLearning4j into RM. I have tried to slightly change the ready-made process of Classification of IMDB reviews using Word2Vec with classification of BBC RSS Feeds. I have this error: * Exception: java.lang.NullPointerException * Message: null * Stack trace: *…
-
clustering by word2vec and another
Hello to all I have a thousand checking data I want to use wor2vec instead of tfidf I turn the sentences into vectors, and then I can cluster in according to the words that are out of word2vec. This is my process But in clustering, sentences extracted by word2vec are clustered. Not sentences I want to cluster out what does…
-
Work with word2vec on rapidminer
hello I want to use word2vec to analyze emotions. How can I find synonym words? How do I replace the stronger word in terms of emotional score with a weaker word in terms of score? And how can I find conflicting words? How do I import the word2vec output to classify? How do I find keywords with word2vec? And cluster based…
-
use wordnet and word2vec on dataset
Hello I want to use wordnet to sentiment analyze and steeming. I traveled to the site. But there is an error. look How should I use it? And I also want to use word2vec to choose the kind of thing. I did my site training, but my data is Twitter. And there is an error. How to fix I sent my sample
-
"How to work and use word2vec"
Hello I want to use Word2vec to convert sentences to a vector But I do not know how to do it? My data is Twitter. Please help me by sending the operator image Thanks