diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-01-31 16:45:22 -0500 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-01-31 16:45:22 -0500 |
commit | 0ca5c0153fa09b52af2eacab921e026a42181705 (patch) | |
tree | 7a78896d83f9f03a138fdac8cf33b3e92865933a | |
parent | dbc635c3fbb94c18ab1f9def4b1c31b4620bacbf (diff) |
Edited readme
-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. |