Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
filipok committed Aug 28, 2018
1 parent 8d8597b commit f7709b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions align/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ def tmp_aligner(source, target, dictionary, note, s_sentence_splitter,
# and try again to align the segments
source = re.sub(r'(\D{3,20})\.(\D{3,20})', r'\1. \2', source)
target = re.sub(r'(\D{3,20})\.(\D{3,20})', r'\1. \2', target)
print source
print target

# write the two files
with codecs.open(tmp_source, "w", "utf-8") as sout:
Expand Down

0 comments on commit f7709b9

Please # to comment.