1
0
Fork 0
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:
niansa 2023-04-17 17:38:31 +02:00
parent eeca7d3408
commit f3a3103d25

View file

@ -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\""))