We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179c4d0 commit 87e1e49Copy full SHA for 87e1e49
monolingualWordAligner/example_align.py
@@ -2,8 +2,8 @@
2
# -*- coding: utf-8 -*-
3
from wordAligner import *
4
5
-sentence1 = "UAE is really well-designed country in the world. US is powerful country"
6
-sentence2 = "Really well designed is United Arab Emirates. But United States is more populated"
+sentence1 = "They are washing clothes. I heard some noise. He ran quickly. I work on Sunday"
+sentence2 = "I have washed my clothes. They run very slowly. I am hearing songs. I am working tomorrow"
7
8
print "sentence1 = ", sentence1
9
print "sentence2 = ", sentence2
0 commit comments