-
Revert Tokenized words back to sentences
Hello, I would like to ask. How do I change my tokenized words attribute back into my own text attribute in Excel file? I was doing tokenized words for correcting many mistakes in my text by using Stem (Dictionary) and many other operators within Process Documents from Data. The thing is that I can't find any operator that…
-
I have an exampleset i want to convert it into a .txt file
The format of the exampleset is attached. Output .txt file should have it in the format as follows: "S12345","FP" "S23456","FP" "S34567","FP" "S45678","FP"
-
Problem regarding Text Processing become dummy in RapidMiner AI Hub (Known as RapidMiner server)
Hello. I have problem regarding the dummy operator of process documents from data. The error as in the picture. I am using RapidMiner AI Hub 9.9. I have installed the extension and put it in the server, however it is still like this.
-
Turning JSON Data into Spreadsheed
Hi there RapidMiner Community, I'm currently trying to load JSON data into RapidMiner to use it for a sentiment analysis I'm working on. Browsing threw a lot of the forum content on here regarding the work with JSON data and trying out a lot of the solutions, I sadly haven't found any that worked for me. The data should…
-
How do I keep the ID in cluster results?
I have an excel file with ID and the text which want to cluster. How do I preserve the ID in the excel output with cluster results?
-
How can I plot the frequency of word?
Hello everyone! I'm trying to use the operator Generate Gaussian in order to plot the frequency of words, but comparing my results (calculated manually) with them they're really different. I need this operation to understand which values to discard through the pruning. What's the formula that RapidMiner uses to create…
-
Extract individual files from each row of an exampleset
Hello Rapidminers, I want to write a textfile from the exampleset data for each
row. Ex: Requisition Title column data will become filename and
Overview will become contents of the file. Have around 300 rows of data, so 300 files with title should
be coming from ‘Requisition Title’ and contents of textfile should be from…
-
I am just starting and need help understanding when/how to use a doc vs. example set.
I am using an excel file with 9 columns with 4000 rows of reviews associated with 4 products. I can't get going on this and have gone over tutorials, but the first step is not clear. To use the tokenize, filter stop words, I need a doc.. but how do I get excel file to a doc?