Skip to content

Commit 87f6f12

Browse files
committed
Align adjective module completed
1 parent 54dc31a commit 87f6f12

File tree

2 files changed

+353
-111
lines changed

2 files changed

+353
-111
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 = "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"
5+
sentence1 = "Ramesh and rubanraj are doing Masters in Autonomus System. He is very innocent guy. Susan is really clever."
6+
sentence2 = "They are too blameless people. Rubanraj and ramesh are doing their research and development project. The doctor is very intelligent."
77

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

0 commit comments

Comments
 (0)