Spaces:
Running
Running
Merge pull request #10 from lhoestq/add-part-of-speech-tagging
Browse files- task_set.json +1 -0
task_set.json
CHANGED
|
@@ -38,6 +38,7 @@
|
|
| 38 |
"options": [
|
| 39 |
"coreference-resolution",
|
| 40 |
"named-entity-recognition",
|
|
|
|
| 41 |
"parsing",
|
| 42 |
"other"
|
| 43 |
]
|
|
|
|
| 38 |
"options": [
|
| 39 |
"coreference-resolution",
|
| 40 |
"named-entity-recognition",
|
| 41 |
+
"part-of-speech-tagging",
|
| 42 |
"parsing",
|
| 43 |
"other"
|
| 44 |
]
|