forked from aritter/twitter_nlp
-
Notifications
You must be signed in to change notification settings - Fork 0
UW Twitter NLP Tools
License
georgekola/twitter_nlp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
UW Twitter NLP Tools Authors: Sam Clark, Alan Ritter contact: [email protected] 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 0
No packages published