RxNLP's Text Mining and NLP APIs provide access to some basic and advanced text analytics functionality over the cloud. The APIs are meant for both commercial as well as research use. We currently have a mix of academic and industry users. To use RxNLP's APIs and the wrappers for the APIs, you will have to register for a Mashape account and then subscribe to the API plan that works for you. For limited or trial use, you should select the 'basic' plan with free per day requests. The X-Mashape-Key key that you see on mashape will be your API Key. Below you will find a list of our current APIs and links to documentation.
##Table of Contents
- HTML2Text API
- Topics Extraction API
- Text Similarity API
- Sentence Clustering API
- N-Gram and Word Counting API
- Opinosis Review Summarization
- Finding your X-Mashape Key
##HTML2Text
The HTML2Text endpoint extracts only the body text of any HTML page or extracts the body text directly from a URL.
- [ HTML2Text Documentation ]
- [ [Test on Mashape] (https://market.mashape.com/rxnlp/text-mining-and-nlp/) ]
##Topics Extraction
The Topics Extraction endpoint helps you find key topics when you have lots of text to deal with. It returns topics ranked by importance and also provides snippets containing the topics.
- [ Topics Extraction Documentation ]
- [ [Test on Mashape] (https://market.mashape.com/rxnlp/text-mining-and-nlp/) ]
##N-Gram and Word Counting
The N-Gram and Word Counting endpoint generates word and n-gram counts in any language. The words or n-grams and its frequency are returned in descending order of frequency.
##Text Similarity The [Text Similarity](https://market.mashape.com/rxnlp/text-mining-and-nlp/#2-textsimilarity) endpoint computes similarity between two pieces of texts (long or short) using well known measures such as Jaccard, Dice and Cosine.
- [ Text Similarity API Documentation ]
- [ Simple Java Wrapper for Text Similarity ]
- [ Test on Mashape ]
##Sentence Clustering
The Sentence Clustering endpoint clusters texts such as Tweets, Customer Support Tickets, News Articles, Surveys, User Reviews and others into logical sentence groups. You get the clusters, cluster score and cluster labels.
##Opinosis Summarization
The Opinosis Summarization endpoint generates short summaries of opinions and is designed to work for texts such as user reviews.
- [ Test on Mashape ]
- [ Sample Wrapper Code in Java ]
- [ Sample Code Utilizing Opinosis Summarization API in Python ]
- [ Related Paper ]
#Finding the X-Mashape Key