Pseudo lexicon generator
Introduction
What is a pseudo lexicon?
Staggered consonants and vowels is the key of natural-sounding English words. A pseudo lexicon is a list of words that are not real but are generated based on this patterns. This can be useful for various purposes, such as creating fictional languages, generating your handles, etc. I found this especially friendly and helpful as a person who is hesitant about naming.
How does it work?
The pseudo lexicon dynamically change the weights of vowels and consonants in the generated words. The algorithm uses a set of rules to generate words that follow the patterns of real languages, but are not actual words. For example, it will increase the weight of consonants at the beginning of a word, and adjust dynamically the weight of vowels based on the distance from last vowel. This creates a more natural flow to the generated words, making them sound more like real words. For the complete algorithm, please refer to the source code below.
Source code
Github ↗Try
[Advanced fine-tuning]
Read the source code before using this!
Somehow controls the frequency of vowels after a consonant.
∈[0,1]∩ℝ Consecutive vowel chance:Somehow controls the frequency of vowels after a vowel.
∈[0,1]∩ℝ