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
Export wordlist into Database
guitarslinger
Member Posts: 12 Contributor II
Hi,
I am trying to export a wordlist into a database table or a csv.
How can I do this?
The standard operators only accept examplesets as inputs.
Can i convert a wordlist into an example set?
Thx in advance,
Martin
I am trying to export a wordlist into a database table or a csv.
How can I do this?
The standard operators only accept examplesets as inputs.
Can i convert a wordlist into an example set?
Thx in advance,
Martin
0
Answers
the operator "WordList to Data" should help you with that.
Greetings,
Matthias
Thank god there are no stupid questions...
I am new to RapidMiner and I am trying to do the same, and I have found a problem when exporting to CSV using first the WordList to Data.
I have words with a "Total Occurrences" superior to 100, and when exporting it to the CSV I only get those under 100
Example in my wordlist I have
Word Total Occurrence
Rx 327
Dg 100
Viene 96
When exporting to CSV, I don't get "Dg" for example that has 100 ocurrences, I only get from "Viene" to under...
I don't get why the CSV is using the total occurrences column as %, and not showing data greater than 100.
Does anyone has an idea on how to solve this?
I don't experience this problem. The following process is working fine for me: I am using the latest version available through subversion, maybe there are some relevant fixes included which the official version doesn't include yet. Then you could perhaps try to convert the attributes containing the word count to a nominal value ("Numerical to Polynominal" operator) and hope that no conversion to a percentage value takes place.
Regards,
Matthias
does this only occur in the written csv file or already in the exampleSet? Set a breakpoint to find out what is in the example set.
Greetings,
Sebastian