Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcavar/j-json-nlp
Java JSON-NLP Maven module and validator
https://github.com/dcavar/j-json-nlp
java json-nlp machine-learning nlp parsing
Last synced: 8 days ago
JSON representation
Java JSON-NLP Maven module and validator
- Host: GitHub
- URL: https://github.com/dcavar/j-json-nlp
- Owner: dcavar
- License: apache-2.0
- Created: 2019-04-12T20:21:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T11:44:36.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T19:48:56.494Z (4 months ago)
- Topics: java, json-nlp, machine-learning, nlp, parsing
- Language: Java
- Homepage: https://nlp-lab.org/
- Size: 160 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java JSON-NLP Module
(C) 2019 [Damir Cavar], Umang Mehta, Aarushi Bisht, Jagpreet Chawla, [Oren Baldinger], ...
Java [JSON-NLP] Maven module and validator.
Brought to you by the [NLP-Lab.org].
## Introduction
There is a growing number of Natural Language Processing (NLP) tools, modules, pipelines. There does not seem to be any standard for the output format. Here we are focusing on a standard for the output format syntax. Some future version of [JSON-NLP] might address the output semantics as well.
[JSON-NLP] is a standard for the most important outputs NLP pipelines and components can generate. The relevant documentation can be found in the [JSON-NLP] GitHub repo and on its website at the [NLP-Lab].
The Java [JSON-NLP] module is a representation class for the [JSON-NLP] standard implemented as a JSON Schema, available from the:
- [JSON-NLP GitHub repo](https://github.com/dcavar/JSON-NLP)
There is a corresponding Python module for [JSON-NLP]:
- [Python JSON-NLP GitHub repo](https://github.com/dcavar/Py-JSON-NLP)
[JSON-NLP] wrappers are available for numerous Python and Java based NLP components.
## JSON-NLP for Maven
To include [JSON-NLP] in your Java project:
pom.xml code...
[Damir Cavar]: http://damir.cavar.me/ "Damir Cavar"
[JSON-NLP]: https://github.com/dcavar/JSON-NLP "JSON-NLP GitHub repo"
[NLP-Lab]: https://nlp-lab.org/ "NLP-Lab homepage"
[Oren Baldinger]: https://oren.baldinger.me/ "Oren Baldinger"
[NLP-Lab.org]: http://nlp-lab.org/ "NLP-Lab.org"