SemiringInc / GoJSONNLP

JSON-NLP Go Package

Home Page:https://semiring.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoJSONNLP - JSON-NLP Go Code

(C) 2020-2021 by Semiring Inc., Damir Cavar

Package version 0.8.4


Introduction

This repository provides the Go package jsonnlp for reading and writing JSON-NLP Schema conform data. JSON-NLP encodes outputs from Natural Language Processing (NLP) pipelines, functioning as some form of a middleware.

JSON-NLP wrappers for the output formats from various NLP pipelines are available:

Many other wrappers and modules likely exist or will be made available.

JSON-NLP processing and validation modules exist for other languages as well, as for example:


Installation

Install the jsonnlp Go package using:

go get github.com/SemiringInc/GoJSONNLP

Update to new version using:

go get -u github.com/SemiringInc/GoJSONNLP

Visualization of JSON-NLP

There is a visualizer for JSON-NLP available here: https://semiringinc.github.io/JSON-NLP-Viz/


About

JSON-NLP Go Package

https://semiring.com/

License:Apache License 2.0


Languages

Language:Go 100.0%