Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdding GLEU score #34
Open
Labels
Comments
|
Yup, would be a good addition to BLEU and ROUGE. I don't want to make NLTK a dependency, but it's simple enough to just add from scratch. |
|
Is there a particular place (directory) to put metrics and significance computation scripts? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nltkhas a simple implementation of GLEU score as described in Wu et al.'s (2016) GMNT system: https://github.com/nltk/nltk/blob/develop/nltk/translate/gleu_score.pyIt'll be great if the
seq2seqhas a similar port of GLEU =)