Description:
More grammar entries.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -938,6 +938,8 | |||
|
938 | 938 | "willful", "wishful", "witty", "worldly", "worried", "worse", |
|
939 | 939 | "worthy", "wounded", "wrong", "yearning", "yellow", "yielding", |
|
940 | 940 | "young", "youthful", "zany", "zealous" ], |
|
941 | "evaluation_adjectives": ["good", "great", "wonderful", "terrifying", "bewildering", "perfect", | |
|
942 | "beautiful", "terrible"], | |
|
941 | 943 | "town_name_endings": ["Harbor", "Bay", "Creek", "Whitford", "River Falls", |
|
942 | 944 | "Bend", "Rock", "Spring", "Whitting"], |
|
943 | 945 | "town_name_adjectives": ["Little", "Big", "Royal", "Green", "Windy", |
@@ -6,6 +6,13 | |||
|
6 | 6 | * Nationalities come the UK Government's list of nationalities via [Darius K's corpora][dariusk-nationalities] |
|
7 | 7 | * Sports come from Wikipedia via [Darius K's corpora][dariusk-sport] |
|
8 | 8 | * Household objects come from [Darius K's corpora][dariusk-objects] |
|
9 | * Feelings came from [Darius K's corpora][dariusk-mood]. | |
|
10 | * Evaluation adjectives come from the [original Tracery source][tracery-src] | |
|
11 | * Degrees comes from [UW-Madison's list][uwmad] | |
|
9 | 12 | |
|
10 | 13 | [dariusk-sport]: https://github.com/dariusk/corpora/blob/master/data/sports/sports.json |
|
11 | 14 | [dariusk-objects]: https://github.com/dariusk/corpora/blob/master/data/objects/objects.json |
|
15 | [dariusk-mood]: https://github.com/dariusk/corpora/blob/master/data/humans/moods.json | |
|
16 | [tracery-src]: https://github.com/galaxykate/tracery/blob/master/js/grammars.js | |
|
17 | [uwmad]: https://grad.wisc.edu/academic-programs/ | |
|
18 |
You need to be logged in to leave comments.
Login now