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.

License

License

MIT
GroupId

GroupId

com.textrazor
ArtifactId

ArtifactId

textrazor
Last Version

Last Version

1.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

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

Download textrazor

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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 [email protected]

com.textrazor

TextRazor

Versions

Version
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