An open API service indexing awesome lists of open source software.

https://github.com/danielnaber/jwordsplitter

small Java library for splitting German compound words
https://github.com/danielnaber/jwordsplitter

Last synced: over 1 year ago
JSON representation

small Java library for splitting German compound words

Awesome Lists containing this project

README

          

Internal README
===============

How to make a new release for Maven Central:

* update: `` in `pom.xml`, `README.md`, and `CHANGES.md`
* `mvn clean deploy -P release`
* go to https://oss.sonatype.org/ -> Staging repositories, scroll down, select, and click "Release"
* `git tag -a vx.y -m 'version x.y'`
* `git push origin vx.y`
* set version in `pom.xml` to `x.y-SNAPSHOT`

Also see http://central.sonatype.org/pages/apache-maven.html