/text-mining-and-nlp-apis

APIs for clustering sentences, extracting topics, counting words & n-grams, extracting text from html or URL, computing similarity between texts and more.

Text Mining and NLP APIs

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

The HTML2Text endpoint extracts only the body text of any HTML page or extracts the body text directly from a URL.


##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.


##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.
##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.


#Finding the X-Mashape Key

Where to find your X-Mashape-Key