Prevent translating text in response #107
|
Hello, I'm not sure if it's a willow or willow-inference-server issue, but I find that my French sentences spoken to willow always come back as English sentences in the HTTP response from the inference server (I'm using the default best effort one for now)
Did I miss a configuration somewhere? Or is it something that I should be able to control with my own inference server? |
Replies: 1 comment 2 replies
|
We need to re-work certain aspects of WIS with regard to multi-language support. It's my top priority for WIS and I should be able to get it done today. For the time being you need to add Your French language should come back but be aware - we're still selecting the "real font" for the display and once we settle on one we will make sure it has full Unicode character support. For characters like "é" the command will work but the display will show some gibberish at that character position as the current font does not have full Unicode character set support. |
We need to re-work certain aspects of WIS with regard to multi-language support. It's my top priority for WIS and I should be able to get it done today.
For the time being you need to add
?detect_language=Trueto the WIS server URI.Your French language should come back but be aware - we're still selecting the "real font" for the display and once we settle on one we will make sure it has full Unicode character support. For characters like "é" the command will work but the display will show some gibberish at that character position as the current font does not have full Unicode character set support.