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 54dc31a commit 87f6f12Copy full SHA for 87f6f12
monolingualWordAligner/example_align.py
@@ -2,8 +2,8 @@
2
# -*- coding: utf-8 -*-
3
from wordAligner import *
4
5
-sentence1 = "Ramesh and rubanraj are doing Masters in Autonomus System. Camel and cow gives milk "
6
-sentence2 = "Rubanraj and ramesh are doing their research and development project. Cow and camel produces milk"
+sentence1 = "Ramesh and rubanraj are doing Masters in Autonomus System. He is very innocent guy. Susan is really clever."
+sentence2 = "They are too blameless people. Rubanraj and ramesh are doing their research and development project. The doctor is very intelligent."
7
8
print "sentence1 = ", sentence1
9
print "sentence2 = ", sentence2
0 commit comments