Coder Social home page Coder Social logo

supermanha / nntargetedsentiment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sutdnlp/nntargetedsentiment

0.0 0.0 0.0 0 B

Targeted sentiment analysis using neural networks based on package https://github.com/SUTDNLP/LibN3L

CMake 0.29% C++ 99.69% Shell 0.02%

nntargetedsentiment's Introduction

NNTargetedSentiment

NNTargetedSentiment is a package for targeted sentiment analysis using neural networks based on package LibN3L.
Targeted sentiment analysis aims to detect the sentiment polarity of a given span in a sentence. The span can be one entity or one expression.
Please refer to the following papers for more detailed description:
Adaptive Recursive Neural Network for Target-dependent Twitter Sentiment Classification
Target-dependent Twitter Sentiment Classification with Rich Automatic Features
SemEval-2013 Task 2: Sentiment Analysis in Twitter

Compile

cmake .
make

Input data format

conll format, sentences are seperated by one empty line, each line contains one word and its labels.
The label is bio format: b-xx denotes the begining word of a span with polarity xx; i-xx denotes the non-starting words of a span with polarity xx; o denotes that it is not a target.
3 o
by o
britney b-positive
spears i-positive
is o
an o
amazing o
song o

paris b-neutral
hilton i-neutral
denies o
racism o
allegations o
- o
digital o
spy o

nntargetedsentiment's People

Contributors

zhangmeishan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.