genie-toolkit icon indicating copy to clipboard operation
genie-toolkit copied to clipboard

The Genie open source kit for voice assistant (formerly known as Almond)

Results 114 genie-toolkit issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.6.4. Release notes Sourced from typescript's releases. TypeScript 4.6.4 This release includes a bug fix for text formatting on certain ranges, which was impacting Visual...

dependencies

Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.2 to 1.20.0. Release notes Sourced from body-parser's releases. 1.20.0 Fix error message for json parse whitespace in strict Fix internal error when inflated body exceeds limit...

dependencies

in `test_postprocess_nlg_en.js`, the test may fail on a certain date. For example, if the test is run on Saturday, the 3rd example will output "It will be cloudy tomorrow in...

Bumps [query-validation](https://github.com/stanford-oval/query-validation) from 0.2.1 to 0.3.1. Changelog Sourced from query-validation's changelog. 0.3.1 Fix hanging requests when invalid 0.3.0 Refactored to make more use of TypeScript Commits 68cb5b4 v0.3.1 23ae941 Fix...

dependencies

As requested by @monicalam This PR removes all non-essential dialogue templates. Remaining are the basic yes/no/cancel and slot filling answers, confirmation and slot filling questions, and result phrases of various...

templates

By running "$ genie server --nlu-model file://OUTPUTDIR --thingpedia thingpedia.tt -l en-US" output is coming as: " I 220118 16:31:25 transformer_lstm:79] Initializing encoder and decoder embeddings [I 220118 16:31:26 transformer_lstm:108] Vocabulary...

When I run "$genie augment synthesized.tsv --locale en-US --thingpedia thingpedia.tt --parameter-datasets parameter-datasets.tsv -o augmented.tsv" I'm getting following error: " { id: '2000001006', flags: { replaced: false, augmented: false, contextual: false,...

I ran the following command: "$genie train --datadir data_dir --outputdir output_dir --workdir work_dir --config-file data/bert-lstm-single-sentence.json" Folder structure of genie-toolkit is: "/genie-toolkit/data_dir" contains eval.tsv, and train.tsv "/genie-toolki/work_dir" -> empty "/genie-toolkit/output_dir" ->...

SQLite doesn't like being called from workers, apparently. It dies with an error of the form: ``` FATAL ERROR: Error::ThrowAsJavaScriptException napi_throw 1: 0xa24ed0 node::Abort() [node] 2: 0x966115 node::FatalError(char const*, char...