GithubHelp home page GithubHelp logo

dynamicguy / ark-tweet-nlp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brendano/ark-tweet-nlp

1.0 2.0 0.0 34.13 MB

CMU ARK Twitter Part-of-Speech Tagger

Home Page: http://www.ark.cs.cmu.edu/TweetNLP/

License: Other

ark-tweet-nlp's Introduction

CMU ARK Twitter Part-of-Speech Tagger v0.2
http://www.ark.cs.cmu.edu/TweetNLP/

Basic usage
-----------

Requires Java 6.  To run the tagger:

    ./runTagger.sh -input example_tweets.txt -output tagged_tweets.txt

The output should match tagged_tweets_expected.txt.
 
Advanced usage
--------------

We include a pre-compiled .jar of the tagger so you hopefully don't need to
compile it.  But if you need to recompile, do:
  scripts/compile.sh

To train and evalute the tagger, see:
  scripts/train.sh and scripts/test.sh
  src/edu/cmu/cs/lti/ark/ssl/pos/SemiSupervisedPOSTagger.java

Contents
--------
 * runTagger.sh  is the script you probably want
 * lib/          has runtime dependencies and trained model
 * lib_build/    has buildtime dependency
 * lib_twitter/  has Twitter's text commons annotations API
 * scripts/      helps you build and run
 * src/          has the actual source code (mostly java, and one bit of scala)

The lib_twitter stuff is optional; if you want to use it, you may wish to
update to a newer version of the library.  A demo can be invoked as:
  scripts/classwrap.sh -Xmx1g edu.cmu.cs.lti.ark.tweetnlp.twitter_anno.CMUPOSTagger

Information
-----------
This tagger is described in the following paper.  Please cite it if you write a
research paper using this software.

  Part-of-Speech Tagging for Twitter: Annotation, Features, and Experiments
  Kevin Gimpel, Nathan Schneider, Brendan O'Connor, Dipanjan Das, Daniel Mills,
  Jacob Eisenstein, Michael Heilman, Dani Yogatama, Jeffrey Flanigan, and Noah A. Smith
  In Proceedings of the Annual Meeting of the Association for Computational
  Linguistics, companion volume, Portland, OR, June 2011.
  http://www.ark.cs.cmu.edu/TweetNLP/gimpel+etal.acl11.pdf

The software is licensed under Apache 2.0 (see LICENSE file).

Version 0.2 of the tagger differs from version 0.1 in the following ways:

* The tokenizer has been improved and integrated with the tagger in a single Java program. 

* The new tokenizer was run on the 1,827 tweets used for the annotation effort and the 
annotations were adapted for tweets with differing tokenizations. The revised annotations 
are contained in a companion v0.2 release of the data (twpos-data-v0.2).

* The tagging model is trained on ALL of the available annotated data in twpos-data-v0.2. 
The model in v0.1 was only trained on the training set.

* The tokenizer/tagger is integrated with Twitter's text commons annotations API.

Contact
-------
Please contact Brendan O'Connor ([email protected]) and Kevin Gimpel ([email protected]) 
if you encounter any problems.

ark-tweet-nlp's People

Contributors

brendano avatar dbamman avatar dipanjand avatar stevenbedrick avatar

Stargazers

 avatar

Watchers

 avatar  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.