SemText

Lightweight Java library for semantically enriched text

Лицензия

Лицензия

Категории

Категории

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

Группа

eu.trentorise.opendata.semtext
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

SemText
Lightweight Java library for semantically enriched text
Ссылка на сайт

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

https://github.com/opendatatrentino/semtext
Организация-разработчик

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

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

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

https://github.com/opendatatrentino/semtext

Скачать semtext

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

<!-- https://jarcasting.com/artifacts/eu.trentorise.opendata.semtext/semtext/ -->
<dependency>
    <groupId>eu.trentorise.opendata.semtext</groupId>
    <artifactId>semtext</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.trentorise.opendata.semtext/semtext/
implementation 'eu.trentorise.opendata.semtext:semtext:1.0.0'
// https://jarcasting.com/artifacts/eu.trentorise.opendata.semtext/semtext/
implementation ("eu.trentorise.opendata.semtext:semtext:1.0.0")
'eu.trentorise.opendata.semtext:semtext:jar:1.0.0'
<dependency org="eu.trentorise.opendata.semtext" name="semtext" rev="1.0.0">
  <artifact name="semtext" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.trentorise.opendata.semtext', module='semtext', version='1.0.0')
)
libraryDependencies += "eu.trentorise.opendata.semtext" % "semtext" % "1.0.0"
[eu.trentorise.opendata.semtext/semtext "1.0.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
eu.trentorise.opendata.commons : odt-commons jar 1.0.2

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
pl.pragmatists : JUnitParams jar 1.0.4

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

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

WARNING: THIS IS ONLY A TEMPLATE FOR THE DOCUMENTATION.
RELEASE DOCS ARE ON THE PROJECT WEBSITE

About

SemText is a lightweight model for semantically annotated text, designed for reliable exchange among applications rather than for efficiency.

  • provides a simple hierarchy of sentences and terms
  • has immutable data structures
  • allows attaching metadata to spans
  • provides JSON serialization via Jackson
  • has separate NLText/SemanticString converters module
  • well documented
  • dependency handling with Maven
  • has a liberal Apache 2.0 license
  • supports Java 6+

Usage: See docs

Roadmap: See project milestones

License: business-friendly Apache License v2.0

Contributing: See the wiki

Credits:

eu.trentorise.opendata.semtext

Open Data in Trentino

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

Версия
1.0.0