Carlos-Francisco Méndez-Cruz

Conditional Random Fields

File mode changed
File mode changed
......@@ -83,6 +83,7 @@ def word2features(sent, i):
#'+1:lemma': lemma1,
#'+1:postag': postag1,
})
return features
def sent2features(sent):
......