Skip to content

Commit

Permalink
Merge pull request #112 from lishengye/master
Browse files Browse the repository at this point in the history
update dev_sentences schema
  • Loading branch information
crownpku authored Apr 10, 2019
2 parents 3dd2039 + 78329ad commit 33e805e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NER_IDCNN_CRF/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def train():
# Use selected tagging scheme (IOB / IOBES)
update_tag_scheme(train_sentences, FLAGS.tag_schema)
update_tag_scheme(test_sentences, FLAGS.tag_schema)
update_tag_scheme(dev_sentences, FLAGS.tag_schema)

# create maps if not exist
if not os.path.isfile(FLAGS.map_file):
Expand Down

0 comments on commit 33e805e

Please sign in to comment.