dkpro / dkpro-similarity

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

"Getting Started" page outdated #59

Open mbugert opened 7 years ago

mbugert commented 7 years ago

The Getting Started page mentions artifacts which are neither available on the Maven Central Repository nor on UKP repositories. The benefit of configuring the Maven project with dkpro-similarity as a parent project is also not clear to me.

reckart commented 7 years ago

I updated the Maven artifact to the respective one from Maven Central.

By inheriting from the dkpro-parent-pom, you inherit things such as the Java compiler settings (e.g. configuring Maven for Java 8), encoding settings for source files (UTF-8), and more. An alternative to suggesting the inheritance from the dkpro-parent-pom would be documenting the minimal essential settings for the Java version and source encoding.