Skip to content

Commit

Permalink
remove local stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Enochen committed May 27, 2019
1 parent a61e152 commit 40b9823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mash.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def mashup(**kwargs):
best = min(sentences, key=lambda x: __get_similarity(x, doc_original, doc_modifier))
return (original, modifier, best.text)

print(mashup()[2].encode('utf-8'))
#print(mashup()[2].encode('utf-8'))

0 comments on commit 40b9823

Please sign in to comment.