Skip to content

Commit a5a3fa5

Browse files
committed
Minor fix
1 parent e890e41 commit a5a3fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ python -u -m supar.cmds.biaffine_dep train -b -d 0 -c biaffine-dep-en -p model
1515
--dev ptb/dev.conllx \
1616
--test ptb/test.conllx \
1717
--embed glove.6B.100d.txt \
18-
--unk
18+
--unk unk
1919
# crf2o
2020
$ python -u -m supar.cmds.crf2o_dep train -b -d 0 -c crf2o-dep-en -p model -f char \
2121
--train ptb/train.conllx \

0 commit comments

Comments
 (0)