Deep Learning Practice for NLP: Large Movie Review Data Sentiment Analysis from Scratch

Deep Learning with Python is a very good book recently I have read: Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher … Continue reading →

fastText for Fast Sentiment Analysis

fastText is a Library for fast text representation and classification which recently launched by facebookresearch team. The related papers are “Enriching Word Vectors with Subword Information” and “Bag of Tricks for Efficient Text Classification“. I’m very interested in the text … Continue reading →

Dive Into NLTK, Part IX: From Text Classification to Sentiment Analysis

This is the ninth 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 →

Getting Started with Sentiment Analysis and Opinion Mining

According wikipedia, Sentiment Analysis is defined like this: Sentiment analysis (also known as opinion mining) refers to the use of natural language processing, text analysis and computational linguistics to identify and extract subjective information in source materials. Generally speaking, sentiment … Continue reading →

We have launched the Professional Text Sentiment Analysis API on Mashape

We have launched the Professional Text Sentiment Analysis API on Mashape, which include stock text sentiment and twitter text sentiment. The model is independently trained by stock related text and twitter related text and provides the sentiment result with confidence. … 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 →

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 →