Emoji Text Compression and Decompression
Just a silly little text compressor to experiment with the idea of using emojis as a simple dictionary based text compressor.
Turns out it's harder than you think... you need to consider plural forms and the other messy aspect of human language.
Wonder if a Large Language Model would be able to more cleanly do this, even if it's a lossy kind of compression.