inmt
inmt copied to clipboard
Interactive Neural Machine Translation tool
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Currently, the results from the API is in this form: ``` { "result": "Today 's weather is beautiful\nToday is \nToday 's \nThis day \nThe weather \nToday , ", "attn": [...
Currently, the maximum number of suggestions in the drop-down box is 5. Can we add that as a parameter to the API?
This includes: - [ ] Source Side BPE tokens - This includes applying BPE code while translating. - [ ] Target Side BPE tokens - This includes joining of suggestions.
Currently, every time a translation is needed, the translation API is called and the request is processed for that source and partial input. Implementing Translation Memory would mean that we...
Currently, we use a non-versioned copy of OpenNMT which becomes difficult to update when there is an update upstream. Figure out a way to update OpenNMT while keeping our wrappers...
Currently, we are performing beam search based on the inputs at the end. However, there should be a method to change inputs in between, so that the suggestion can be...
Currently, the transliteration helping mechanism takes the english input and then retrieves the appropriate transliteration and shows to the user. However, there are interaction flaws with this: - [ ]...
There are some issues with the text pointer interactions. The common ones observed are: - [ ] If a translation box is left blank, the pointer behavior on preview tab...