Go to file
Zorchenhimer 72298d6e8e
Implement generating compound nouns
Implemented generating compound nouns as well as filtering for the type
of noun when getting a list of noun IDs.
2021-02-14 18:33:13 -05:00
api Initial commit 2021-02-13 11:39:05 -05:00
cmd Rename Random() to Hack() 2021-02-14 16:49:11 -05:00
database Implement generating compound nouns 2021-02-14 18:33:13 -05:00
frontend Rename Random() to Hack() 2021-02-14 16:49:11 -05:00
models Added verb conjugation tests 2021-02-14 12:24:08 -05:00
.gitignore Initial commit 2021-02-13 11:39:05 -05:00
LICENSE.md Add MIT license 2021-02-13 12:05:28 -05:00
Makefile Fix makefile 2021-02-14 18:25:42 -05:00
generic.go Implement generating compound nouns 2021-02-14 18:33:13 -05:00
go.mod Initial commit 2021-02-13 11:39:05 -05:00
go.sum Initial commit 2021-02-13 11:39:05 -05:00
hacker.go Rename Random() to Hack() 2021-02-14 16:49:11 -05:00
word_lists.json Initial commit 2021-02-13 11:39:05 -05:00