codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

Switch all test cases to OpenNLP POS Tagger #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should switch all unit tests to OpenNLP, since we then can use the models as 
well and the tests run anywhere.

Original issue reported on code.google.com by richard.eckart on 7 Jun 2012 at 9:37

GoogleCodeExporter commented 9 years ago
Several tests cannot be migrated yet because they need a lemmatizer. The 
OpenNlpPosTagger does not do lemmas and we don't have an alternative lemmatizer 
yet.

I switched the PosFilter tests and added an OpenNlpPosTagger to the toolbox 
now. 

Original comment by richard.eckart on 7 Jun 2012 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 13 Oct 2012 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 13 Oct 2012 at 6:33

GoogleCodeExporter commented 9 years ago
TreeTagger can be replaced with OpenNlpPosTagger + GateLemmatizer, if tests use 
only English (which most of them do).
AFAICS, the only remaining tests using TreeTagger are things that test 
TreeTagger itself.

Original comment by torsten....@gmail.com on 30 Jan 2013 at 4:54

GoogleCodeExporter commented 9 years ago
Just a comment: GateLemmatizer is GPL, we cannot use it in ASL test cases. 

Original comment by richard.eckart on 3 Feb 2013 at 10:13

GoogleCodeExporter commented 9 years ago
Right :/

We definitely need some ASL lemmatizer.

Original comment by torsten....@gmail.com on 4 Feb 2013 at 11:20

GoogleCodeExporter commented 9 years ago
How about ClearNlpLemmatizer?

Original comment by torsten....@gmail.com on 6 Feb 2013 at 8:24

GoogleCodeExporter commented 9 years ago
Replaced GateLemmatizer with ClearNlpLemmatizer.

Original comment by torsten....@gmail.com on 6 Feb 2013 at 8:26