Skip to content

Commit 87e1e49

Browse files
committed
example for align main verbs added
1 parent 179c4d0 commit 87e1e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monolingualWordAligner/example_align.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# -*- coding: utf-8 -*-
33
from wordAligner import *
44

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"
5+
sentence1 = "They are washing clothes. I heard some noise. He ran quickly. I work on Sunday"
6+
sentence2 = "I have washed my clothes. They run very slowly. I am hearing songs. I am working tomorrow"
77

88
print "sentence1 = ", sentence1
99
print "sentence2 = ", sentence2

0 commit comments

Comments
 (0)