iproskurina
commited on
Commit
•
d387cbe
1
Parent(s):
eb55a76
Update spaCy pipeline
Browse files- README.md +15 -28
- config.cfg +1 -0
- en_grammar_checker-any-py3-none-any.whl +2 -2
- meta.json +18 -18
- tokenizer +2 -2
- vocab/strings.json +2 -2
README.md
CHANGED
@@ -1,34 +1,21 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
-
|
4 |
-
- spacy
|
5 |
-
- SpanCategorizer
|
6 |
-
- grammar_checker
|
7 |
-
- essay_checker
|
8 |
-
|
9 |
language:
|
10 |
- en
|
11 |
license: cc-by-sa-3.0
|
|
|
|
|
|
|
12 |
---
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
"punctuation": {"Punctuation"},
|
25 |
-
"articles": {"Articles"},
|
26 |
-
"vocabulary": {"lex_item_choice", "lex_part_choice",
|
27 |
-
'Category_confusion','Formational_affixes'},
|
28 |
-
"grammar_major": {'Tense_choice','Prepositions','Agreement_errors', 'Redundant_comp'},
|
29 |
-
"grammar_minor": {'Word_order','Noun_number', 'Numerals','Verb_pattern', 'Determiners'}
|
30 |
-
```
|
31 |
-
|
32 |
-
[Detailed information](https://github.com/upunaprosk/grammar_checker)
|
33 |
-
|
34 |
-
[Example usage in Colab](https://github.com/upunaprosk/grammar_checker/blob/master/grammar_checker_example_usage.ipynb)
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- spacy
|
|
|
|
|
|
|
|
|
|
|
4 |
language:
|
5 |
- en
|
6 |
license: cc-by-sa-3.0
|
7 |
+
model-index:
|
8 |
+
- name: en_grammar_checker
|
9 |
+
results: []
|
10 |
---
|
11 |
+
| Feature | Description |
|
12 |
+
| --- | --- |
|
13 |
+
| **Name** | `en_grammar_checker` |
|
14 |
+
| **Version** | `1.0.2` |
|
15 |
+
| **spaCy** | `>=3.5.0,<3.6.0` |
|
16 |
+
| **Default Pipeline** | `punctuation`, `spelling`, `articles`, `grammar_major`, `grammar_minor`, `vocabulary` |
|
17 |
+
| **Components** | `punctuation`, `spelling`, `articles`, `grammar_major`, `grammar_minor`, `vocabulary` |
|
18 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
19 |
+
| **Sources** | n/a |
|
20 |
+
| **License** | n/a |
|
21 |
+
| **Author** | [n/a]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.cfg
CHANGED
@@ -70,6 +70,7 @@ annotating_components = []
|
|
70 |
dev_corpus = "corpora.dev"
|
71 |
train_corpus = "corpora.train"
|
72 |
before_to_disk = null
|
|
|
73 |
|
74 |
[training.batcher]
|
75 |
@batchers = "spacy.batch_by_words.v1"
|
|
|
70 |
dev_corpus = "corpora.dev"
|
71 |
train_corpus = "corpora.train"
|
72 |
before_to_disk = null
|
73 |
+
before_update = null
|
74 |
|
75 |
[training.batcher]
|
76 |
@batchers = "spacy.batch_by_words.v1"
|
en_grammar_checker-any-py3-none-any.whl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6445e092baab35c56feffddb9f55318961754755bf94c76c8ccfbd8eff3adf04
|
3 |
+
size 27023
|
meta.json
CHANGED
@@ -1,27 +1,22 @@
|
|
1 |
{
|
2 |
"lang":"en",
|
3 |
"name":"grammar_checker",
|
4 |
-
"version":"1.0.
|
5 |
"description":"Essay Grammar Checker",
|
6 |
"author":"Irina Proskurina",
|
7 |
"email":"",
|
8 |
"url":"",
|
9 |
"license":"CC BY-SA 3.0",
|
10 |
-
"spacy_version":">=3.
|
11 |
-
"
|
12 |
-
"requirements":[
|
13 |
-
"spacy-transformers>=1.0.0,<1.1.0"
|
14 |
-
],
|
15 |
-
"sources":[
|
16 |
-
{
|
17 |
-
"license":"MIT"
|
18 |
-
}
|
19 |
-
],
|
20 |
"vectors":{
|
21 |
"width":0,
|
22 |
"vectors":0,
|
23 |
"keys":0,
|
24 |
"name":null
|
|
|
|
|
|
|
25 |
},
|
26 |
"pipeline":[
|
27 |
"punctuation",
|
@@ -39,9 +34,18 @@
|
|
39 |
"grammar_minor",
|
40 |
"vocabulary"
|
41 |
],
|
42 |
-
"
|
43 |
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
"performance":{
|
46 |
"spans_articles_p":0.8274481176,
|
47 |
"spans_articles_r":0.8197202306,
|
@@ -145,9 +149,5 @@
|
|
145 |
}
|
146 |
}
|
147 |
},
|
148 |
-
"speed":5613.7287946692
|
149 |
-
"spacy_git_version":"61dfdd9fb",
|
150 |
-
"disabled":[
|
151 |
-
|
152 |
-
]
|
153 |
}
|
|
|
1 |
{
|
2 |
"lang":"en",
|
3 |
"name":"grammar_checker",
|
4 |
+
"version":"1.0.2",
|
5 |
"description":"Essay Grammar Checker",
|
6 |
"author":"Irina Proskurina",
|
7 |
"email":"",
|
8 |
"url":"",
|
9 |
"license":"CC BY-SA 3.0",
|
10 |
+
"spacy_version":">=3.5.0",
|
11 |
+
"spacy_git_version":"61dfdd9fb",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"vectors":{
|
13 |
"width":0,
|
14 |
"vectors":0,
|
15 |
"keys":0,
|
16 |
"name":null
|
17 |
+
},
|
18 |
+
"labels":{
|
19 |
+
|
20 |
},
|
21 |
"pipeline":[
|
22 |
"punctuation",
|
|
|
34 |
"grammar_minor",
|
35 |
"vocabulary"
|
36 |
],
|
37 |
+
"disabled":[
|
38 |
|
39 |
+
],
|
40 |
+
"parent_package":"spacy",
|
41 |
+
"requirements":[
|
42 |
+
"spacy-transformers>=1.0.0"
|
43 |
+
],
|
44 |
+
"sources":[
|
45 |
+
{
|
46 |
+
"license":"MIT"
|
47 |
+
}
|
48 |
+
],
|
49 |
"performance":{
|
50 |
"spans_articles_p":0.8274481176,
|
51 |
"spans_articles_r":0.8197202306,
|
|
|
149 |
}
|
150 |
}
|
151 |
},
|
152 |
+
"speed":5613.7287946692
|
|
|
|
|
|
|
|
|
153 |
}
|
tokenizer
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b014e8bba4958b120af2d0c1c63eabb7c00379f2bacaf10df7c5325efd2ea467
|
3 |
+
size 77066
|
vocab/strings.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0341677b1e682df9d40e4e944d83860fbff48c547e2251da6885f2bc6a3fa29
|
3 |
+
size 12938
|