Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nanom
/
syntactic_tree
like
18
Runtime error
App
Files
Files
Community
2
nanom
commited on
Jan 30, 2023
Commit
65fca12
•
1 Parent(s):
a409eda
Minors fixes
Browse files
Files changed (1)
hide
show
utils.py
+1
-1
utils.py
CHANGED
Viewed
@@ -32,7 +32,7 @@ class Pipeline:
32
shell=True
33
).communicate()
34
35
-
self.
npl
= spacy.load(model)
36
37
def __postag(
38
self,
32
shell=True
33
).communicate()
34
35
+
self.
nlp
= spacy.load(model)
36
37
def __postag(
38
self,