Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorYuhao Zhang <zyh@stanford.edu>2020-06-23 01:49:38 +0300
committerYuhao Zhang <zyh@stanford.edu>2020-06-23 01:49:38 +0300
commite795fc45e7c61505428a057cc589f93fc2448a8a (patch)
tree81bfdf3c7c48724368d6bd422385f01042e50c42 /demo
parent5e42743f9e6a1f13c1912a9f9d75ba664dc256d0 (diff)
Move all resources related scripts to stanza/resource
Diffstat (limited to 'demo')
-rw-r--r--demo/pipeline_demo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/pipeline_demo.py b/demo/pipeline_demo.py
index bc9e9697..a7228269 100644
--- a/demo/pipeline_demo.py
+++ b/demo/pipeline_demo.py
@@ -7,7 +7,7 @@ import argparse
import os
import stanza
-from stanza.utils.resources import DEFAULT_MODEL_DIR
+from stanza.resource.resources import DEFAULT_MODEL_DIR
if __name__ == '__main__':