Format: Bdoc

Plugin to save/load GATE documents in BasicDocument representation as JSON and Gzip-compressed JSON, YAML, and MessagePack.

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

uk.ac.gate.plugins
Идентификатор

Идентификатор

format-bdoc
Последняя версия

Последняя версия

1.10
Дата

Дата

Тип

Тип

jar
Описание

Описание

Format: Bdoc
Plugin to save/load GATE documents in BasicDocument representation as JSON and Gzip-compressed JSON, YAML, and MessagePack.
Ссылка на сайт

Ссылка на сайт

https://gatenlp.github.io/gateplugin-Format_Bdoc/
Организация-разработчик

Организация-разработчик

GATE
Система контроля версий

Система контроля версий

https://github.com/GateNLP/gateplugin-Format_Bdoc

Скачать format-bdoc

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/uk.ac.gate.plugins/format-bdoc/ -->
<dependency>
    <groupId>uk.ac.gate.plugins</groupId>
    <artifactId>format-bdoc</artifactId>
    <version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/format-bdoc/
implementation 'uk.ac.gate.plugins:format-bdoc:1.10'
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/format-bdoc/
implementation ("uk.ac.gate.plugins:format-bdoc:1.10")
'uk.ac.gate.plugins:format-bdoc:jar:1.10'
<dependency org="uk.ac.gate.plugins" name="format-bdoc" rev="1.10">
  <artifact name="format-bdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate.plugins', module='format-bdoc', version='1.10')
)
libraryDependencies += "uk.ac.gate.plugins" % "format-bdoc" % "1.10"
[uk.ac.gate.plugins/format-bdoc "1.10"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.msgpack : jackson-dataformat-msgpack jar 0.8.20
uk.ac.gate : gcp-api jar 3.1
org.yaml : snakeyaml jar 1.26

provided (1)

Идентификатор библиотеки Тип Версия
uk.ac.gate : gate-core jar 8.6.1

test (1)

Идентификатор библиотеки Тип Версия
uk.ac.gate : gate-plugin-test-utils jar 8.6.1

Модули Проекта

Данный проект не имеет модулей.

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)

uk.ac.gate.plugins

GateNLP

GATE - General Architecture for Text Engineering

Версии библиотеки

Версия
1.10
1.9
1.8
1.7
1.6.1