Closed GoogleCodeExporter closed 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
Original comment by richard.eckart
on 13 Oct 2012 at 6:31
Original comment by richard.eckart
on 13 Oct 2012 at 6:33
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
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
Right :/
We definitely need some ASL lemmatizer.
Original comment by torsten....@gmail.com
on 4 Feb 2013 at 11:20
How about ClearNlpLemmatizer?
Original comment by torsten....@gmail.com
on 6 Feb 2013 at 8:24
Replaced GateLemmatizer with ClearNlpLemmatizer.
Original comment by torsten....@gmail.com
on 6 Feb 2013 at 8:26
Original issue reported on code.google.com by
richard.eckart
on 7 Jun 2012 at 9:37