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
Creating ExampleSet from WVTInputList
Legacy User
Member Posts: 0 Newbie
Hello,
I have build a WVTInputList (as described in the tutorial) and created WordVector and WordLists.
Now I want to compare (similarity) the input documents, so I need an ExampleSet. It seems that I can use com.rapidminer.operator.TextInputOperator for "creating an ExampleSet from a collection of texts" (javadoc). But the documentation doesn't describe how to use this class.
So how do I get an ExampleSet from a WVTInputList or a list of WordVectors?
I have build a WVTInputList (as described in the tutorial) and created WordVector and WordLists.
Now I want to compare (similarity) the input documents, so I need an ExampleSet. It seems that I can use com.rapidminer.operator.TextInputOperator for "creating an ExampleSet from a collection of texts" (javadoc). But the documentation doesn't describe how to use this class.
So how do I get an ExampleSet from a WVTInputList or a list of WordVectors?
0
Answers
I would directly use the operator instead of manually creating the WVTInputList. You can find many references to how this can be done (from files, from strings, from databases...) here in the forum. If you want to stick to the WVTInputList, you will need the RM text plugin anyway and use the ExampleTableOutputFilter (or something similar, I don't remember the exact name).
Cheers,
Ingo
thanks for your answer! Unfortunately I didn't find anything that helped me in this forum. Maybe you could give me another hint?
Maybe I come back for some questions then. But thank you for your help so far!