Repositories (1)
NetworksOfMac
1 snippets stored for this repo
// Words that are not unique, but may still be descriptive, expecially in combination
public static final Set<String> GENERAL_WORDS = new HashSet<>(Arrays.asList(
"Young", "Old", "Fat", "Big", "Little", "Small", "Bastard", "Boy", "Deaf", "Blind", "Hero", // endearing titles
"High", "Great", "Grand", "First", "Second", // superlatives
"One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Eleven", "Twelve", // numbers
"Black", "Red", "Green", "Blue", "White", "Grey", "Brown", "Yellow", // colors