etikaj-digital
commited on
Commit
•
5dd6434
1
Parent(s):
1db34b9
Update spaCy pipeline
Browse files- README.md +12 -1
- en_stylecheck-any-py3-none-any.whl +3 -0
- meta.json +5 -7
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Check style on English text (currently passive text).
|
2 |
|
3 |
| Feature | Description |
|
@@ -5,7 +16,7 @@ Check style on English text (currently passive text).
|
|
5 |
| **Name** | `en_stylecheck` |
|
6 |
| **Version** | `0.0.1` |
|
7 |
| **spaCy** | `>=3.1.1,<3.2.0` |
|
8 |
-
| **Default Pipeline** | `tok2vec`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `ner`, `
|
9 |
| **Components** | `tok2vec`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner`, `stylecheck` |
|
10 |
| **Vectors** | 684830 keys, 20000 unique vectors (300 dimensions) |
|
11 |
| **Sources** | n/a |
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
license: mit
|
8 |
+
model-index:
|
9 |
+
- name: en_stylecheck
|
10 |
+
results: []
|
11 |
+
---
|
12 |
Check style on English text (currently passive text).
|
13 |
|
14 |
| Feature | Description |
|
|
|
16 |
| **Name** | `en_stylecheck` |
|
17 |
| **Version** | `0.0.1` |
|
18 |
| **spaCy** | `>=3.1.1,<3.2.0` |
|
19 |
+
| **Default Pipeline** | `tok2vec`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `ner`, `stylecheck` |
|
20 |
| **Components** | `tok2vec`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner`, `stylecheck` |
|
21 |
| **Vectors** | 684830 keys, 20000 unique vectors (300 dimensions) |
|
22 |
| **Sources** | n/a |
|
en_stylecheck-any-py3-none-any.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d97bfd3b9696e51c6b9c4741253f6c1d5dc93e0377ee5f4bbffbb2dfe67ccc5e
|
3 |
+
size 45371590
|
meta.json
CHANGED
@@ -158,7 +158,6 @@
|
|
158 |
"attribute_ruler",
|
159 |
"lemmatizer",
|
160 |
"ner",
|
161 |
-
"entity_ruler",
|
162 |
"stylecheck"
|
163 |
],
|
164 |
"components":[
|
@@ -176,13 +175,12 @@
|
|
176 |
],
|
177 |
"_sourced_vectors_hashes":{
|
178 |
|
179 |
-
},
|
180 |
-
"author_email":"[email protected]",
|
181 |
-
"performance":{
|
182 |
-
|
183 |
},
|
184 |
"pipeline_tag":"token-classification",
|
185 |
"requirements":[
|
186 |
|
187 |
-
]
|
188 |
-
|
|
|
|
|
|
|
|
158 |
"attribute_ruler",
|
159 |
"lemmatizer",
|
160 |
"ner",
|
|
|
161 |
"stylecheck"
|
162 |
],
|
163 |
"components":[
|
|
|
175 |
],
|
176 |
"_sourced_vectors_hashes":{
|
177 |
|
|
|
|
|
|
|
|
|
178 |
},
|
179 |
"pipeline_tag":"token-classification",
|
180 |
"requirements":[
|
181 |
|
182 |
+
],
|
183 |
+
"performance":{
|
184 |
+
|
185 |
+
}
|
186 |
+
}
|