We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e890e41 commit a5a3fa5Copy full SHA for a5a3fa5
EXAMPLES.md
@@ -15,7 +15,7 @@ $ python -u -m supar.cmds.biaffine_dep train -b -d 0 -c biaffine-dep-en -p model
15
--dev ptb/dev.conllx \
16
--test ptb/test.conllx \
17
--embed glove.6B.100d.txt \
18
- --unk
+ --unk unk
19
# crf2o
20
$ python -u -m supar.cmds.crf2o_dep train -b -d 0 -c crf2o-dep-en -p model -f char \
21
--train ptb/train.conllx \
0 commit comments