Sebastin Santy
Sebastin Santy
A recommender system, for suggesting songs to users. For this we would also need a login system for the users. We also need to decide which attributes we will be...
Lazy loading is necessary, so that unnecessary data is not loaded. I am not sure if it already implemented. But from what I can see, the text data is getting...
@prampey Can you design a wireframe along which the design should be based? :-)

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