A word generator for helping conlang creators build a vocabulary for their language

2 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
enhancement good first issue

A word generator for helping conlang creators build a vocabulary for their language

TypeScript

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.

Complexity: 3/5
bug good first issue

A word generator for helping conlang creators build a vocabulary for their language

TypeScript