diff options
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,2 +1,22 @@ # NameGeneratorEvolve Creates names, asks you to rate them, and slowly learns which names are good. + +NameGeneratorEvolve uses [StringLearn](https://github.com/pommicket/StringLearn) look at the n-grams you like, to determine which names you like. + +Executables can be found in the build directory, but if you want to compile the source code, just run `make` in the src directory. + +**The names evolve *very* slowly. They start out completely random.** + +**Windows** +```bash +cd build/Windows +NameLearn +``` + +**GNU/Linux** +```bash +cd build/GNULinux +./NameLearn +``` + +Mac OS X is not supported. |