| // Copyright 2021 The Go Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| |
| //go:build !aix && !plan9 |
| // +build !aix,!plan9 |
| |
| package main |
| |
| // TODO(mknyszek): Add more terms, approximately 50x more if possible. |
| var terms = []string{ |
| "water", |
| "education", |
| "time", |
| "pillar", |
| "genetics", |
| "philosophy", |
| "architecture", |
| "chemistry", |
| "literature", |
| "flower", |
| "oil", |
| "airplane", |
| "knowledge", |
| "technology", |
| "web", |
| "programming", |
| "physics", |
| "economics", |
| "garbage", |
| "television", |
| "history", |
| "war", |
| "earth", |
| "postage", |
| "moon", |
| "1962", |
| "basketball", |
| "soccer", |
| "waves", |
| "ocean", |
| "route", |
| "infrastructure", |
| "benchmark", |
| "helmet", |
| "bone", |
| "corn", |
| "taxi", |
| "corner", |
| "coroner", |
| "1981", |
| "1555", |
| "converse", |
| "organization", |
| "linear", |
| "correspondance", |
| "growth", |
| "capitalism", |
| "communism", |
| "show", |
| "passion", |
| "banana", |
| "monday", |
| "march", |
| "robot", |
| "work", |
| "email", |
| "collection", |
| "stamps", |
| "1886", |
| "providence", |
| "intelligence", |
| "alien", |
| "survival", |
| "fear", |
| "joy", |
| "accordion", |
| "tambourine", |
| "whale", |
| "dance", |
| "organism", |
| "beautiful", |
| "grace", |
| "winter", |
| "path", |
| "strawberry", |
| "scarf", |
| "head", |
| "snow", |
| "fall", |
| "rss", |
| "atomic", |
| "hiss", |
| "snake", |
| "ornery", |
| "tedious", |
| "interface", |
| "application", |
| "wikipedia", |
| "dictionary", |
| "thesaurus", |
| "dinosaur", |
| "meteor", |
| "island", |
| "climate", |
| "nuclear", |
| "fallout", |
| "orange", |
| "disagreement", |
| "shock", |
| "lightning", |
| "thunder", |
| "elemental", |
| "substantial", |
| "disagreement", |
| "agreement", |
| "dreams", |
| "muscle", |
| "apple", |
| "trouble", |
| "clash", |
| "quarrel", |
| "quiver", |
| "appearance", |
| "scarecrow", |
| "different", |
| "jar", |
| "form", |
| "style", |
| "tin", |
| "awkward", |
| "sound", |
| "june", |
| "rubbish", |
| "canine", |
| "teeth", |
| "aquatic", |
| "fish", |
| "riddance", |
| "good", |
| "bad", |
| "morality", |
| "quality", |
| "nonsense", |
| "dump", |
| "superlative", |
| "comparison", |
| "horrendous", |
| "fantastic", |
| "excellent", |
| "go", |
| "return", |
| "string", |
| "qubit", |
| "bit", |
| "nibble", |
| "standard", |
| "colloquial", |
| "critic", |
| "disparage", |
| "denounce", |
| "origin", |
| "exceed", |
| "expect", |
| "brain", |
| "context", |
| "abstract", |
| "syntax", |
| "tree", |
| "arbor", |
| "ogre", |
| "monster", |
| "sweater", |
| "clothing", |
| "apparel", |
| "shoe", |
| "foot", |
| "meter", |
| "metric", |
| "ordinary", |
| "artificer", |
| "stone", |
| "granite", |
| "composite", |
| "gopher", |
| "gobble", |
| "turkey", |
| "cranberry", |
| "egg", |
| "red", |
| "green", |
| "yellow", |
| "blue", |
| "purple", |
| "spectrum", |
| "light", |
| "luigi", |
| "space", |
| "deep", |
| "extravagant", |
| "order", |
| "prime", |
| "optimal", |
| "transformer", |
| "vehicle", |
| "halo", |
| "sword", |
| "shield", |
| "border", |
| "land", |
| "lord", |
| "rent", |
| "restore", |
| "curative", |
| "herb", |
| "horror", |
| "love", |
| "first", |
| "dirt", |
| "rescue", |
| "volcano", |
| "avalanche", |
| "tornado", |
| "disaster", |
| "relief", |
| "terror", |
| "rehabilitation", |
| "globe", |
| "second", |
| "third", |
| "direction", |
| "honey", |
| "bee", |
| "thing", |
| "escape", |
| "hive", |
| "horde", |
| "heavy", |
| "soft", |
| "star", |
| "sun", |
| "gas", |
| "astronomy", |
| "astrology", |
| "distant", |
| "speed", |
| "velocity", |
| "acceleration", |
| "mass", |
| "delta", |
| "alpha", |
| "beta", |
| "gamma", |
| "omega", |
| "ray", |
| "resistance", |
| "revolution", |
| "volt", |
| "electron", |
| "proton", |
| "quark", |
| "ignite", |
| "collide", |
| "colloid", |
| "suspension", |
| "mechanical", |
| "force", |
| "torsion", |
| "centripetal", |
| "centrifugal", |
| "orbit", |
| "jupiter", |
| "quantum", |
| "quantitative", |
| "state", |
| "vector", |
| "matrix", |
| "tensor", |
| "calculus", |
| "lambda", |
| "machine", |
| "revolve", |
| "spin", |
| "superposition", |
| "impose", |
| "crater", |
| "trench", |
| "ice", |
| "iceberg", |
| "arctic", |
| "cold", |
| "hot", |
| "degree", |
| "extent", |
| "span", |
| "molten", |
| "core", |
| "surge", |
| "tectonic", |
| "plate", |
| "fascinate", |
| } |