--
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.
> On Jan 20, 4:43 pm, "Renaud.Richardet" <renaud.richar...@gmail.com>
> wrote:
>> Hello,
>>
>> I have just started to use ClearTK and really like it, because it
>> allows me to reuse the CollectionReaders I have already developed, and
>> test different ML models without rewriting the feature extraction
>> every time. On top of that, I find the code really easy to understand
>> and well structured. So, thanks for sharing it with the world :-)
>
> The simplest way to get an EvaluationPipelineProvider is to use the
> BatchBasedEvaluationPipelineProvider. Its constructor accepts a list
> of analysis engines to run after running the cleartkPipeline.
I don't want to let this opportunity pass to mention a little framework that
I have recently released: DKPro Lab.
With DKPro Lab you can nicely model complex batch pipelines including ML pipelines on which
you perform cross-validation and parameter sweeping. I'm afraid is really not much
documentation so far, but there is a ClearTK-ML example coming with it.
Here you can find a ClearTK Maxent-based POS-tagger example:
The JARs area available from the UKP OSS Maven repository:
http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/webapp/search/artifact?q=lab
See http://code.google.com/p/dkpro-lab/wiki/DeveloperSetup on how to configure Maven to use it.
Feel free to get back to me if you want to use if and have any questions.
Best,
-- Richard