Carlos-Francisco Méndez-Cruz

Training validation script

...@@ -76,7 +76,7 @@ def word2features(sent, i): ...@@ -76,7 +76,7 @@ def word2features(sent, i):
76 'word[:3]': word[:3], 76 'word[:3]': word[:3],
77 'word[:2]': word[:2], 77 'word[:2]': word[:2],
78 'word[:1]': word[:1], 78 'word[:1]': word[:1],
79 - 'endsConLow()': endsConLow(word), 79 + 'endsConLow()={}'.format(endsConLow(word)): endsConLow(word),
80 } 80 }
81 ''' 81 '''
82 if i > 0: 82 if i > 0:
......
This diff is collapsed. Click to expand it.