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: Convert the BMW encoding to JSON #16

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 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
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
25db169
fix: re-populate "encoding_symbols" section in bmw.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
663afb4
fix: more fixes in bmw.json; improve documentation
cindyli Sep 27, 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