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

https://github.com/guokr/stan-cn-com

A common base for stan-cn-* package family.
https://github.com/guokr/stan-cn-com

Last synced: 2 months ago
JSON representation

A common base for stan-cn-* package family.

Awesome Lists containing this project

README

        

stan-cn-com
============

stan-cn-* family are wrappers based on Stanford CoreNLP for the convenience of
Chinese users. This package provide a common code base for the packages family.

stan-cn-* family are including:

* stan-cn-com: Common code base
* stan-cn-seg: Chinese segmentation and related data model
* stan-cn-ner: Naming entity recognization and related data model
* stan-cn-tag: POS tagging and related data model

Purpose of the package
-----------------------

The original Stanford CoreNLP packages with default language settings in Maven
central is only for English. If you are dealing with simplified Chinese, you
still need to download the Chinese model and fix some configuration files.

The burden is not too much, but if you deploy these packages to a server
cluster, this burden might be amplified.

Whatever you face a single node or a server farm, it would be a pleasurable
solution to provide packages with default settings of Chinese language
models. That is what we do.

Comments, reviews, bug reports and patches are welcomed.

Current version
----------------

Current version is 0.0.6 and based on Stanford CoreNLP 3.4 with minor fixes.

Preparation for release
------------------------

Before release this package to maven central, please execute below commands:

* mvn clean source:jar javadoc:jar package
* export MAVEN_OPTS=-Xmx2048m
* mvn release:clean
* mvn release:prepare
* mvn release:perform

Authors
--------

* Mingli Yuan ( https://github.com/mountain )
* Rui Wang ( https://github.com/isnowfy )
* Wanjian Wu ( https://github.com/jseagull )

License
--------

GPLv2, just same as the license of Stanford CoreNLP package