Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/multilingual-gibberish-gen
https://github.com/wisehackermonkey/multilingual-gibberish-gen
Last synced: 2 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T05:28:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T12:44:34.480Z (2 months 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
----
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
![](assets/2021-02-18-19-32-33.png)
![](assets/2021-02-18-19-34-29.png)
## 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://contrib.rocks/image?repo=wisehackermonkey/multilingual-gibberish-gen)](https://github.com/wisehackermonkey/multilingual-gibberish-gen/graphs/contributors)
##### Made with [contributors-img](https://contrib.rocks).
-----------------
# License
#### MIT © wisehackermonkey
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
[email protected]
20210218
```