botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

feat(dx): added a CLI command to download a language model in a given language #58

Closed franklevasseur closed 3 years ago

franklevasseur commented 3 years ago

Usage

To try it out, type

yarn start download --dim 100 --lang fr

image

Description

I got tired of needing Botpress to download language models so I made a small CLI. The PR basically re-uses the same services (classes) as the language server, but only to download one language in one dimension.