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-05 21:19:24 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2021-02-05 21:19:24 +0300
commit3ba2f3ce7870c0cc54fa055590b4baa50d664414 (patch)
treef93e201a6eafe583495bf32bd776b5228fc0d303 /examples
parent570e6e8ba736ae9052e779aabd9a8c94175284b8 (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 b257b05..04b1dd8 100644
--- a/examples/app/monotransquest_app_test.py
+++ b/examples/app/monotransquest_app_test.py
@@ -3,7 +3,7 @@ from transquest.app.monotransquest_app import MonoTransQuestApp
test_sentences = [
[
"Jocurile de oferă noi provocări pentru IA în domeniul teoriei jocurilor.",
- "Games provide new challenges for IA in the area of gambling theory",
+ "Games provide new challenges for IA in the area of gambling theory"
]
]