mirror of
https://gitlab.com/niansa/anyproc.git
synced 2025-03-06 20:49:24 +01:00
Somehow increased translation quality
This commit is contained in:
parent
eeca7d3408
commit
f3a3103d25
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class Translator : PyEval {
|
|||
public:
|
||||
Translator(const std::string& weights_path) : PyEval(weights_path, get_params()) {
|
||||
begin()
|
||||
.load_module("google_translate", "translator")
|
||||
.load_module("perfect_translate", "translator")
|
||||
.example("");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"Treehouse\"", "\"DE\""))
|
||||
|
|
Loading…
Add table
Reference in a new issue