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/
--open and --port-number are moved from the global optional arguments to the subcommand start so that user can only start server with stave start.
--load-samples is moved from the load to start. Now simply run stave load to load sample projects into database without starting the server. If you want to start the server with sample projects, run stave start -l.
User can directly run stave config to view the current configuration.
README.md
Quick Start is updated to reflect the CLI changes.
Add Stave Configuration part to explain the structure of ~/.stave/.
This PR fixes #186.
Description of changes
--open
and--port-number
are moved from the global optional arguments to the subcommandstart
so that user can only start server withstave start
.--load-samples
is moved from theload
tostart
. Now simply runstave load
to load sample projects into database without starting the server. If you want to start the server with sample projects, runstave start -l
.stave config
to view the current configuration.Quick Start
is updated to reflect the CLI changes.Stave Configuration
part to explain the structure of~/.stave/
.Possible influences of this PR
Demonstration of results