----- ALGEN - Average Language Generator Input a single word and ALGEN will generate a new word for you by averaging many languages. ----- Intention: In the latest weeks I got into making languages, and I thought of making a new language based on the average of all other languages. From that thought, ALGEN was born. The end goal for this project is to make a form of grammar and therefore a language. ----- Roadmap Improve word generator to mitigate hard to say words. ----- Changelog 20.05.22 - Launched project 21.05.22 - Improved word assembler
----- How does the word generation work: > The word you input gets translated to all the languages supported by Scratch. > It filters out all the words that don't use the latin alphabet. > It gets the average length of the filtered words. > It makes a list of all the used letters and the amount of uses they get. > The lists gets sorted. > A new word is generated by stepping through the list. It also tries to make the word more pronouncable by adding vowels in places with many consonants.