An extensible framework for building visualization and annotation tools to enable better interaction with NLP and Artificial Intelligence. This is part of the CASL project: http://casl-project.ai/
Every occurrence of nlpviewer_backend in repo is replaced with stave_backend.
Possible influences of this PR
Describe what are the possible side-effects of the code change.
Demonstration of results
To test the result, first remove the old db.sqlite3 under simple-backend/. Then follow the Developer Quick Start part in README.md and click around to see if everything works as expected.
This PR fixes #200 .
Description of changes
Every occurrence of
nlpviewer_backend
in repo is replaced withstave_backend
.Possible influences of this PR
Describe what are the possible side-effects of the code change.
Demonstration of results
To test the result, first remove the old
db.sqlite3
undersimple-backend/
. Then follow theDeveloper Quick Start
part inREADME.md
and click around to see if everything works as expected.