In non-space delimited languages (such as Japanese), Guzzoni may return SpeechRecognized
object with removeSpaceBefore property = true even when the previous phrase does not end
with space character. This patch checks the previous phrase really ends with space before
removing the last character.
Sounds useful. I'm not really a JP expert, but it certainly doesn't hurt to check for the space, and if it helps some folks, that's even better. Thanks!
In non-space delimited languages (such as Japanese), Guzzoni may return SpeechRecognized object with removeSpaceBefore property = true even when the previous phrase does not end with space character. This patch checks the previous phrase really ends with space before removing the last character.