Scribe-Data
Scribe-Data copied to clipboard
[BUG] - Unable to Generate autocomplete_lexicon and autosuggestions into SQLite via CLI
Terms
- [x] I have searched all open bug reports
- [x] I agree to follow Scribe-Data's Code of Conduct
Behavior
Current Behavior: There’s no available option or command in either the CLI or interactive CLI to generate autocomplete_lexicon and autosuggestions data into the SQLite database.
Expected Behavior: Users should be able to generate autocomplete_lexicon and autosuggestions data in the SQLite database when the necessary JSON source files (nouns, prepositions, autosuggestions, and emoji_keywords) are present.
Steps to reproduce:
- Generate nouns, prepositions, and emoji_keywords for any language using this command:
scribe-data g --lang italian --data-type Nouns Prepositions Emoji_keywords - Generate autosuggestions for the same language using this command
scribe-data g --lang italian --data-type autosuggestions - Run the interactive CLI :
scribe-data iand make these choices:
- See that Scribe-Data/scribe_data_sqlite_export/ITLanguageData.sqlite is created with no autocomplete_lexicon and autosuggestions table.