Small CLI that serves as an entry point for both the nlu and language server.
your/nlu/exe
│
├── nlu (default)
│ ├── start (default) # launch the nlu server
│ ├── init # create empty configuration file for nlu-server
│ └── --version # display nlu-server version
└── lang
├── start (default) # launch the lang server
├── download # download languange models
├── init # create empty configuration file for lang-server
└── --version # display lang-server version
This software is protected by the same license as the main Botpress repository. You can find the license file here.