Skip to content

TextRazor/textrazor-java

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
doc
 
 
 
 
 
 
 
 

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

About

Java SDK for the TextRazor Text Analytics API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages