/cape-machine-reader

Common interface for cape machine reader

Primary LanguagePythonApache License 2.0Apache-2.0

cape-machine-reader CircleCI

Common interface for cape machine readers. More detailed tutorial/documentation can be found Here

Who is this repo for?

For low-level access to a Question answering functionality the MachineReader objects object can be used, but most users may find the functionality exposed by cape-responder to be more complete and easy to work with at a higher level. This repo is also helpful for those wishing to build and integrate their own machine reading models into Cape. To integrate a new machine reading model, implement the interface of cape_machine_reader_model.py

Who is this repo not for?

Most users may find the functionality exposed by cape-responder to be more complete and easy to work with at a higher level.