lsmith77 / french-pos-dict

French part-of-speech dictionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

french-pos-dict

A French 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.

Internal

To make a release:

  • set the version in pom.xml to not include SNAPSHOT
  • 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

About

French part-of-speech dictionary

License:Other


Languages

Language:Shell 39.6%Language:Perl 37.5%Language:Java 22.9%