Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.26 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.26 KB

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.