sentiment-web icon indicating copy to clipboard operation
sentiment-web copied to clipboard

Batch Request Identifier

Open bfdill opened this issue 10 years ago • 1 comments

Thanks for the great tool. If possible would you mind adding some form of pass-through request identifier? And then return the identifier with the result...

E.g. Request [ { "id": "abc", "txt": "..." }, { "id": "def", "txt": "..." } ] Response [ { "id": "abc", "confidence": 12.34, "result": "Positive" }, { "id": "def", "confidence": 45.67, "result": "Negative" } ]

bfdill avatar Nov 17 '15 21:11 bfdill

+1

laurynas-karvelis avatar Nov 17 '15 21:11 laurynas-karvelis