Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gatenlp/gateplugin-format_bdoc
- Owner: GateNLP
- License: lgpl-3.0
- Created: 2019-10-17T09:10:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T13:36:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T07:59:24.441Z (9 months ago)
- Topics: gate-document, json, messagepack, serialization, yaml
- Language: Java
- Homepage: https://gatenlp.github.io/gateplugin-Format_Bdoc/
- Size: 215 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-bdocNOTE: 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)