From 9e56174c6d8aacd53712deed44169df17a19915d Mon Sep 17 00:00:00 2001 From: Sebastian Ruder Date: Fri, 30 Aug 2019 17:25:33 +0300 Subject: [PATCH] Fixed order of Twitter POS tagging table --- english/part-of-speech_tagging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/english/part-of-speech_tagging.md b/english/part-of-speech_tagging.md index 3bd5d831..153c5b1d 100644 --- a/english/part-of-speech_tagging.md +++ b/english/part-of-speech_tagging.md @@ -37,9 +37,9 @@ The [Ritter (2011)](https://aclanthology.coli.uni-saarland.de/papers/D11-1141/d1 | Model | Accuracy | Paper | | --- | --- | ---| -| GATE | 88.69 | [Twitter Part-of-Speech Tagging for All: Overcoming Sparse and Noisy Data](https://aclanthology.coli.uni-saarland.de/papers/R13-1026/r13-1026) | -| CMU | 90.0 ± 0.5 | [Improved Part-of-Speech Tagging for Online Conversational Text with Word Clusters](http://www.cs.cmu.edu/~ark/TweetNLP/owoputi+etal.naacl13.pdf) | | FastText + CNN + CRF | 90.53 | [Twitter word embeddings (Godin et al. 2019 (Chapter 3))](https://fredericgodin.com/research/twitter-word-embeddings/) | +| CMU | 90.0 ± 0.5 | [Improved Part-of-Speech Tagging for Online Conversational Text with Word Clusters](http://www.cs.cmu.edu/~ark/TweetNLP/owoputi+etal.naacl13.pdf) | +| GATE | 88.69 | [Twitter Part-of-Speech Tagging for All: Overcoming Sparse and Noisy Data](https://aclanthology.coli.uni-saarland.de/papers/R13-1026/r13-1026) | ### UD