UnityMultiplayer / UnityTranslate

A mod designed for free live translation, inspired by the QSMP.
MIT License
18 stars 2 forks source link

Add support for custom grammars #6

Open BluSpring opened 1 month ago

BluSpring commented 1 month ago

The Browser Transcription system supports adding custom grammar via the JSGF file format, however it may be slightly inaccessible for many users.

Additionally, we cannot guarantee that servers will be able to safely provide grammar definitions without them trying to potentially overload user memory (lots of string data stored within both Minecraft and the browser), which could lead to disastrous consequences.

However, we are currently trying to implement custom grammar support no matter what, but it may only be available on the client-side. We're still not sure.

BluSpring commented 1 month ago

Some experimental support for this has been implemented in the feature/custom_grammar branch, which doesn't seem to work as I originally expected.. I do not think I actually understand the grammar system correctly, and may need a bit of help with it.