Gibberish is the made used for the Soundex algorithm which is a phonetic algorithm for indexing names by sound. Soundex aims to encode characters to be homonyms with minor differences in spelling.
python3 gibberish_generator.py -w <word>
-w: word to generate gibberish
python3 gibberish_generator.py -w "Computer Science"
- Generate new CS-related gibberish word using
gibberish_generator.py
or think by your own - Add that word to
gibberish.csv
- Run
update_data.py
to update JSON file - Open pull request to base repository