Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -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: | ... | ... |
training-validation.py
deleted
100644 → 0
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment