Metadata-Version: 2.1
Name: jdepp
Version: 0.1.3
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: jdepp.BSD
License-File: jdepp.GPL
License-File: jdepp.LGPL

# jdepp-python

Python binding for J.DepP(C++ implementation of Japanese Dependency Parsers)

## Status

W.I.P.

## Build configuration

* Classifier: 2ndPolyFST

## Precompiled KNBC dictionary

Licensed under 3-clause BSD license.

### Releasing

* bump version in `setup.py`
* tag it: `git tag vX.Y.`
* push tag: `git push --tags`

## License

jdepp-python is licensed under 2-Clause BSD license.
J.DepP is licensed under GPLv2/LGPLv2.1/BSD triple license.

## Thrird party license

* paco, cedar: GPLv2/LGPLv2.1/BSD triple license. We choose BSD license.
* io-util: MIT license.
