Common interface for cape machine readers. More detailed tutorial/documentation can be found Here
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
Most users may find the functionality exposed by cape-responder to be more complete and easy to work with at a higher level.