Code Monkey home page Code Monkey logo

german-pos-dict's Introduction

german-pos-dict

A German part-of-speech dictionary that can be used from Java. This repo contains no code but Morfologik binary files to look up part-of-speech data. As a developer, consider using LanguageTool instead of this. If you really want to use this directly, please check out the unit tests for examples.

Also use LanguageTool to export the data in these dictionaries, as documented here.

The POS tags are documented here.

Internal

To prepare a release (note this will only add forms, not remove them):

  • (optional) move readings from do-not-synthesize.txt to filter-archaic.txt (in the execution path of SynthDictionaryBuilder)
  • call ./download-data.sh
  • set DBUSER, DBPASS, and LT_PASS in ./data-to-dict.sh
  • call ./data-to-dict.sh
  • increase version in pom.xml
  • call mvn install
  • test it from the software that integrates it (including a regression test)

To make a release:

  • set the version in pom.xml to not include SNAPSHOT
  • rm src/main/resources/org/languagetool/resource/de/SynthDictionaryBuilder*tags.txt
  • mvn clean test
  • mvn clean deploy -P release
  • go to https://oss.sonatype.org/#stagingRepositories
  • scroll to the bottom, select latest version, and click Release
  • git tag vx.y
  • git push origin vx.y

german-pos-dict's People

Contributors

affemitkaraffe avatar danielnaber avatar dependabot[bot] avatar jaumeortola avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.