Adding spaCy Demo and API into TextAnalysisOnline

I have added spaCy demo and api into TextAnalysisOnline, you can test spaCy by our scaCy demo and use spaCy in other languages such as Java/JVM/Android, Node.js, PHP, Objective-C/i-OS, Ruby, .Net and etc by Mashape api platform. Here is the … Continue reading →

Getting Started with spaCy

Update: Almost since one year after writing this article, spaCy now has been upgraded to version 1.2, and new data and new features are added in it. I fix some problems in this article for spacy install and test, especially … Continue reading →

Getting Started with Pattern

We have talked about NLTK and TextBlob, now it’s time to “Getting Started with Pattern”. About Pattern According Pattern Official Website: Pattern is a web mining module for the Python programming language. It has tools for data mining (Google, Twitter … Continue reading →

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 →

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 →