diff options
-rwxr-xr-x | server-neural.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server-neural.rb b/server-neural.rb index e8915b4..6d6c9d9 100755 --- a/server-neural.rb +++ b/server-neural.rb @@ -297,6 +297,7 @@ def process_next reply obj["source"] = source obj["progress"] = $db['progress'] obj["raw_source"] = raw_source + logmsg :server, "#{obj["transl_bpe"]}" $db["mt_raw_bpe"] << obj["transl_bpe"] $db["mt_raw"] << obj["transl"] $db["mt"] << obj["transl_detok"] |