-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[genlanguage] https://github.com/jdkato/prose #16
Comments
Nice! I think I'll need that in the faction segment soonish, I'd like to have names for factions / orgs .. and it'll help on the religion front too; we probably will want names for doctrines, heresies and similar |
This will definitely help with generating templates for flavor text since we can just feed it whatever source material for building associations and whatnot. This is already in the ML/AI area, so that's uncharted territory for me :D |
I tried out building gpt2 yesterday (https://github.com/openai/gpt-2) it requires a few fixes to run these days but the text it output was terrible 🤔 Probably it needs extensive training (more training?) to be useful 😬 |
Well there are the various Llama offshoots that seem promising... did you try any of those yet? (I haven't but it looks interesting!) https://github.com/go-skynet/llama-cli |
Llama and alpaca 😆 no I haven't tried those yet! |
I just managed to get this working: Here is the data that you need to run it: It works really well(-ish) :) |
I mean, I think it could do to get us started |
There was someone on reddit in r/worldbuilding who designed his own language runes. Then wrote epic poems / sagas of the people. Sorted words into how often they came up and assigned words to them .. building the language up via it's "usage." I thought it was a super cool way of going about it. I wonder what is required to have something build it's own custom fonts 😃 |
Oh I found https://www.youtube.com/watch?v=bjFvRnCYzN4 https://www.internationalphoneticalphabet.org/ipa-sounds/ipa-chart-with-sounds/ on language creation. Basic steps;
The evolution of the language and it's written form are somewhat extensions to this I guess, with the written language being either based on sound or ideas (I guess?) and it's evolution being related to maybe merging with other languages & changing / adopting / dropping some sounds, adding, removing & shortening existing words etc. |
Very interesting! :D I'd really like to write a language generator from scratch... That would make it easier to lay the ground work for cross-language influences, words "going out of fashion", proper dictionaries, and all that. I am not sure if I am smart enough for it though. I might try to write a very, very, very, veeeeeeeerrryyyyyyy simple generator with the most basic basics :) _ Or some insanity like that :D |
I think the ultimate would be having the generator output it's own font of crafted characters .. but then in order to display the fonts people would have to install them somehow .. which I imagine to be non trivial (not that I've tried ever doing so to be honest). But having it generate a language from pictograms in ascii would still be badass 😄 |
https://github.com/jdkato/prose seems really interesting! For language tagging etc.
The text was updated successfully, but these errors were encountered: