Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -105,6 +105,7 @@ if __name__ == "__main__": | ... | @@ -105,6 +105,7 @@ if __name__ == "__main__": |
105 | hashTermsOrig[key].append(line.capitalize()) | 105 | hashTermsOrig[key].append(line.capitalize()) |
106 | print(' Terms read {} size: {}'.format(key, len(hashTerms[key]))) | 106 | print(' Terms read {} size: {}'.format(key, len(hashTerms[key]))) |
107 | print(' Terms read {} size: {}'.format(key, len(hashTermsOrig[key]))) | 107 | print(' Terms read {} size: {}'.format(key, len(hashTermsOrig[key]))) |
108 | + print("hashTermsOrig: {}".format(hashTermsOrig)) | ||
108 | 109 | ||
109 | #regularWords = words.words('en') | 110 | #regularWords = words.words('en') |
110 | print() | 111 | print() | ... | ... |
-
Please register or login to post a comment