Carlos-Francisco Méndez-Cruz

New terminological tagging for CRFs

...@@ -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()
......