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
"Which version of WVTool is used by the RapidMiner Text Plugin?"
Hello,
I tried to change some details in the wordlist creation that is done by the TextInput operator from the RapidMiner Text Plugin. In order to do this I looked into the sourcecode of this operator (TextInput.java) and found that it uses a WVTool object from the Word Vector Tool:
So it seems RapidMiner Text Plugin does not use the latest version of Word Vector Tool. Where can I get the version of Word Vector Tool that is used by the RapidMiner Text Plugin?
Thanks in advance,
Daniel
I tried to change some details in the wordlist creation that is done by the TextInput operator from the RapidMiner Text Plugin. In order to do this I looked into the sourcecode of this operator (TextInput.java) and found that it uses a WVTool object from the Word Vector Tool:
Since the Word Vector Tool is included in the RapidMiner Text Plugin only as a jar-file, without sourcecode, I downloaded the latest version of the Word Vector Tool from Sourceforge (http://sourceforge.net/project/showfiles.php?group_id=131810). Now I looked into the file WVTool.java from the sourcecode I downloaded but it does not contain the method "addToWordList" that is called from the TextInput.java!
private WVTool wvt = new WVTool(false);
[...]
wvt.addToWordList(wordList, tokens, append);
So it seems RapidMiner Text Plugin does not use the latest version of Word Vector Tool. Where can I get the version of Word Vector Tool that is used by the RapidMiner Text Plugin?
Thanks in advance,
Daniel
Tagged:
0
Answers
I hope that helps!
Cheers,
Steve
Best of luck in your search, and please let us know if you're able to locate it.
Cheers,
Steve