You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
u-pl0:~/tmp/MT-ComparEval$ bash bin/watcher.sh
Watcher is watching folder: ./data
[17-Jan-2018 11:19:13] New experiment called de-cs_BPE_boundary_mark was found
[17-Jan-2018 11:19:13] source.txt used as a source source.
[17-Jan-2018 11:19:13] de-cs_BPE_boundary_mark has 3000 source sentences
[17-Jan-2018 11:19:13] reference.txt used as a reference source.
[17-Jan-2018 11:19:13] de-cs_BPE_boundary_mark has 3000 reference sentences
[17-Jan-2018 11:19:16] Experiment de-cs_BPE_boundary_mark uploaded successfully.
[17-Jan-2018 11:19:17] Importing task: de-cs_BPE_boundary_mark:AZ
[17-Jan-2018 11:19:17] translation.txt used as a translation source.
[17-Jan-2018 11:19:17] AZ has 2999 translation sentences
[17-Jan-2018 11:19:17] AZ has bad number of sentences
[17-Jan-2018 11:19:17] Parsing of AZ aborted!
Some of my test sentences were translated as blank lines, including the last one in a file. Watcher doesn't recognize it correctly and refuses to load such translations.
I tried to avoid this problem by sed 's/^$/###EMPTY###/', so no lines are empty anymore. I get this when I restart the watcher:
u-pl0:~/tmp/MT-ComparEval$ bash bin/watcher.sh
Watcher is watching folder: ./data
[17-Jan-2018 11:22:08] New experiment called de-cs_BPE_boundary_mark was found
[17-Jan-2018 11:22:08] source.txt used as a source source.
[17-Jan-2018 11:22:08] de-cs_BPE_boundary_mark has 3000 source sentences
[17-Jan-2018 11:22:08] reference.txt used as a reference source.
[17-Jan-2018 11:22:08] de-cs_BPE_boundary_mark has 3000 reference sentences
[17-Jan-2018 11:22:11] Experiment de-cs_BPE_boundary_mark uploaded successfully.
[17-Jan-2018 11:22:12] Importing task: de-cs_BPE_boundary_mark:AZ
[17-Jan-2018 11:22:12] translation.txt used as a translation source.
[17-Jan-2018 11:22:12] AZ has 3000 translation sentences
[17-Jan-2018 11:22:12] AZ has bad number of sentences
[17-Jan-2018 11:22:12] Parsing of AZ aborted!
I think I can avoid this by reinstalling MT-ComparEval or by deleting some temporary files, if I knew which ones, but it's inconvenient, it shouldn't be default.
The text was updated successfully, but these errors were encountered:
Hello,
I have following issue:
Some of my test sentences were translated as blank lines, including the last one in a file. Watcher doesn't recognize it correctly and refuses to load such translations.
I tried to avoid this problem by
sed 's/^$/###EMPTY###/'
, so no lines are empty anymore. I get this when I restart the watcher:I think I can avoid this by reinstalling MT-ComparEval or by deleting some temporary files, if I knew which ones, but it's inconvenient, it shouldn't be default.
The text was updated successfully, but these errors were encountered: