Linguistic Simplifier

Linguistic based techniques for text simplification

Лицензия

Лицензия

Категории

Категории

GUI Взаимодействие с пользователем
Группа

Группа

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

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

linguistic-simplifier
Последняя версия

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

8.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

Linguistic Simplifier
Linguistic based techniques for text simplification
Организация-разработчик

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

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

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

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

Скачать linguistic-simplifier

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

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

Зависимости

provided (1)

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

test (1)

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

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

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

This GATE plugin provides a linguistically based document simplifier. This is based upon work carried out in the ForgetIT project and reported in deliverables D6.1 and D6.2.

The plugin contains a demo application (available from the Ready-Made menu if the plugin has been loaded), which allows the techniques to be demonstrated. The performance of the approach can be improved by passing a WordNet LR instance to the PR as a runtime param. This is not provided in the demo application, as it is not possible to provide this in an easily portable way. Full details of how to create an instance of WordNet within GATE can be found in the main GATE user guide at the following URL: http://gate.ac.uk/userguide/sec:misc-creole:wn

uk.ac.gate.plugins

GateNLP

GATE - General Architecture for Text Engineering

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

Версия
8.6
8.5
8.5-alpha1