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
- Host: GitHub
- URL: https://github.com/danielnaber/jwordsplitter
- Owner: danielnaber
- License: other
- Created: 2012-10-04T14:38:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T07:05:27.000Z (about 2 years ago)
- Last Synced: 2025-03-30T09:07:58.476Z (over 1 year ago)
- Language: Java
- Size: 1.42 MB
- Stars: 63
- Watchers: 13
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README-internal.md
- Changelog: CHANGES.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - jWordSplitter
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