Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gatenlp/gateplugin-format_bdoc

Store and load GATE documents represented as BasicDocument instances in JSON, YAML and MessagePack formats
https://github.com/gatenlp/gateplugin-format_bdoc

gate-document json messagepack serialization yaml

Last synced: about 2 months ago
JSON representation

Store and load GATE documents represented as BasicDocument instances in JSON, YAML and MessagePack formats

Awesome Lists containing this project

README

        

# gateplugin-Format_Bdoc

Plugin to save/load GATE documents as JSON, gzipped JSON, MessagePack, YAML, gzipped YAML.

Documentation: https://gatenlp.github.io/gateplugin-Format_Bdoc/

This plugin adds support for loading and saving GATE documents represented as "Bdoc" (Basianges to be made to a GATE document).

Maven Coordinates for the plugin:
* groupId: uk.ac.gate.plugins
* artifactId: format-bdoc

NOTE: as long as we depend on gate-plugin-parent 8.6.1 we need to use java 8 for testing,
there is a problem with the jacoco maven plugin version (see https://github.com/GateNLP/gateplugin-Format_Bdoc/issues/8)