averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

Add support for collectionProcessComplete #73

Closed Philly-B closed 3 years ago

Philly-B commented 3 years ago

Is your feature request related to a problem? Please describe. I would like to make use of the trainable text analysis feature by creating a dataset for model training via the platform.

Describe the solution you'd like

pipeline.ensure_started()
pipeline.analyse_text(source)
...
pipeline.collection_process_complete()

Describe alternatives you've considered The alternative would be to use curl or something else.

Additional context It's currently an experimental API!

Philly-B commented 3 years ago

I think this is ready for review @reckart @DavidHuebner