Skip to content

Commit f178a09

Browse files
committed
words - separate our text from single word categories
1 parent 9fbf2eb commit f178a09

13 files changed

+964
-1008
lines changed

lookup.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func initLookup() {
8383
addImageLookup()
8484
addInternetLookup()
8585
addLanguagesLookup()
86-
addLoremLookup()
8786
addMinecraftLookup()
8887
addMiscLookup()
8988
addMovieLookup()
@@ -102,13 +101,11 @@ func initLookup() {
102101
addWordGeneralLookup()
103102
addWordGrammerLookup()
104103
addWordNounLookup()
105-
addWordPhraseLookup()
106104
addWordPrepositionLookup()
107105
addWordPronounLookup()
108-
addWordSentenceLookup()
109106
addWordVerbLookup()
110-
addWordCommentLookup()
111107
addWordMiscLookup()
108+
addTextLookup()
112109
}
113110

114111
// internalFuncLookups is the internal map array with mapping to all available data

lorem.go

Lines changed: 0 additions & 159 deletions
This file was deleted.

lorem_test.go

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)