Skip to content

Commit e191b30

Browse files
author
Yannick Versley
committed
fix
1 parent e5e812e commit e191b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cqp2conll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def output_sentences_bllip(sent_attr, attrs, sent_start=0, sent_end=None,
6060
oparse.add_option('--fmt', dest='fmt',
6161
default='conll',
6262
choices=['conll','line','bllip'])
63-
oparse.add_option('-l', '--max-length', dest='maxlen')
63+
oparse.add_option('-l', '--max-length', dest='max_len')
6464

6565

6666
def main(argv=None):

0 commit comments

Comments
 (0)