I want to use ClearTK's nice feature extraction capabilities to create
ARFF files (to be used with Weka).
As there seems to be no DataWriter for ARFF in ClearTK:
Has someone already written such a writer and would share the code?
While we talk about Weka:
Are there any specific obstacles in adding Weka support to ClearTK or
has simply nobody found time to do it, yet.
(I am thinking about trying to implement the necessary parts and don't
want to run into obvious traps).
-Torsten
> We have mostly steered away from Weka because of its Gnu General
> Public License does not play too well with ClearTK's Apache license
> (for more details see http://www.apache.org/licenses/GPL-compatibility.html).
> That said, I know some people have written ARFF writers in the past,
> and actually getting Weka to play with ClearTK shouldn't be too
> difficult. It might make sense to include Weka DataWriters in our
> code, but leave out any Weka distribution (Philip, Steve, thoughts?).
ClearTK provides wrappers for the Stanford tools which are GPL. It shouldn't be too much of a problem to wrap Weka as long as the core of ClearTK has no dependencies on that module.
Cheers,
-- Richard
I have written a nearly working Weka wrapper for ClearTK which I never polished up and released. There are a few difficulties with it that I cant remember off the top of my head. I will go dig around for the code and see if I can find anything that would help you get started.
Sent from my iPhone
> --
> You received this message because you are subscribed to the Google Groups "cleartk-users" group.
> To post to this group, send email to cleart...@googlegroups.com.
> To unsubscribe from this group, send email to cleartk-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cleartk-users?hl=en.
>
-Torsten
2012/1/30 Philip Ogren <phi...@ogren.info>: