Carlos-Francisco Méndez-Cruz

New terminological tagging for CRFs

......@@ -105,6 +105,7 @@ if __name__ == "__main__":
hashTermsOrig[key].append(line.capitalize())
print(' Terms read {} size: {}'.format(key, len(hashTerms[key])))
print(' Terms read {} size: {}'.format(key, len(hashTermsOrig[key])))
print("hashTermsOrig: {}".format(hashTermsOrig))
#regularWords = words.words('en')
print()
......