Go to file
Zorchenhimer 965a84725f
Add some more sentence types; Add pronouns
Added pronouns to the data.  These act similar to the other types of
words regarding getting random ones from the database.

More sentence types have been added, however they are all in their own
functions for now.  Eventually, these functions will be replaced by
format strings in the database and will not be hard coded.
2021-02-14 20:35:25 -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 Add some more sentence types; Add pronouns 2021-02-14 20:35:25 -05:00
frontend Rename Random() to Hack() 2021-02-14 16:49:11 -05:00
models Add some more sentence types; Add pronouns 2021-02-14 20:35:25 -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 Add some more sentence types; Add pronouns 2021-02-14 20:35:25 -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 Add some more sentence types; Add pronouns 2021-02-14 20:35:25 -05:00