Hello!
I am interested in using P1EDA. I understand that it is still experimental.
I know that there is java code to play with but I don't have so much tim to play with it.
I'm working with very noisy social media data so I'd need to tweak the preprocessing.
What are the possible options?
For example, can I add any preprocessing in the "activatedLAP" field? Will it be used by the EDA?
I send you again the config. file I'm using.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<section name="PlatformConfiguration">
<!-- <property name="activatedEDA">eu.excitementproject.eop.alignmentedas.
p1eda.instances.SimpleWordCoverageEN</property> -->
<property name="activatedEDA">eu.excitementproject.eop.alignmentedas.
p1eda.sandbox.FNR_EN</property>
<property name="language">EN</property>
<property name="activatedLAP">eu.excitementproject.eop.lap.dkpro.TreeTaggerEN</property>
</section>
<section name="eu.excitementproject.eop.alignmentedas.
p1eda.sandbox.FNR_EN">
<property name="modelFile">/tmp//
P1EDA_Base_EN.model</property>
<property name="trainDir">/tmp/EN/dev/</property>
<property name="testDir">/tmp/EN/test/</property>
</section>
</configuration>
Thanks a lot,
Tom