I was testing the existing pre-trained model with below input , all looked good except for
'8.0 as input which came out as .8.0 as output.
Please find the output :
administrator~/OpenNMT$ python translate-ende.py http://0.0.0.0:7785/translator/translate
Enter the sentence ==> “0.8”
“0.8”
Do you want to continue: y or n ?y
Enter the sentence ==> 8
8
Do you want to continue: y or n ?y
Enter the sentence ==> '8.0
.8.0
Do you want to continue: y or n ?y Enter the sentence ==> '8.0 .8.0
Do you want to continue: y or n ?
I also used the phrase_table option with the phrase_table.txt file as follows:
‘|||’ . Even this did not work out.
Please assist me to resolve this issue as early as possible.
I am using the pre-trained model for my PoC from GER - ENG. At several whenever there are
capital letter words we get VOTE as output. If there are lowercase letter word, then the correct output is
repeated several several more times in the output.