Skip to content

Commit

Permalink
also generate latex table automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Akkaya committed Jul 11, 2018
1 parent c1b5479 commit 2d35a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def main(interactive=False):

# run CoNLL evaluation script
os.system("%s < %s > %s" % (config.conll_eval, config.conll_output, config.conll_score))
os.system("%s -l < %s > %s.latex" % (config.conll_eval, config.conll_output, config.conll_score))

# interact
if interactive:
Expand Down

0 comments on commit 2d35a65

Please sign in to comment.