-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jinho Choi
committed
Aug 1, 2016
1 parent
3790a01
commit a93c6d6
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
# NLP4J | ||
|
||
The **N**atural **L**anguage **P**rocessing **f**or **J**VM languages (NLP4J) project provides: | ||
|
||
* NLP tools readily available for research in various disciplines. | ||
* Frameworks for fast development of efficient and robust NLP components. | ||
* API for manipulating computational structures in NLP (e.g., dependency graph). | ||
|
||
The project is initiated and led by the [Emory NLP](http://nlp.mathcs.emory.edu) research group with many helps from the community. It is under the [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) license, which is favored by most industrial researchers. Please join our [group](https://groups.google.com/forum/#!forum/emorynlp) to get notifications about updates and send us your feedback. | ||
|
||
* Latest release: [1.1.3](http://search.maven.org/#search%7Cga%7C1%7Cnlp4j) ([release notes](https://emorynlp.github.io/nlp4j/release.html)). | ||
* [Discussion formum](https://groups.google.com/forum/#!forum/emorynlp). | ||
* [NLP4J demo](http://nlp.mathcs.emory.edu:8080/nlp4j). | ||
NLP4J webpage: [https://emorynlp.github.io/nlp4j](https://emorynlp.github.io/nlp4j/) |