gitextract_i2kqoeob/ ├── LICENSE ├── Makefile ├── README.md ├── generate_compressor_model.py ├── models/ │ ├── dictionary.h │ ├── filepaths.h │ ├── text_en.h │ └── words_en.h ├── pre.js ├── shoco-bin.c ├── shoco.c ├── shoco.h ├── shoco.html ├── shoco.js ├── shoco_model.h ├── shoco_table.h ├── test_input.c ├── tests.c └── training_data/ ├── dorian_gray.txt ├── metamorphosis.txt └── pride_and_prejudice.txt