Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Fix empty translation returned by the REST translation server (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Nov 16, 2017
1 parent 2e0f4e1 commit a44661f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@

### Fixes and improvements

* Fix empty translation returned by the REST translation server

## [v0.9.1](https://github.com/OpenNMT/OpenNMT/releases/tag/v0.9.1) (2017-11-16)

### Fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion tools/rest_translation_server.lua
Expand Up @@ -11,7 +11,7 @@ require('onmt.init')

local tokenizer = require('tools.utils.tokenizer')
local BPE = require ('tools.utils.BPE')
local restserver = require("restserver")
local restserver = require("tools.restserver.restserver")

local cmd = onmt.utils.ExtendedCmdLine.new('rest_translation_server.lua')

Expand Down

0 comments on commit a44661f

Please sign in to comment.