Open Issues Need Help
View All on GitHubAI Summary: Implement a feature in the Monke conlang word generator to allow users to define separate rules for the beginning and end of generated words. This will enable more precise control over word structure, allowing exclusion of sounds that cannot appear in specific word positions.
A word generator for helping conlang creators build a vocabulary for their language
AI Summary: Implement iterative application of rewrite rules in a conlang word generator. The current rewrite function should be modified to repeatedly apply rules until no further changes occur or a maximum iteration count is reached, preventing infinite loops.
A word generator for helping conlang creators build a vocabulary for their language