codeaudit / dkpro-core-asl

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

GermanSeparatedParticleAnnotator is missing in Maven artifacts for de.tudarmstadt.ukp.dkpro.core.tokit-asl-1.4.0 #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When adding the following dependency to a project, e.g. for lematizing German 
text:

    <dependency>
        <groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
        <artifactId>de.tudarmstadt.ukp.dkpro.core.tokit-asl</artifactId>
    </dependency>

Maven will not load the corresponding artifacts to the local repository.
See attached screenshot.

Is it necessary to deploy them manually/explicitly to any (which one?) 
Artifactory?

Original issue reported on code.google.com by eckle.kohler on 22 May 2013 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by eckle.kohler on 22 May 2013 at 8:53

GoogleCodeExporter commented 9 years ago
That's correct. The GermanSeparatedParticleAnnotator is not part of the 1.4.0 
release. It was added about 2 months after the 1.4.0 release. See the commit 
history:

2012-10-23 12:56:14 MESZ  eckle.kohler

    added GermanSeparatedParticleAnnotator and GermanSeparatedParticleAnnotatorTest
    and treetagger-asl as dependency (scope test)

2012-08-26 12:12:44 MESZ  richard.eckart

    [maven-release-plugin] prepare release 1.4.x

Original comment by richard.eckart on 22 May 2013 at 8:58

GoogleCodeExporter commented 9 years ago
Issue marked invalid

Original comment by eckle.kohler on 22 May 2013 at 9:00