Skip to content

georgekola/twitter_nlp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UW Twitter NLP Tools
Authors: Sam Clark, Alan Ritter

contact: aritter@cs.washington.edu

Example Usage:
>export TWITTER_NLP=./
>cat test.1k.txt | python python/ner/extractEntities2.py
note: this takes a minute or so to read in models from files

To include classification, simply add the --classify switch:
>cat test.1k.txt | python python/ner/extractEntities2.py --classify

For higher quality, but slower results, optionally include features based on POS and chunk tags
(chunk tags require POS)
>cat test.1k.txt | python python/ner/extractEntities2.py --classify --pos
>cat test.1k.txt | python python/ner/extractEntities2.py --classify --pos --chunk

Requirements:
32-bit Linux (64-bit requires re-compiling some executables and libraries)

Relevant paper:
@inproceedings{Ritter11,
  author = {Ritter, Alan and Clark, Sam and Mausam and Etzioni, Oren},
  title = {Named Entity Recognition in Tweets: An Experimental Study},
  booktitle = {EMNLP},
  year = {2011}
}

About

UW Twitter NLP Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published