etikaj-digital
commited on
Commit
•
c7713af
1
Parent(s):
936fd34
Change tag to text-classification in README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- spacy
|
4 |
-
-
|
5 |
language:
|
6 |
- en
|
7 |
license: mit
|
@@ -35,4 +35,4 @@ Text statistics including readability and formality.
|
|
35 |
| **`parser`** | `ROOT`, `acl`, `acomp`, `advcl`, `advmod`, `agent`, `amod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `ccomp`, `compound`, `conj`, `csubj`, `csubjpass`, `dative`, `dep`, `det`, `dobj`, `expl`, `intj`, `mark`, `meta`, `neg`, `nmod`, `npadvmod`, `nsubj`, `nsubjpass`, `nummod`, `oprd`, `parataxis`, `pcomp`, `pobj`, `poss`, `preconj`, `predet`, `prep`, `prt`, `punct`, `quantmod`, `relcl`, `xcomp` |
|
36 |
| **`senter`** | `I`, `S` |
|
37 |
|
38 |
-
</details>
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- spacy
|
4 |
+
- text-classification
|
5 |
language:
|
6 |
- en
|
7 |
license: mit
|
|
|
35 |
| **`parser`** | `ROOT`, `acl`, `acomp`, `advcl`, `advmod`, `agent`, `amod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `ccomp`, `compound`, `conj`, `csubj`, `csubjpass`, `dative`, `dep`, `det`, `dobj`, `expl`, `intj`, `mark`, `meta`, `neg`, `nmod`, `npadvmod`, `nsubj`, `nsubjpass`, `nummod`, `oprd`, `parataxis`, `pcomp`, `pobj`, `poss`, `preconj`, `predet`, `prep`, `prt`, `punct`, `quantmod`, `relcl`, `xcomp` |
|
36 |
| **`senter`** | `I`, `S` |
|
37 |
|
38 |
+
</details>
|