dkpro / dkpro-uby

Framework for creating and accessing UBY resources – sense-linked lexical resources in standard UBY-LMF format
https://dkpro.github.io/dkpro-uby
Other
22 stars 3 forks source link

update alignent framework to DKPro Core 1.6.0 #87

Closed judithek closed 9 years ago

judithek commented 9 years ago
Uby uses DKPro Core 1.5.0 in other modules (WordNet integration and UIMA).

The alignment module should also use this version, in particular, since different versions
of uimaFIT are used in 1.2.0 and 1.5.0.

This might solve the failing build problem.

Original issue reported on code.google.com by eckle.kohler on 2014-05-17 13:08:06

judithek commented 9 years ago
How about upgrading to DKPro Core 1.6.0 ;) ? 

Original issue reported on code.google.com by richard.eckart on 2014-05-17 17:28:20

judithek commented 9 years ago
right - I upgraded: https://code.google.com/p/uby/source/detail?r=569

upgrading the classes in the alignment module will involve many changes in the framework.uima
package, as well as in the pom.

Original issue reported on code.google.com by eckle.kohler on 2014-05-17 17:52:13

judithek commented 9 years ago
I think it is not possible to use the TreeTagger in this module, since this would entail
that we re-distribute the binaries and model of the TreeTagger, which is not possible,
see
https://code.google.com/p/dkpro-core-asl/wiki/UnintegratableSoftware

I guess that means, another lemmatizer for German should be used

Is that correct Richard?

Original issue reported on code.google.com by eckle.kohler on 2014-05-21 08:54:20

judithek commented 9 years ago
see also:

https://code.google.com/p/dkpro-core-asl/wiki/UnintegratableSoftware

Original issue reported on code.google.com by eckle.kohler on 2014-05-21 08:55:10

judithek commented 9 years ago
True. For the purpose of public distribution, I would suggest trying the OpenNLP pos
tagger with the perceptron model and LanguageToolLemmatizer.

Original issue reported on code.google.com by richard.eckart on 2014-05-21 09:12:21

judithek commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2014-05-21 09:12:33

judithek commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2014-06-06 19:41:23