Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.textrazor:textrazor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.textrazor: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.

  • 1.0.13
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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

FAQs

Package last updated on 25 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc