Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
part-of-speech
Languages:
English
Size:
1K - 10K
License:
add pwc link
Browse files
README.md
CHANGED
|
@@ -18,6 +18,7 @@ task_categories:
|
|
| 18 |
- token-classification
|
| 19 |
task_ids:
|
| 20 |
- part-of-speech-tagging
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# Dataset Card for "twitter-pos"
|
|
@@ -72,7 +73,7 @@ Splits defined in the Derczynski paper, but the data is from Ritter and Foster.
|
|
| 72 |
|
| 73 |
### Supported Tasks and Leaderboards
|
| 74 |
|
| 75 |
-
[
|
| 76 |
|
| 77 |
### Languages
|
| 78 |
|
|
@@ -85,7 +86,7 @@ English, non-region-specific. `bcp47:en`
|
|
| 85 |
An example of 'train' looks as follows.
|
| 86 |
|
| 87 |
```
|
| 88 |
-
|
| 89 |
```
|
| 90 |
|
| 91 |
|
|
|
|
| 18 |
- token-classification
|
| 19 |
task_ids:
|
| 20 |
- part-of-speech-tagging
|
| 21 |
+
paperswithcode_id: ritter-pos
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for "twitter-pos"
|
|
|
|
| 73 |
|
| 74 |
### Supported Tasks and Leaderboards
|
| 75 |
|
| 76 |
+
* [Part of speech tagging on Ritter](https://paperswithcode.com/sota/part-of-speech-tagging-on-ritter)
|
| 77 |
|
| 78 |
### Languages
|
| 79 |
|
|
|
|
| 86 |
An example of 'train' looks as follows.
|
| 87 |
|
| 88 |
```
|
| 89 |
+
{'id': '0', 'tokens': ['Antick', 'Musings', 'post', ':', 'Book-A-Day', '2010', '#', '243', '(', '10/4', ')', '--', 'Gray', 'Horses', 'by', 'Hope', 'Larson', 'http://bit.ly/as8fvc'], 'pos_tags': [23, 23, 22, 9, 23, 12, 22, 12, 5, 12, 6, 9, 23, 23, 16, 23, 23, 51]}
|
| 90 |
```
|
| 91 |
|
| 92 |
|