Especially for Japanese, we need pre-processing for the input. We add pre-processing using MeCab.
Note: You can evaluate by Bleu using nlg-eval
-
Pre-process the input
python3 prepare.py
-
Learn the input
python3 main.py
-
Use nlg-eval to evaluate
Bleu_1: 0.529807
Bleu_2: 0.371828
Bleu_3: 0.263771
Bleu_4: 0.196287