Skip to content

Commit

Permalink
Update training.txt
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
brendano committed Jul 26, 2013
1 parent 630e81f commit 246408d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/training.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Evaluating the tagger

For example, this replicates the tech report (Owoputi et al 2012) results:
myjava cmu.arktweetnlp.Train data/twpos-data-v0.3/oct27.conll mymodel
myjava cmu.arktweetnlp.RunTagger cmu.arktweetnlp.RunTagger --input-format conll --model mymodel data/twpos-data-v0.3/daily547.conll > pred
myjava cmu.arktweetnlp.RunTagger --input-format conll --model mymodel data/twpos-data-v0.3/daily547.conll > pred

If you run this it should look like

Expand All @@ -30,7 +30,7 @@ $ grep -i nigga mymodel
$ awk '$2=="V"' < mymodel | grep Suff | sort -gk3
(strongest suffix indicators of being a verb)

== Testing ==
== Evaluation ==

$ myjava cmu.arktweetnlp.RunTagger cmu.arktweetnlp.RunTagger --input-format conll --model mymodel data/twpos-data-v0.3/daily547.conll > pred
7184 / 7707 correct = 0.9321 acc, 0.0679 err
Expand Down

0 comments on commit 246408d

Please sign in to comment.