Carlos-Francisco Méndez-Cruz

New terminological tagging for CRFs

......@@ -131,6 +131,7 @@ if __name__ == "__main__":
pos = listLine1[1]
listLine2 = listLine1[2].split(' ')
lemma = listLine2[0]
print("Word: {}".format(word))
if len(word) > 1:
for termTag in hashTerms:
if word in hashTerms[termTag]:
......