Publisher | Voidspiral Entertainment |
---|---|
File size | 606.92kB |
Number of files | 9 |
Latest version | 1 |
Latest release date | 2013-04-20 03:05:09 |
First release date | 2013-04-20 03:05:09 |
Supported Unity versions | 2018.4.2 or higher |
RandLang is a small C# library and standalone application that takes lists of words and produces new words that seem to fit in that set. It's useful for inventing languages and randomly generating names.
LIBRARY FEATURES
+generates a tree of syllables based on input
+selects a random first syllable
+selects subsequent syllables from by matching new first letter to old last letter
+checks validity of digraphs
+limits repeating consonants to 2
+outputs unformatted words (ConstructWord method)
+outputs names capitalized (ConstructName method)
+outputs a list of words (ConstructPhrase method)
+all self contained so you can create multiple instances for different languages
EXECUTABLE FEATURES
+open text files for name lists
+generate single name from list
+display words in list
+display syllables in list
+save generated names to .txt
+copy generated names to clipboard
+clear name list
More Info
Issues & Bugtracking
LIBRARY FEATURES
+generates a tree of syllables based on input
+selects a random first syllable
+selects subsequent syllables from by matching new first letter to old last letter
+checks validity of digraphs
+limits repeating consonants to 2
+outputs unformatted words (ConstructWord method)
+outputs names capitalized (ConstructName method)
+outputs a list of words (ConstructPhrase method)
+all self contained so you can create multiple instances for different languages
EXECUTABLE FEATURES
+open text files for name lists
+generate single name from list
+display words in list
+display syllables in list
+save generated names to .txt
+copy generated names to clipboard
+clear name list
More Info
Issues & Bugtracking