Unverified Commit 4f0abcf5 authored by Julia Kreutzer's avatar Julia Kreutzer Committed by GitHub
Browse files

Merge pull request #116 from samukie/fix_typo

fix typo
parents 7da62dc4 fdc376b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ class TrainManager:
        # eval options
        test_config = config["testing"]
        self.bpe_type = test_config.get("bpe_type", "subword-nmt")
        self.sacrebleu = {"remove_whitespace": True, "tokenizer": "13a"}
        self.sacrebleu = {"remove_whitespace": True, "tokenize": "13a"}
        if "sacrebleu" in config["testing"].keys():
            self.sacrebleu["remove_whitespace"] = test_config["sacrebleu"] \
                .get("remove_whitespace", True)