core.service.endpoints.ner

Module Attributes

env

Exposes two endpoints, one for the actual run and another one for the preview.

Functions

secure_filename(filename)

Pass it a filename and it will return a secure version of it.

task_already_running(channel)

Checks the number of tasks already runing.

url_for(endpoint, **values)

Generates a URL to the given endpoint with the method provided.

Classes

ModelPreview([api])

ModelRun([api])

Namespace(name[, description, path, …])

Group resources together.

Resource([api])

Represents an abstract RESTPlus resource.

islice

islice(iterable, stop) –> islice object islice(iterable, start, stop[, step]) –> islice object