https://github.com/wisehackermonkey/multilingual-gibberish-gen
https://github.com/wisehackermonkey/multilingual-gibberish-gen
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisehackermonkey/multilingual-gibberish-gen
- Owner: wisehackermonkey
- License: mit
- Created: 2021-02-18T22:37:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T05:28:22.000Z (over 5 years ago)
- Last Synced: 2025-02-25T02:45:43.214Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multilingual-gibberish-gen
----
[](https://github.com/ellerbrock/open-source-badges/)
[](https://opensource.org/licenses/MIT)
This project generates multilingual gibberish strings based on I.P.A. frequency distributions based on a givin language
Currently only supports english


## Demo output
#### this audio was created using [IPA Reader](http://ipa-reader.xyz/) its really cool check it out!
### weighted text output generated
[Play here](./assets/english_ipa_gen_weighted_short_v1.mp3)
##### Generate random words based off of freqeceny distrobution found in perviose steps
##### example:
```text
ɫɡbkʃ itɫf ots kɝiɫm ɑɫ ʊɹd bə ɪbmkn aptv ɪt uʊɡ miɪɪɫ sdə əɪ tksʊ htvæ ɫzɡtæ vnɛ tm ɑɹto
```
### random non weighted text output generated using my dataset
##### example
```text
əθuks pɑŋed ɫŋusɛ ɝɹttw eksau ɡɝuoh mspnw suɝvŋ ʃɑsʃɫ ŋʃnit ʒjomt ohʊæʃ ɪmŋɝu iɑfəɔ fʊhəɛ ɫzjkŋ kɛnɡə əʃpsv azjət aɪænv
```
[Play here](./assets/english_ipa_gen_random_my_letters_short_v1.mp3)
### strate up random ipa text generation
##### example
```text
ʒʃʒθdʒ dʒŋln ŋdɡfb ʃvfθɡ ɡslbŋ θðkʃθ lrlŋh hʍrwʃ lðwll dʒðʒtʃf bŋkzm kʍmdɡ psjwz zzθnʒ wθktʃ ʃkdpw θðfθd sptbp dʒsnjp tʃpwrj
```
[Play here](./assets/english_ipa_gen_true_random_short_v1.mp3)
# Quick start
### __________________
# Summary
### - *[Contributors](#Contributors)*
### - *[License](#License)*
# Installation
### install pip req's
```bash
cd ~
git clone https://github.com/wisehackermonkey/multilingual-gibberish-gen.git
cd multilingual-gibberish-gen
pip install -r requirements.txt
```
### run jupyter notebook called text_processing.ipybn
-----------------
# For developers
###
```bash
```
# Data used for project
### [open-dict-data/ipa-dict: Monolingual wordlists with pronunciation information in IPA](https://github.com/open-dict-data/ipa-dict)
-----------------
# Contributors
[](https://github.com/wisehackermonkey/multilingual-gibberish-gen/graphs/contributors)
##### Made with [contributors-img](https://contrib.rocks).
-----------------
# License
#### MIT © wisehackermonkey
[](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
20210218
```