textrazor

Official Java SDK for the TextRazor Text Analytics API TextRazor offers state-of-the-art natural language processing tools through a simple API, allowing you to build semantic technology into your applications in minutes. Hundreds of applications rely on TextRazor to understand unstructured text across a range of verticals, with use cases including social media monitoring, enterprise search, recommendation systems and ad targetting.

Лицензия

Лицензия

MIT
Группа

Группа

com.textrazor
Идентификатор

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

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

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

1.0.12
Дата

Дата

Тип

Тип

jar
Описание

Описание

textrazor
Official Java SDK for the TextRazor Text Analytics API TextRazor offers state-of-the-art natural language processing tools through a simple API, allowing you to build semantic technology into your applications in minutes. Hundreds of applications rely on TextRazor to understand unstructured text across a range of verticals, with use cases including social media monitoring, enterprise search, recommendation systems and ad targetting.
Система контроля версий

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

https://github.com/TextRazor/textrazor-java

Скачать textrazor

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-core jar 2.6.6
com.fasterxml.jackson.core : jackson-annotations jar 2.6.6
com.fasterxml.jackson.core : jackson-databind jar 2.6.6

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

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

TextRazor Official Java SDK

This is the official Java SDK for the TextRazor Text Analytics API.

TextRazor offers state-of-the-art natural language processing tools through a simple API, allowing you to build semantic technology into your applications in minutes.

Hundreds of applications across a range of verticals rely on TextRazor to extract meaning from unstructured text, with use cases including social media monitoring, enterprise search, recommendation systems and ad targetting. TextRazor offers automatic Named Entity Recognition, Disambiguation and Linking, Topic and Theme Extraction, Relation Extraction and much more.

Visit https://www.textrazor.com to find out more.

Getting Started

  • Download the latest TextRazor JAR.

    TextRazor for Java depends on the Jackson JSON library, specifically jackson-core-2.6.6.jar, jackson-annotations-2.6.6.jar, jackson-databind-2.6.6.jar. Ensure that these are on your classpath when running your project.

  • Alternatively, if you use Maven you can add a dependency to TextRazor in your pom.xml:

<dependency>
  <groupId>com.textrazor</groupId>
  <artifactId>textrazor</artifactId>
  <version>1.0.12</version>
</dependency> 

Usage

You'll need a free API key to add to your requests, see an example to get going.

Full JavaDoc can be found as part of the package, or you can browse more comprehensive documentation at the TextRazor site.

If you have any questions please get in touch at support@textrazor.com

com.textrazor

TextRazor

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

Версия
1.0.12
1.0.11
1.0.10
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0