Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -146,7 +146,7 @@ if __name__ == "__main__": | ... | @@ -146,7 +146,7 @@ if __name__ == "__main__": |
146 | print("repetitions: {}".format(repetitions)) | 146 | print("repetitions: {}".format(repetitions)) |
147 | for i in range(1, repetitions): | 147 | for i in range(1, repetitions): |
148 | wordOrig = word.replace('-', ' ', 1) | 148 | wordOrig = word.replace('-', ' ', 1) |
149 | - #print("Word: {}".format(word)) | 149 | + print("Word: {}".format(word)) |
150 | if wordOrig in hashTermsOrig[termTag]: | 150 | if wordOrig in hashTermsOrig[termTag]: |
151 | print("WordOrig: {}".format(wordOrig)) | 151 | print("WordOrig: {}".format(wordOrig)) |
152 | found = True | 152 | found = True | ... | ... |
-
Please register or login to post a comment