GateNLP/python-gatenlp

Implement Rewire Client

johann-petrak opened this issue · 2 comments

Current limitations:

  • The production API only supports English at the moment. We are working on a multilingual model right now.
  • There is a practical limit of about 100 requests per second per key, but you probably won’t reach that with a single stream of requests.
  • The API works best for shorter pieces of text, in the order of magnitude of 1-2 Twitter posts. I would split up longer texts and send them separately.

Initial client implemented