Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brycedorn/emoji-dict
A complete list of English words that can be written entirely with emoji. Because.
https://github.com/brycedorn/emoji-dict
dictionary emoji fun language rust svelte words
Last synced: about 2 months ago
JSON representation
A complete list of English words that can be written entirely with emoji. Because.
- Host: GitHub
- URL: https://github.com/brycedorn/emoji-dict
- Owner: brycedorn
- Created: 2019-05-08T19:16:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:30:24.000Z (about 2 years ago)
- Last Synced: 2024-05-30T02:12:06.106Z (7 months ago)
- Topics: dictionary, emoji, fun, language, rust, svelte, words
- Language: Svelte
- Homepage: https://bryce.io/emoji-dict
- Size: 2.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ever wonder how many words can be constructed entirely from the emoji that are English letters? I do.
[Demo](https://bryce.io/emoji-dict).
Uses frequency hashing against this [(English) dictionary](https://github.com/dwyl/english-words) to generate a list of words. Feel free to fork & try it with different languages.
## Generate words
Install [Rust](https://www.rust-lang.org/tools/install), then:
cargo run
## Run site
yarn
yarn dev