ashokpoudel commited on
Commit
1d0916c
·
1 Parent(s): f031242

logs in place

Browse files
Files changed (1) hide show
  1. SynonymEditor.py +2 -0
SynonymEditor.py CHANGED
@@ -51,6 +51,8 @@ class SynonymEditor:
51
  return sentences
52
 
53
  def _post_process_sentence(self, text):
 
 
54
  return text.replace('__QUOTE__', '"')
55
 
56
  # Preprocess the text, perform edit task and join back to get the original format
 
51
  return sentences
52
 
53
  def _post_process_sentence(self, text):
54
+ print(text)
55
+ print("==============")
56
  return text.replace('__QUOTE__', '"')
57
 
58
  # Preprocess the text, perform edit task and join back to get the original format