iproskurina
commited on
Commit
·
d9e9450
1
Parent(s):
cff14db
Update spaCy pipeline
Browse files
custom_factories.py
CHANGED
@@ -11,5 +11,5 @@ components_path = model_path / data_dir
|
|
11 |
|
12 |
@Language.component("errors")
|
13 |
def errors(doc):
|
14 |
-
nlp_vocabulary = spacy.load(
|
15 |
return nlp_vocabulary(doc)
|
|
|
11 |
|
12 |
@Language.component("errors")
|
13 |
def errors(doc):
|
14 |
+
nlp_vocabulary = spacy.load(model_path)
|
15 |
return nlp_vocabulary(doc)
|
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:81a6bbab4bd7f39da127d1290f4ca6c194acf88cb8687ef8e5e7eb198162d9ca
|
3 |
+
size 27085
|