Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
enabled pos & pos_context
Browse files Browse the repository at this point in the history
  • Loading branch information
Sim Dy authored Oct 27, 2017
1 parent e0d3b96 commit 7a1c89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/feature_extraction/sentence_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
feat_genia=None

enabled_IOB_nonprose_sentence_features = []
#enabled_IOB_nonprose_sentence_features.append('pos')
#enabled_IOB_nonprose_sentence_features.append('pos_context')
enabled_IOB_nonprose_sentence_features.append('pos')
enabled_IOB_nonprose_sentence_features.append('pos_context')
enabled_IOB_nonprose_sentence_features.append('prev')
enabled_IOB_nonprose_sentence_features.append('next')
enabled_IOB_nonprose_sentence_features.append('unigram_context')
Expand Down

0 comments on commit 7a1c89b

Please sign in to comment.