hacker-quotes/models
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
..
adjective.go Initial commit 2021-02-13 11:39:05 -05:00
noun.go Initial commit 2021-02-13 11:39:05 -05:00
pronoun.go Add some more sentence types; Add pronouns 2021-02-14 20:35:25 -05:00
verb.go Add verb conjugation 2021-02-13 20:22:55 -05:00
verb_test.go Added verb conjugation tests 2021-02-14 12:24:08 -05:00