Home - Fi0x/LanguageGenerator GitHub Wiki
Language-Generator v1.0.0
This tool is designed to generate random words, according to defined rules. These rules can be customized by the user to create a wide variety of different patterns. The variety of words within a rule-set is dependent on the restrictions, that define the language.
This tool is not yet meant to serve as a dictionary. This means, that words can only be generated, but not linked to any meaning. What you do with the generated words, is up to you.
Usage
The tool has two versions: a web-server and a standalone client.
Web-server
The web-server can be used, by cloning this repository and building it with the specific settings you require. You also need to have a database, that can store and provide the necessary information for the web-server.
Standalone-Client (no longer developed)
To use the client, you can either build it yourself, or download the finished build from the github-releases. The client version is no longer developed, so keep in mind, that some features might only be available in the web-server-version. It can also happen, that some language-files are not compatible between web- and client-versions.