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

github.com/TharinduDR/TransQuest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTharinduDR <rhtdranasinghe@gmail.com>2021-02-12 02:49:39 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2021-02-12 02:49:39 +0300
commitd1cfe5b1b85f6e56fc8c7ffd7f7916d4971b8621 (patch)
treec4b5ebd48f6a0e3c5bf65de7a6ef3315fe269458 /examples
parentde897b4293aa7e1a53574f5b708c1bb99d118fa9 (diff)
055: Adding word level examples
Diffstat (limited to 'examples')
-rw-r--r--examples/app/monotransquest_app_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/monotransquest_app_test.py b/examples/app/monotransquest_app_test.py
index e200649..433bfce 100644
--- a/examples/app/monotransquest_app_test.py
+++ b/examples/app/monotransquest_app_test.py
@@ -13,5 +13,5 @@ test_sentences = [
]
]
-app = MonoTransQuestApp("monotransquest-da-si_en", use_cuda=False, force_download=True)
+app = MonoTransQuestApp("monotransquest-da-ro_en", use_cuda=False, force_download=True)
print(app.predict_quality(test_sentences))