Update package name and CLI
Pre-release
Pre-release
This release includes updates in naming, workflow, and nlp model handling.
- naming
- Update the package name from
nlpviewer_backend
tostave_backend
. - Update CLI subcommand
stave load
tostave load-samples
- Update the CLI flag
--load
to--load-samples
.
- Update the package name from
- workflow
- Replace Travis CI test with GitHub workflow.
- nlp model
- Use
RemoteProcessor
to load NLP pipeline from remote service instead of directly importing specific processors fromforte
. - Add a new optional field
remoteConfigs
in default project configuration for users to configure remote service.
- Use