Skip to content

Commit

Permalink
Fix separator in conll2003_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloldas committed Jul 22, 2018
1 parent bc40283 commit d358e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchnlp/data/conll.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def conll2003_dataset(tag_type, batch_size, root='./conll2003',
train=train_file,
validation=validation_file,
test=test_file,
separator=' ',
fields=tuple(fields))

logger.info('---------- CONLL 2003 %s ---------'%tag_type)
Expand Down

0 comments on commit d358e15

Please sign in to comment.