Skip to content

Commit

Permalink
Fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig committed Nov 1, 2016
1 parent da2941f commit b4e5bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial_bilstm_tagger.py
Expand Up @@ -7,7 +7,7 @@

# format of files: each line is "word1/tag2 word2/tag2 ..."
train_file="WSJ_TRAIN"
test_file="WSJ_DEV"
dev_file="WSJ_DEV"

class Vocab:
def __init__(self, w2i=None):
Expand Down

0 comments on commit b4e5bdb

Please sign in to comment.