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

Fix package names #102

Open judithek opened 9 years ago

judithek commented 9 years ago
Many Uby modules do not have "uby" in their package names. These should be
changed.
Also, "dkpro" should be added to the package names. E.g.:

de.tudarmstadt.ukp.alignment.framework -> de.tudarmstadt.ukp.dkpro.uby.alignment.framework
de.tudarmstadt.ukp.lmf.transform.ontowiktionary -> de.tudarmstadt.ukp.dkpro.uby.lmf.transform.ontowiktionary

In general the package names should be constructed from the Maven coordinates as follows:

Group ID: z.y.x
Artifact ID: x-m(-m1-m2-...)

Package name: z.y.x.m(.m1.m2...)

E.g.

Group ID: de.tudarmstadt.ukp.dkpro.uby
Artifact ID: dkpro-uby-lmf-transform-ontowiktionary

Package name: de.tudarmstadt.ukp.dkpro.uby.lmf.transform.ontowiktionary

Original issue reported on code.google.com by richard.eckart on 2014-08-04 10:13:24

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

Original issue reported on code.google.com by richard.eckart on 2014-08-04 10:13:40

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

Original issue reported on code.google.com by eckle.kohler on 2014-10-30 14:22:38

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

Original issue reported on code.google.com by chmeyer.de on 2015-04-10 08:57:50