Showing
3 changed files
with
1 additions
and
0 deletions
models/model.txt
0 → 100644
File mode changed
reports/report.txt
0 → 100644
File mode changed
| ... | @@ -83,6 +83,7 @@ def word2features(sent, i): | ... | @@ -83,6 +83,7 @@ def word2features(sent, i): |
| 83 | #'+1:lemma': lemma1, | 83 | #'+1:lemma': lemma1, |
| 84 | #'+1:postag': postag1, | 84 | #'+1:postag': postag1, |
| 85 | }) | 85 | }) |
| 86 | + return features | ||
| 86 | 87 | ||
| 87 | 88 | ||
| 88 | def sent2features(sent): | 89 | def sent2features(sent): | ... | ... |
-
Please register or login to post a comment