Compress small text messages by just restricting the alphabet. Adds bidict.
authorScott Gasch <[email protected]>
Mon, 27 Sep 2021 15:47:39 +0000 (08:47 -0700)
committerScott Gasch <[email protected]>
Mon, 27 Sep 2021 15:47:39 +0000 (08:47 -0700)
commit37d09d6ac30c8c66477149b7c73139c3e6782468
treee55c45fd4a4d2f66eef1b33defe039ad579ebdcb
parenta8da0e2eca96cedaf582bc41ab82ec4ff87e443c
Compress small text messages by just restricting the alphabet.  Adds bidict.
bidict.py [new file with mode: 0644]
letter_compress.py [new file with mode: 0644]
tests/letter_compress_test.py [new file with mode: 0755]