Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Create the keys json file for rendering BMW palette #17

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
47c0e66
feat/OCR: extract english texts from images
cindyli Jun 7, 2023
a2c9806
chore: update documentation
cindyli Jun 7, 2023
ce82484
Merge branch 'main' into feat/ocr
cindyli Jul 21, 2023
0cc23f1
feat: convert the BMW encoding to JSON
cindyli Aug 3, 2023
9fc6571
fix: linted
cindyli Aug 3, 2023
440e849
fix: address review comments
cindyli Aug 3, 2023
d43b69c
fix: improve the conversion of the BMW encoding
cindyli Aug 3, 2023
9ca7466
fix: clean up
cindyli Aug 9, 2023
6e0c6d0
feat: add data files as the copyright restriction is lifted
cindyli Aug 29, 2023
22d0ad5
fix: update the latest bmw.json
cindyli Sep 14, 2023
1b439a1
fix: update the latest bmw.json
cindyli Sep 15, 2023
c42b51d
fix: use spacy to fill in null BCI-AV-IDs in bmw.json
cindyli Sep 18, 2023
aa20f46
adding missing bci-av-ids
hlridge Sep 19, 2023
c66ba30
Merge pull request #1 from hlridge/feature/add-missing-bci-av-ids
cindyli Sep 19, 2023
b33b9d5
fix: fill up IDs for ordinal numbers in bmw.json
cindyli Sep 19, 2023
d264ac1
fix: add BCI-AV-ID for "ten" in bmw.json
cindyli Sep 19, 2023
4d21c2d
fix: repopulate the "encoding_symbols" section in bmw.json
cindyli Sep 20, 2023
f2434a0
fix: add "mind" in noun form into bmw.json
cindyli Sep 20, 2023
f79723c
adding missing bci-av-ids
hlridge Sep 20, 2023
3721542
fix: add script for populating "encoding_symbols" section in bmw.json
cindyli Sep 20, 2023
89aeb53
fix: linted
cindyli Sep 20, 2023
2f84017
Merge remote-tracking branch 'hannes/feature/add-missing-bci-av-ids' …
cindyli Sep 20, 2023
aa6c379
fix: add missing encodings in bmw.json
cindyli Sep 20, 2023
1208ffa
fix: remove "You+" from "encoding_symbols" section in bmw.json
cindyli Sep 22, 2023
d9f0557
fix: add script to find missing encodings
cindyli Sep 22, 2023
26c1982
feat: generate keys JSON file for BMW palette
cindyli Sep 22, 2023
fd9b9d6
fix: rename a document file
cindyli Sep 22, 2023
0249fcc
making some fixes and adding missing bci-av-ids
hlridge Sep 25, 2023
4f32cd3
Merge pull request #3 from hlridge/feature/add-missing-bci-av-ids
cindyli Sep 25, 2023
754fadc
fix: update the id for "Touch Talkers" in bwm.json
cindyli Sep 25, 2023
6face26
Merge branch 'feat/bmw' into feat/create-bmw-keys-json
cindyli Sep 25, 2023
25db169
fix: re-populate "encoding_symbols" section in bmw.json
cindyli Sep 25, 2023
7c33bd7
Merge branch 'feat/bmw' into feat/create-bmw-keys-json
cindyli Sep 25, 2023
9882c51
fix: improve create_keys_json to accept definition of (start_row, sta…
cindyli Sep 25, 2023
d128fbe
fix: move symbols_in_pos.json
cindyli Sep 25, 2023
9c9eada
fix: apply accomodating bliss to SVO messages in bmw.json
cindyli Sep 27, 2023
8ad7cbe
fix: add indicators for verb tenses
cindyli Sep 27, 2023
61e171a
fix: repopulate the "encoding_symbols" section in bmw.json
cindyli Sep 27, 2023
25e5ef2
Merge branch 'feat/bmw' into feat/create-bmw-keys-json
cindyli Sep 27, 2023
663afb4
fix: more fixes in bmw.json; improve documentation
cindyli Sep 27, 2023
2579aed
Merge branch 'feat/bmw' into feat/create-bmw-keys-json
cindyli Sep 27, 2023
66d407e
fix: fix create_keys_json.py
cindyli Sep 29, 2023
8aa5ecf
fix: fix create_keys_json.py to start the new column from the top row
cindyli Oct 2, 2023
776ad71
fix: use options block for BMW cell options
cindyli Oct 3, 2023
c099b2d
feat: re-generate bmw_palette.json in BMW original layout
cindyli Oct 6, 2023
b5f95fd
fix: adjust a key in bmw_palette.json and add docs
cindyli Oct 11, 2023
bac2021
fix: rename "ActionBmwCodeKey" to "ActionBmwCodeCell"
cindyli Oct 20, 2023
ab86881
fix: fix the BCI-AV-ID for "adverb"
cindyli Nov 2, 2023
64e73ee
fix: match bmw symbols with onee on the original layout
cindyli Nov 2, 2023
d2b0494
fix: updated bmw.json with updated symbols for encoding codes
cindyli Nov 2, 2023
136cee2
fix: update a couple of more symbols for BMW codes
cindyli Nov 3, 2023
c6f9646
fix: update the bliss symbol for adverb
cindyli Nov 3, 2023
96c81cb
fix: update the bliss symbol for "object"
cindyli Nov 3, 2023
cc0a706
fix: updated more bliss symbols for bmw codes
cindyli Nov 3, 2023
815c09b
fix: update the bliss symbol for "electric"
cindyli Nov 3, 2023
ced2c71
fix: change the bliss symbol for "return"
cindyli Nov 3, 2023
7409e30
fix: update some bliss symbols for bmw codes
cindyli Nov 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Always activate and use the python virtual environment to maintain an isolated e
Run in the baby-bliss-bot directory:
* `pip install -r requirements.txt`

Run in the same directory to install the spacy english package. Spacy is only used for generating `data/bmw.json`. Skip this step if not needed.
* `python -m spacy download en`

## Linting

Run the following command to lint all python scripts:
Expand Down
6,221 changes: 6,221 additions & 0 deletions data/bliss_symbol_explanations.json

Large diffs are not rendered by default.

Loading
Loading