Annotated NYT Ingester

Library providing Concrete ingesters and utilities for the Annotated New York Times corpus.

Лицензия

Лицензия

Группа

Группа

edu.jhu.hlt
Идентификатор

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

concrete-ingesters-annotated-nyt
Последняя версия

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

4.14.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Annotated NYT Ingester
Library providing Concrete ingesters and utilities for the Annotated New York Times corpus.
Ссылка на сайт

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

http://www.javadoc.io/doc/edu.jhu.hlt/concrete-project/concrete-ingesters-annotated-nyt/
Организация-разработчик

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

Johns Hopkins University HLTCOE

Скачать concrete-ingesters-annotated-nyt

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

<!-- https://jarcasting.com/artifacts/edu.jhu.hlt/concrete-ingesters-annotated-nyt/ -->
<dependency>
    <groupId>edu.jhu.hlt</groupId>
    <artifactId>concrete-ingesters-annotated-nyt</artifactId>
    <version>4.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.jhu.hlt/concrete-ingesters-annotated-nyt/
implementation 'edu.jhu.hlt:concrete-ingesters-annotated-nyt:4.14.2'
// https://jarcasting.com/artifacts/edu.jhu.hlt/concrete-ingesters-annotated-nyt/
implementation ("edu.jhu.hlt:concrete-ingesters-annotated-nyt:4.14.2")
'edu.jhu.hlt:concrete-ingesters-annotated-nyt:jar:4.14.2'
<dependency org="edu.jhu.hlt" name="concrete-ingesters-annotated-nyt" rev="4.14.2">
  <artifact name="concrete-ingesters-annotated-nyt" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.jhu.hlt', module='concrete-ingesters-annotated-nyt', version='4.14.2')
)
libraryDependencies += "edu.jhu.hlt" % "concrete-ingesters-annotated-nyt" % "4.14.2"
[edu.jhu.hlt/concrete-ingesters-annotated-nyt "4.14.2"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
edu.jhu.hlt : concrete-util jar 4.14.2
edu.jhu.hlt : concrete-validation jar 4.14.2
edu.jhu.hlt : concrete-ingesters-base jar 4.14.2
com.google.guava : guava jar 23.2-jre
edu.jhu.hlt : annotated-nyt jar 1.1.4

test (1)

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

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

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

Copyright 2012-2019 Johns Hopkins University HLTCOE. All rights reserved. See LICENSE in the project root directory.

Concrete Java

Java libraries for the Concrete HLT data schema.

JavaDoc API documentation is hosted on javadoc.io

Generating Thrift Java files

Call generate.sh, where the first and only argument is the path to the thrift files from concrete.

As an example, if the concrete repo and this repo are in the same directory, run:

./generate.sh ../concrete/thrift

Be aware that you'll need Thrift 0.10.0 installed and in your $PATH.

Building and Installing

Maven is used to build concrete-java:

mvn clean package

To install the jars into your local maven repository, run:

mvn clean install

Using an IDE

If you are using an IDE such as Eclipse or IntelliJ, you are likely getting many build errors because some modules use FreeBuilder. See the FreeBuilder readme for instructions on configuring your IDE.

Maven Dependencies

See the pom.xml file for the current version.

<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>concrete-core</artifactId>
  <version>x.y.z</version>
</dependency>
<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>concrete-safe</artifactId>
  <version>x.y.z</version>
</dependency>
<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>concrete-util</artifactId>
  <version>x.y.z</version>
</dependency>
<dependency>
  <groupId>edu.jhu.hlt</groupId>
  <artifactId>concrete-validation</artifactId>
  <version>x.y.z</version>
</dependency>
edu.jhu.hlt

JHU Human Language Technology Center of Excellence

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

Версия
4.14.2
4.14.1
4.14.0
4.13.2
4.13.1
4.13.0
4.12.0
4.11.2.1
4.10.7
4.10.6
4.10.5
4.10.4
4.10.3
4.10.2
4.10.1
4.10.0
4.9.2
4.9.1
4.9.0
4.8.10
4.8.9
4.8.8
4.8.7
4.8.6
4.8.5
4.8.4
4.8.3
4.8.2
4.8.0
4.6.10
4.6.9
4.6.8
4.6.7
4.6.6
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.9
4.5.8
4.5.7
4.5.6
4.5.5
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.12
4.4.11
4.4.10
4.4.9
4.4.8
4.4.7
4.4.6
4.4.5