Getting Started with TextBlob

TextBlob is a new python natural language processing toolkit, which stands on the shoulders of giants like NLTK and Pattern, provides text mining, text analysis and text processing modules for python developers. Here I will introduce the basics of TextBlob … Continue reading →

Text Summarization API Document is Ready

Text Summarization API Document is Ready, you can find it here: Text Summarization API Document. For programming languages support by Text Summarization API, you can find the document link below: Text Summarization API for Python Text Summarization API for Ruby … Continue reading →

We have launched the Professional Text Summarization API on Mashape

We have launched the Professional Text Summarization API on Mashape which is based on advanced Natural Language Processing and Machine Learning technologies: After surveyed the Automatic Text Summarization API on Mashape: Getting Started with the Automatic Text Summarization API on … Continue reading →

Getting Started with the Automatic Text Summarization API on Mashape

Automatic Text Summarization is one of popular text processing tasks, according wikipedia, Text Summarization is referred as Automatic Summarization: Automatic summarization is the process of reducing a text document with a computer program in order to create a summary that … Continue reading →

We have launched the Text Analysis API on Mashape

We have launched the Text Analysis API on Mashape: TextAnalysis API TextAnalysis API provides customized Text Analysis or Text Mining Services like Word Tokenize, Part-of-Speech(POS) Tagging, Stemmer, Lemmatizer, Chunker, Parser, Key Phrase Extraction(Noun Phrase Extraction), Sentence Segmentation(Sentence Boundary Detection), Grammar … Continue reading →

Dive Into NLTK, Part II: Sentence Tokenize and Word Tokenize

This is the second article in the series “Dive Into NLTK“, here is an index of all the articles in the series that have been published to date: Part I: Getting Started with NLTK Part II: Sentence Tokenize and Word … Continue reading →

Dive Into NLTK, Part I: Getting Started with NLTK

NLTK is the most famous Python Natural Language Processing Toolkit, here I will give a detail tutorial about NLTK. This is the first article in a series where I will write everything about NLTK with Python, especially about text mining … Continue reading →