pdjlzs / MaxEntSentiment

A Max Entropy model for sentiment analysis, implementing with neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaxEntropySentiment

MaxEntropySentiment is a package for sentiment analysis using neural networks based on package LibN3L.
Sentiment analysis aims to detect the sentiment polarity of a given sentence.

Compile

cmake .
make

Input data format

Each line contains one sentence and its labels, and they are seperated by space .

About

A Max Entropy model for sentiment analysis, implementing with neural network


Languages

Language:C++ 98.8%Language:CMake 1.1%Language:Shell 0.1%