inmt icon indicating copy to clipboard operation
inmt copied to clipboard

Interactive Neural Machine Translation tool

Results 20 inmt issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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": [...

API

Currently, the maximum number of suggestions in the drop-down box is 5. Can we add that as a parameter to the API?

API

This includes: - [ ] Source Side BPE tokens - This includes applying BPE code while translating. - [ ] Target Side BPE tokens - This includes joining of suggestions.

bug

Add the lints to Azure Pipelines.

help wanted

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...

enhancement
help wanted
question

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...

enhancement
help wanted

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...

enhancement

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: - [ ]...

bug

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...

bug