Sebastin Santy

Results 14 issues of 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...

Enhancement
Moderate
Question

@prampey Can you design a wireframe along which the design should be based? :-)

![screen shot 2016-12-30 at 5 26 17 pm](https://cloud.githubusercontent.com/assets/13795788/21564586/2d2414f6-ceb5-11e6-8bf2-53e21ec5bb13.png)

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