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
help the wvtool
nguyenxuanhau
Member Posts: 22 Contributor II
In text Plugin 4.6 , the wvtool had used class StringTokenizer
but in source code of wvtool 1.1 i ddidn't find the class StringTokenizer
help to indicate to me version of wvtool has the class StringTokenizer
but in source code of wvtool 1.1 i ddidn't find the class StringTokenizer
help to indicate to me version of wvtool has the class StringTokenizer
0
Answers
perhaps you are talking about the StringTokenizer of the Java API http://java.sun.com/javase/6/docs/api/?
Please keep in mind, that Rapid-I is not responsible for the wvtool and does not support it. In current versions or RapidMiner it has been completely replaced by our own code.
Greetings,
Sebastian
private edu.udo.cs.wvtool.generic.tokenizer.StringTokenizer
that had used class StringTokenizer. the class StringTokenizer had been import from the wvtool.jar, but source code the wvtool 1.1 didn't find class StringTokenizer.
Because i want to modify class StringTokenizer.java but i didn't find in source wvtool 1.1
please help
Greeting
hau
as I said above: Rapid-I is not responsible for the wvtool. You might take a look at the wvtool source forge project page, I can't help you any further.
Anyway you might update RapidMiner and the Text processing Extension to version 5.0. There is a similar class of the same purpose which you can modify.
Greetings,
Sebastian