Carlos-Francisco Méndez-Cruz

Conditional Random Fields

......@@ -195,7 +195,7 @@ if __name__ == "__main__":
print('-------------------------------- PROCESSING --------------------------------')
stopwords = [word.decode('utf-8') for word in stopwords.words('english')]
#stopwords = [word.decode('utf-8') for word in stopwords.words('english')]
# Read CRF model
t0 = time()
......