Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
nanom
/
syntactic_tree
like
22
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
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,