dkpro / dkpro-similarity

Word and text similarity measures
https://dkpro.github.io/dkpro-similarity
Other
53 stars 22 forks source link

ASL depends on GPL #37

Closed nicolaierbs closed 7 years ago

nicolaierbs commented 9 years ago

Original issue 37 created by dkpro on 2015-03-03T16:56:29.000Z:

ASL depends on GPL

nicolaierbs commented 9 years ago

Comment #1 originally posted by dkpro on 2015-03-03T17:06:56.000Z:

Misread dependency information.

nicolaierbs commented 9 years ago

Comment #2 originally posted by dkpro on 2015-03-03T19:23:59.000Z:

Actually, ASL modules depend on some GPL modules from DKPro Core.

nicolaierbs commented 9 years ago

Comment #3 originally posted by dkpro on 2015-03-03T19:27:17.000Z:

style and wordchoice depend on GATE, probably for the GateLemmatizer

    <dependency>
        <groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
        <artifactId>de.tudarmstadt.ukp.dkpro.core.gate-gpl</artifactId>
    </dependency>
nicolaierbs commented 9 years ago

Comment #4 originally posted by dkpro on 2015-03-03T19:27:53.000Z:

Actually GATE is LGPL... so this isn't that critical, but we do have alternatives that are ASL, don't we?

nicolaierbs commented 9 years ago

Comment #5 originally posted by dkpro on 2015-03-03T19:54:51.000Z:

None that I am aware of. That is why we used GATE here.

nicolaierbs commented 9 years ago

Comment #6 originally posted by dkpro on 2015-03-03T21:19:55.000Z:

In DKPro Core 1.7.0, we have several ones:

ClearNlpLemmatizer GateLemmatizer LanguageToolLemmatizer MateLemmatizer StanfordLemmatizer MorphaLemmatizer TreeTaggerPosLemmaTT4J

Most only for English. The MorphaLemmatizer has the smallest dependency footprint.

zesch commented 7 years ago

Gate is ASL now.