github.com/algorand/go-algorand-sdk@v1.24.0/mnemonic/wordlist.go (about)

     1  package mnemonic
     2  
     3  import (
     4  	"strings"
     5  )
     6  
     7  // Used to verify that the wordlist hasn't changed unexpectedly
     8  const wordlistChecksum = "venue"
     9  
    10  func init() {
    11  	// Verify the checksum of the wordlist
    12  	computedChecksum := checksum([]byte(wordlistRaw))
    13  	if wordlistChecksum != computedChecksum {
    14  		panic("cannot initialize passphrase library: wordlist corrupted")
    15  	}
    16  }
    17  
    18  // This wordlist was taken from https://git.io/fhZUO
    19  var wordlist = strings.Split(wordlistRaw, "\n")
    20  var wordlistRaw = `abandon
    21  ability
    22  able
    23  about
    24  above
    25  absent
    26  absorb
    27  abstract
    28  absurd
    29  abuse
    30  access
    31  accident
    32  account
    33  accuse
    34  achieve
    35  acid
    36  acoustic
    37  acquire
    38  across
    39  act
    40  action
    41  actor
    42  actress
    43  actual
    44  adapt
    45  add
    46  addict
    47  address
    48  adjust
    49  admit
    50  adult
    51  advance
    52  advice
    53  aerobic
    54  affair
    55  afford
    56  afraid
    57  again
    58  age
    59  agent
    60  agree
    61  ahead
    62  aim
    63  air
    64  airport
    65  aisle
    66  alarm
    67  album
    68  alcohol
    69  alert
    70  alien
    71  all
    72  alley
    73  allow
    74  almost
    75  alone
    76  alpha
    77  already
    78  also
    79  alter
    80  always
    81  amateur
    82  amazing
    83  among
    84  amount
    85  amused
    86  analyst
    87  anchor
    88  ancient
    89  anger
    90  angle
    91  angry
    92  animal
    93  ankle
    94  announce
    95  annual
    96  another
    97  answer
    98  antenna
    99  antique
   100  anxiety
   101  any
   102  apart
   103  apology
   104  appear
   105  apple
   106  approve
   107  april
   108  arch
   109  arctic
   110  area
   111  arena
   112  argue
   113  arm
   114  armed
   115  armor
   116  army
   117  around
   118  arrange
   119  arrest
   120  arrive
   121  arrow
   122  art
   123  artefact
   124  artist
   125  artwork
   126  ask
   127  aspect
   128  assault
   129  asset
   130  assist
   131  assume
   132  asthma
   133  athlete
   134  atom
   135  attack
   136  attend
   137  attitude
   138  attract
   139  auction
   140  audit
   141  august
   142  aunt
   143  author
   144  auto
   145  autumn
   146  average
   147  avocado
   148  avoid
   149  awake
   150  aware
   151  away
   152  awesome
   153  awful
   154  awkward
   155  axis
   156  baby
   157  bachelor
   158  bacon
   159  badge
   160  bag
   161  balance
   162  balcony
   163  ball
   164  bamboo
   165  banana
   166  banner
   167  bar
   168  barely
   169  bargain
   170  barrel
   171  base
   172  basic
   173  basket
   174  battle
   175  beach
   176  bean
   177  beauty
   178  because
   179  become
   180  beef
   181  before
   182  begin
   183  behave
   184  behind
   185  believe
   186  below
   187  belt
   188  bench
   189  benefit
   190  best
   191  betray
   192  better
   193  between
   194  beyond
   195  bicycle
   196  bid
   197  bike
   198  bind
   199  biology
   200  bird
   201  birth
   202  bitter
   203  black
   204  blade
   205  blame
   206  blanket
   207  blast
   208  bleak
   209  bless
   210  blind
   211  blood
   212  blossom
   213  blouse
   214  blue
   215  blur
   216  blush
   217  board
   218  boat
   219  body
   220  boil
   221  bomb
   222  bone
   223  bonus
   224  book
   225  boost
   226  border
   227  boring
   228  borrow
   229  boss
   230  bottom
   231  bounce
   232  box
   233  boy
   234  bracket
   235  brain
   236  brand
   237  brass
   238  brave
   239  bread
   240  breeze
   241  brick
   242  bridge
   243  brief
   244  bright
   245  bring
   246  brisk
   247  broccoli
   248  broken
   249  bronze
   250  broom
   251  brother
   252  brown
   253  brush
   254  bubble
   255  buddy
   256  budget
   257  buffalo
   258  build
   259  bulb
   260  bulk
   261  bullet
   262  bundle
   263  bunker
   264  burden
   265  burger
   266  burst
   267  bus
   268  business
   269  busy
   270  butter
   271  buyer
   272  buzz
   273  cabbage
   274  cabin
   275  cable
   276  cactus
   277  cage
   278  cake
   279  call
   280  calm
   281  camera
   282  camp
   283  can
   284  canal
   285  cancel
   286  candy
   287  cannon
   288  canoe
   289  canvas
   290  canyon
   291  capable
   292  capital
   293  captain
   294  car
   295  carbon
   296  card
   297  cargo
   298  carpet
   299  carry
   300  cart
   301  case
   302  cash
   303  casino
   304  castle
   305  casual
   306  cat
   307  catalog
   308  catch
   309  category
   310  cattle
   311  caught
   312  cause
   313  caution
   314  cave
   315  ceiling
   316  celery
   317  cement
   318  census
   319  century
   320  cereal
   321  certain
   322  chair
   323  chalk
   324  champion
   325  change
   326  chaos
   327  chapter
   328  charge
   329  chase
   330  chat
   331  cheap
   332  check
   333  cheese
   334  chef
   335  cherry
   336  chest
   337  chicken
   338  chief
   339  child
   340  chimney
   341  choice
   342  choose
   343  chronic
   344  chuckle
   345  chunk
   346  churn
   347  cigar
   348  cinnamon
   349  circle
   350  citizen
   351  city
   352  civil
   353  claim
   354  clap
   355  clarify
   356  claw
   357  clay
   358  clean
   359  clerk
   360  clever
   361  click
   362  client
   363  cliff
   364  climb
   365  clinic
   366  clip
   367  clock
   368  clog
   369  close
   370  cloth
   371  cloud
   372  clown
   373  club
   374  clump
   375  cluster
   376  clutch
   377  coach
   378  coast
   379  coconut
   380  code
   381  coffee
   382  coil
   383  coin
   384  collect
   385  color
   386  column
   387  combine
   388  come
   389  comfort
   390  comic
   391  common
   392  company
   393  concert
   394  conduct
   395  confirm
   396  congress
   397  connect
   398  consider
   399  control
   400  convince
   401  cook
   402  cool
   403  copper
   404  copy
   405  coral
   406  core
   407  corn
   408  correct
   409  cost
   410  cotton
   411  couch
   412  country
   413  couple
   414  course
   415  cousin
   416  cover
   417  coyote
   418  crack
   419  cradle
   420  craft
   421  cram
   422  crane
   423  crash
   424  crater
   425  crawl
   426  crazy
   427  cream
   428  credit
   429  creek
   430  crew
   431  cricket
   432  crime
   433  crisp
   434  critic
   435  crop
   436  cross
   437  crouch
   438  crowd
   439  crucial
   440  cruel
   441  cruise
   442  crumble
   443  crunch
   444  crush
   445  cry
   446  crystal
   447  cube
   448  culture
   449  cup
   450  cupboard
   451  curious
   452  current
   453  curtain
   454  curve
   455  cushion
   456  custom
   457  cute
   458  cycle
   459  dad
   460  damage
   461  damp
   462  dance
   463  danger
   464  daring
   465  dash
   466  daughter
   467  dawn
   468  day
   469  deal
   470  debate
   471  debris
   472  decade
   473  december
   474  decide
   475  decline
   476  decorate
   477  decrease
   478  deer
   479  defense
   480  define
   481  defy
   482  degree
   483  delay
   484  deliver
   485  demand
   486  demise
   487  denial
   488  dentist
   489  deny
   490  depart
   491  depend
   492  deposit
   493  depth
   494  deputy
   495  derive
   496  describe
   497  desert
   498  design
   499  desk
   500  despair
   501  destroy
   502  detail
   503  detect
   504  develop
   505  device
   506  devote
   507  diagram
   508  dial
   509  diamond
   510  diary
   511  dice
   512  diesel
   513  diet
   514  differ
   515  digital
   516  dignity
   517  dilemma
   518  dinner
   519  dinosaur
   520  direct
   521  dirt
   522  disagree
   523  discover
   524  disease
   525  dish
   526  dismiss
   527  disorder
   528  display
   529  distance
   530  divert
   531  divide
   532  divorce
   533  dizzy
   534  doctor
   535  document
   536  dog
   537  doll
   538  dolphin
   539  domain
   540  donate
   541  donkey
   542  donor
   543  door
   544  dose
   545  double
   546  dove
   547  draft
   548  dragon
   549  drama
   550  drastic
   551  draw
   552  dream
   553  dress
   554  drift
   555  drill
   556  drink
   557  drip
   558  drive
   559  drop
   560  drum
   561  dry
   562  duck
   563  dumb
   564  dune
   565  during
   566  dust
   567  dutch
   568  duty
   569  dwarf
   570  dynamic
   571  eager
   572  eagle
   573  early
   574  earn
   575  earth
   576  easily
   577  east
   578  easy
   579  echo
   580  ecology
   581  economy
   582  edge
   583  edit
   584  educate
   585  effort
   586  egg
   587  eight
   588  either
   589  elbow
   590  elder
   591  electric
   592  elegant
   593  element
   594  elephant
   595  elevator
   596  elite
   597  else
   598  embark
   599  embody
   600  embrace
   601  emerge
   602  emotion
   603  employ
   604  empower
   605  empty
   606  enable
   607  enact
   608  end
   609  endless
   610  endorse
   611  enemy
   612  energy
   613  enforce
   614  engage
   615  engine
   616  enhance
   617  enjoy
   618  enlist
   619  enough
   620  enrich
   621  enroll
   622  ensure
   623  enter
   624  entire
   625  entry
   626  envelope
   627  episode
   628  equal
   629  equip
   630  era
   631  erase
   632  erode
   633  erosion
   634  error
   635  erupt
   636  escape
   637  essay
   638  essence
   639  estate
   640  eternal
   641  ethics
   642  evidence
   643  evil
   644  evoke
   645  evolve
   646  exact
   647  example
   648  excess
   649  exchange
   650  excite
   651  exclude
   652  excuse
   653  execute
   654  exercise
   655  exhaust
   656  exhibit
   657  exile
   658  exist
   659  exit
   660  exotic
   661  expand
   662  expect
   663  expire
   664  explain
   665  expose
   666  express
   667  extend
   668  extra
   669  eye
   670  eyebrow
   671  fabric
   672  face
   673  faculty
   674  fade
   675  faint
   676  faith
   677  fall
   678  false
   679  fame
   680  family
   681  famous
   682  fan
   683  fancy
   684  fantasy
   685  farm
   686  fashion
   687  fat
   688  fatal
   689  father
   690  fatigue
   691  fault
   692  favorite
   693  feature
   694  february
   695  federal
   696  fee
   697  feed
   698  feel
   699  female
   700  fence
   701  festival
   702  fetch
   703  fever
   704  few
   705  fiber
   706  fiction
   707  field
   708  figure
   709  file
   710  film
   711  filter
   712  final
   713  find
   714  fine
   715  finger
   716  finish
   717  fire
   718  firm
   719  first
   720  fiscal
   721  fish
   722  fit
   723  fitness
   724  fix
   725  flag
   726  flame
   727  flash
   728  flat
   729  flavor
   730  flee
   731  flight
   732  flip
   733  float
   734  flock
   735  floor
   736  flower
   737  fluid
   738  flush
   739  fly
   740  foam
   741  focus
   742  fog
   743  foil
   744  fold
   745  follow
   746  food
   747  foot
   748  force
   749  forest
   750  forget
   751  fork
   752  fortune
   753  forum
   754  forward
   755  fossil
   756  foster
   757  found
   758  fox
   759  fragile
   760  frame
   761  frequent
   762  fresh
   763  friend
   764  fringe
   765  frog
   766  front
   767  frost
   768  frown
   769  frozen
   770  fruit
   771  fuel
   772  fun
   773  funny
   774  furnace
   775  fury
   776  future
   777  gadget
   778  gain
   779  galaxy
   780  gallery
   781  game
   782  gap
   783  garage
   784  garbage
   785  garden
   786  garlic
   787  garment
   788  gas
   789  gasp
   790  gate
   791  gather
   792  gauge
   793  gaze
   794  general
   795  genius
   796  genre
   797  gentle
   798  genuine
   799  gesture
   800  ghost
   801  giant
   802  gift
   803  giggle
   804  ginger
   805  giraffe
   806  girl
   807  give
   808  glad
   809  glance
   810  glare
   811  glass
   812  glide
   813  glimpse
   814  globe
   815  gloom
   816  glory
   817  glove
   818  glow
   819  glue
   820  goat
   821  goddess
   822  gold
   823  good
   824  goose
   825  gorilla
   826  gospel
   827  gossip
   828  govern
   829  gown
   830  grab
   831  grace
   832  grain
   833  grant
   834  grape
   835  grass
   836  gravity
   837  great
   838  green
   839  grid
   840  grief
   841  grit
   842  grocery
   843  group
   844  grow
   845  grunt
   846  guard
   847  guess
   848  guide
   849  guilt
   850  guitar
   851  gun
   852  gym
   853  habit
   854  hair
   855  half
   856  hammer
   857  hamster
   858  hand
   859  happy
   860  harbor
   861  hard
   862  harsh
   863  harvest
   864  hat
   865  have
   866  hawk
   867  hazard
   868  head
   869  health
   870  heart
   871  heavy
   872  hedgehog
   873  height
   874  hello
   875  helmet
   876  help
   877  hen
   878  hero
   879  hidden
   880  high
   881  hill
   882  hint
   883  hip
   884  hire
   885  history
   886  hobby
   887  hockey
   888  hold
   889  hole
   890  holiday
   891  hollow
   892  home
   893  honey
   894  hood
   895  hope
   896  horn
   897  horror
   898  horse
   899  hospital
   900  host
   901  hotel
   902  hour
   903  hover
   904  hub
   905  huge
   906  human
   907  humble
   908  humor
   909  hundred
   910  hungry
   911  hunt
   912  hurdle
   913  hurry
   914  hurt
   915  husband
   916  hybrid
   917  ice
   918  icon
   919  idea
   920  identify
   921  idle
   922  ignore
   923  ill
   924  illegal
   925  illness
   926  image
   927  imitate
   928  immense
   929  immune
   930  impact
   931  impose
   932  improve
   933  impulse
   934  inch
   935  include
   936  income
   937  increase
   938  index
   939  indicate
   940  indoor
   941  industry
   942  infant
   943  inflict
   944  inform
   945  inhale
   946  inherit
   947  initial
   948  inject
   949  injury
   950  inmate
   951  inner
   952  innocent
   953  input
   954  inquiry
   955  insane
   956  insect
   957  inside
   958  inspire
   959  install
   960  intact
   961  interest
   962  into
   963  invest
   964  invite
   965  involve
   966  iron
   967  island
   968  isolate
   969  issue
   970  item
   971  ivory
   972  jacket
   973  jaguar
   974  jar
   975  jazz
   976  jealous
   977  jeans
   978  jelly
   979  jewel
   980  job
   981  join
   982  joke
   983  journey
   984  joy
   985  judge
   986  juice
   987  jump
   988  jungle
   989  junior
   990  junk
   991  just
   992  kangaroo
   993  keen
   994  keep
   995  ketchup
   996  key
   997  kick
   998  kid
   999  kidney
  1000  kind
  1001  kingdom
  1002  kiss
  1003  kit
  1004  kitchen
  1005  kite
  1006  kitten
  1007  kiwi
  1008  knee
  1009  knife
  1010  knock
  1011  know
  1012  lab
  1013  label
  1014  labor
  1015  ladder
  1016  lady
  1017  lake
  1018  lamp
  1019  language
  1020  laptop
  1021  large
  1022  later
  1023  latin
  1024  laugh
  1025  laundry
  1026  lava
  1027  law
  1028  lawn
  1029  lawsuit
  1030  layer
  1031  lazy
  1032  leader
  1033  leaf
  1034  learn
  1035  leave
  1036  lecture
  1037  left
  1038  leg
  1039  legal
  1040  legend
  1041  leisure
  1042  lemon
  1043  lend
  1044  length
  1045  lens
  1046  leopard
  1047  lesson
  1048  letter
  1049  level
  1050  liar
  1051  liberty
  1052  library
  1053  license
  1054  life
  1055  lift
  1056  light
  1057  like
  1058  limb
  1059  limit
  1060  link
  1061  lion
  1062  liquid
  1063  list
  1064  little
  1065  live
  1066  lizard
  1067  load
  1068  loan
  1069  lobster
  1070  local
  1071  lock
  1072  logic
  1073  lonely
  1074  long
  1075  loop
  1076  lottery
  1077  loud
  1078  lounge
  1079  love
  1080  loyal
  1081  lucky
  1082  luggage
  1083  lumber
  1084  lunar
  1085  lunch
  1086  luxury
  1087  lyrics
  1088  machine
  1089  mad
  1090  magic
  1091  magnet
  1092  maid
  1093  mail
  1094  main
  1095  major
  1096  make
  1097  mammal
  1098  man
  1099  manage
  1100  mandate
  1101  mango
  1102  mansion
  1103  manual
  1104  maple
  1105  marble
  1106  march
  1107  margin
  1108  marine
  1109  market
  1110  marriage
  1111  mask
  1112  mass
  1113  master
  1114  match
  1115  material
  1116  math
  1117  matrix
  1118  matter
  1119  maximum
  1120  maze
  1121  meadow
  1122  mean
  1123  measure
  1124  meat
  1125  mechanic
  1126  medal
  1127  media
  1128  melody
  1129  melt
  1130  member
  1131  memory
  1132  mention
  1133  menu
  1134  mercy
  1135  merge
  1136  merit
  1137  merry
  1138  mesh
  1139  message
  1140  metal
  1141  method
  1142  middle
  1143  midnight
  1144  milk
  1145  million
  1146  mimic
  1147  mind
  1148  minimum
  1149  minor
  1150  minute
  1151  miracle
  1152  mirror
  1153  misery
  1154  miss
  1155  mistake
  1156  mix
  1157  mixed
  1158  mixture
  1159  mobile
  1160  model
  1161  modify
  1162  mom
  1163  moment
  1164  monitor
  1165  monkey
  1166  monster
  1167  month
  1168  moon
  1169  moral
  1170  more
  1171  morning
  1172  mosquito
  1173  mother
  1174  motion
  1175  motor
  1176  mountain
  1177  mouse
  1178  move
  1179  movie
  1180  much
  1181  muffin
  1182  mule
  1183  multiply
  1184  muscle
  1185  museum
  1186  mushroom
  1187  music
  1188  must
  1189  mutual
  1190  myself
  1191  mystery
  1192  myth
  1193  naive
  1194  name
  1195  napkin
  1196  narrow
  1197  nasty
  1198  nation
  1199  nature
  1200  near
  1201  neck
  1202  need
  1203  negative
  1204  neglect
  1205  neither
  1206  nephew
  1207  nerve
  1208  nest
  1209  net
  1210  network
  1211  neutral
  1212  never
  1213  news
  1214  next
  1215  nice
  1216  night
  1217  noble
  1218  noise
  1219  nominee
  1220  noodle
  1221  normal
  1222  north
  1223  nose
  1224  notable
  1225  note
  1226  nothing
  1227  notice
  1228  novel
  1229  now
  1230  nuclear
  1231  number
  1232  nurse
  1233  nut
  1234  oak
  1235  obey
  1236  object
  1237  oblige
  1238  obscure
  1239  observe
  1240  obtain
  1241  obvious
  1242  occur
  1243  ocean
  1244  october
  1245  odor
  1246  off
  1247  offer
  1248  office
  1249  often
  1250  oil
  1251  okay
  1252  old
  1253  olive
  1254  olympic
  1255  omit
  1256  once
  1257  one
  1258  onion
  1259  online
  1260  only
  1261  open
  1262  opera
  1263  opinion
  1264  oppose
  1265  option
  1266  orange
  1267  orbit
  1268  orchard
  1269  order
  1270  ordinary
  1271  organ
  1272  orient
  1273  original
  1274  orphan
  1275  ostrich
  1276  other
  1277  outdoor
  1278  outer
  1279  output
  1280  outside
  1281  oval
  1282  oven
  1283  over
  1284  own
  1285  owner
  1286  oxygen
  1287  oyster
  1288  ozone
  1289  pact
  1290  paddle
  1291  page
  1292  pair
  1293  palace
  1294  palm
  1295  panda
  1296  panel
  1297  panic
  1298  panther
  1299  paper
  1300  parade
  1301  parent
  1302  park
  1303  parrot
  1304  party
  1305  pass
  1306  patch
  1307  path
  1308  patient
  1309  patrol
  1310  pattern
  1311  pause
  1312  pave
  1313  payment
  1314  peace
  1315  peanut
  1316  pear
  1317  peasant
  1318  pelican
  1319  pen
  1320  penalty
  1321  pencil
  1322  people
  1323  pepper
  1324  perfect
  1325  permit
  1326  person
  1327  pet
  1328  phone
  1329  photo
  1330  phrase
  1331  physical
  1332  piano
  1333  picnic
  1334  picture
  1335  piece
  1336  pig
  1337  pigeon
  1338  pill
  1339  pilot
  1340  pink
  1341  pioneer
  1342  pipe
  1343  pistol
  1344  pitch
  1345  pizza
  1346  place
  1347  planet
  1348  plastic
  1349  plate
  1350  play
  1351  please
  1352  pledge
  1353  pluck
  1354  plug
  1355  plunge
  1356  poem
  1357  poet
  1358  point
  1359  polar
  1360  pole
  1361  police
  1362  pond
  1363  pony
  1364  pool
  1365  popular
  1366  portion
  1367  position
  1368  possible
  1369  post
  1370  potato
  1371  pottery
  1372  poverty
  1373  powder
  1374  power
  1375  practice
  1376  praise
  1377  predict
  1378  prefer
  1379  prepare
  1380  present
  1381  pretty
  1382  prevent
  1383  price
  1384  pride
  1385  primary
  1386  print
  1387  priority
  1388  prison
  1389  private
  1390  prize
  1391  problem
  1392  process
  1393  produce
  1394  profit
  1395  program
  1396  project
  1397  promote
  1398  proof
  1399  property
  1400  prosper
  1401  protect
  1402  proud
  1403  provide
  1404  public
  1405  pudding
  1406  pull
  1407  pulp
  1408  pulse
  1409  pumpkin
  1410  punch
  1411  pupil
  1412  puppy
  1413  purchase
  1414  purity
  1415  purpose
  1416  purse
  1417  push
  1418  put
  1419  puzzle
  1420  pyramid
  1421  quality
  1422  quantum
  1423  quarter
  1424  question
  1425  quick
  1426  quit
  1427  quiz
  1428  quote
  1429  rabbit
  1430  raccoon
  1431  race
  1432  rack
  1433  radar
  1434  radio
  1435  rail
  1436  rain
  1437  raise
  1438  rally
  1439  ramp
  1440  ranch
  1441  random
  1442  range
  1443  rapid
  1444  rare
  1445  rate
  1446  rather
  1447  raven
  1448  raw
  1449  razor
  1450  ready
  1451  real
  1452  reason
  1453  rebel
  1454  rebuild
  1455  recall
  1456  receive
  1457  recipe
  1458  record
  1459  recycle
  1460  reduce
  1461  reflect
  1462  reform
  1463  refuse
  1464  region
  1465  regret
  1466  regular
  1467  reject
  1468  relax
  1469  release
  1470  relief
  1471  rely
  1472  remain
  1473  remember
  1474  remind
  1475  remove
  1476  render
  1477  renew
  1478  rent
  1479  reopen
  1480  repair
  1481  repeat
  1482  replace
  1483  report
  1484  require
  1485  rescue
  1486  resemble
  1487  resist
  1488  resource
  1489  response
  1490  result
  1491  retire
  1492  retreat
  1493  return
  1494  reunion
  1495  reveal
  1496  review
  1497  reward
  1498  rhythm
  1499  rib
  1500  ribbon
  1501  rice
  1502  rich
  1503  ride
  1504  ridge
  1505  rifle
  1506  right
  1507  rigid
  1508  ring
  1509  riot
  1510  ripple
  1511  risk
  1512  ritual
  1513  rival
  1514  river
  1515  road
  1516  roast
  1517  robot
  1518  robust
  1519  rocket
  1520  romance
  1521  roof
  1522  rookie
  1523  room
  1524  rose
  1525  rotate
  1526  rough
  1527  round
  1528  route
  1529  royal
  1530  rubber
  1531  rude
  1532  rug
  1533  rule
  1534  run
  1535  runway
  1536  rural
  1537  sad
  1538  saddle
  1539  sadness
  1540  safe
  1541  sail
  1542  salad
  1543  salmon
  1544  salon
  1545  salt
  1546  salute
  1547  same
  1548  sample
  1549  sand
  1550  satisfy
  1551  satoshi
  1552  sauce
  1553  sausage
  1554  save
  1555  say
  1556  scale
  1557  scan
  1558  scare
  1559  scatter
  1560  scene
  1561  scheme
  1562  school
  1563  science
  1564  scissors
  1565  scorpion
  1566  scout
  1567  scrap
  1568  screen
  1569  script
  1570  scrub
  1571  sea
  1572  search
  1573  season
  1574  seat
  1575  second
  1576  secret
  1577  section
  1578  security
  1579  seed
  1580  seek
  1581  segment
  1582  select
  1583  sell
  1584  seminar
  1585  senior
  1586  sense
  1587  sentence
  1588  series
  1589  service
  1590  session
  1591  settle
  1592  setup
  1593  seven
  1594  shadow
  1595  shaft
  1596  shallow
  1597  share
  1598  shed
  1599  shell
  1600  sheriff
  1601  shield
  1602  shift
  1603  shine
  1604  ship
  1605  shiver
  1606  shock
  1607  shoe
  1608  shoot
  1609  shop
  1610  short
  1611  shoulder
  1612  shove
  1613  shrimp
  1614  shrug
  1615  shuffle
  1616  shy
  1617  sibling
  1618  sick
  1619  side
  1620  siege
  1621  sight
  1622  sign
  1623  silent
  1624  silk
  1625  silly
  1626  silver
  1627  similar
  1628  simple
  1629  since
  1630  sing
  1631  siren
  1632  sister
  1633  situate
  1634  six
  1635  size
  1636  skate
  1637  sketch
  1638  ski
  1639  skill
  1640  skin
  1641  skirt
  1642  skull
  1643  slab
  1644  slam
  1645  sleep
  1646  slender
  1647  slice
  1648  slide
  1649  slight
  1650  slim
  1651  slogan
  1652  slot
  1653  slow
  1654  slush
  1655  small
  1656  smart
  1657  smile
  1658  smoke
  1659  smooth
  1660  snack
  1661  snake
  1662  snap
  1663  sniff
  1664  snow
  1665  soap
  1666  soccer
  1667  social
  1668  sock
  1669  soda
  1670  soft
  1671  solar
  1672  soldier
  1673  solid
  1674  solution
  1675  solve
  1676  someone
  1677  song
  1678  soon
  1679  sorry
  1680  sort
  1681  soul
  1682  sound
  1683  soup
  1684  source
  1685  south
  1686  space
  1687  spare
  1688  spatial
  1689  spawn
  1690  speak
  1691  special
  1692  speed
  1693  spell
  1694  spend
  1695  sphere
  1696  spice
  1697  spider
  1698  spike
  1699  spin
  1700  spirit
  1701  split
  1702  spoil
  1703  sponsor
  1704  spoon
  1705  sport
  1706  spot
  1707  spray
  1708  spread
  1709  spring
  1710  spy
  1711  square
  1712  squeeze
  1713  squirrel
  1714  stable
  1715  stadium
  1716  staff
  1717  stage
  1718  stairs
  1719  stamp
  1720  stand
  1721  start
  1722  state
  1723  stay
  1724  steak
  1725  steel
  1726  stem
  1727  step
  1728  stereo
  1729  stick
  1730  still
  1731  sting
  1732  stock
  1733  stomach
  1734  stone
  1735  stool
  1736  story
  1737  stove
  1738  strategy
  1739  street
  1740  strike
  1741  strong
  1742  struggle
  1743  student
  1744  stuff
  1745  stumble
  1746  style
  1747  subject
  1748  submit
  1749  subway
  1750  success
  1751  such
  1752  sudden
  1753  suffer
  1754  sugar
  1755  suggest
  1756  suit
  1757  summer
  1758  sun
  1759  sunny
  1760  sunset
  1761  super
  1762  supply
  1763  supreme
  1764  sure
  1765  surface
  1766  surge
  1767  surprise
  1768  surround
  1769  survey
  1770  suspect
  1771  sustain
  1772  swallow
  1773  swamp
  1774  swap
  1775  swarm
  1776  swear
  1777  sweet
  1778  swift
  1779  swim
  1780  swing
  1781  switch
  1782  sword
  1783  symbol
  1784  symptom
  1785  syrup
  1786  system
  1787  table
  1788  tackle
  1789  tag
  1790  tail
  1791  talent
  1792  talk
  1793  tank
  1794  tape
  1795  target
  1796  task
  1797  taste
  1798  tattoo
  1799  taxi
  1800  teach
  1801  team
  1802  tell
  1803  ten
  1804  tenant
  1805  tennis
  1806  tent
  1807  term
  1808  test
  1809  text
  1810  thank
  1811  that
  1812  theme
  1813  then
  1814  theory
  1815  there
  1816  they
  1817  thing
  1818  this
  1819  thought
  1820  three
  1821  thrive
  1822  throw
  1823  thumb
  1824  thunder
  1825  ticket
  1826  tide
  1827  tiger
  1828  tilt
  1829  timber
  1830  time
  1831  tiny
  1832  tip
  1833  tired
  1834  tissue
  1835  title
  1836  toast
  1837  tobacco
  1838  today
  1839  toddler
  1840  toe
  1841  together
  1842  toilet
  1843  token
  1844  tomato
  1845  tomorrow
  1846  tone
  1847  tongue
  1848  tonight
  1849  tool
  1850  tooth
  1851  top
  1852  topic
  1853  topple
  1854  torch
  1855  tornado
  1856  tortoise
  1857  toss
  1858  total
  1859  tourist
  1860  toward
  1861  tower
  1862  town
  1863  toy
  1864  track
  1865  trade
  1866  traffic
  1867  tragic
  1868  train
  1869  transfer
  1870  trap
  1871  trash
  1872  travel
  1873  tray
  1874  treat
  1875  tree
  1876  trend
  1877  trial
  1878  tribe
  1879  trick
  1880  trigger
  1881  trim
  1882  trip
  1883  trophy
  1884  trouble
  1885  truck
  1886  true
  1887  truly
  1888  trumpet
  1889  trust
  1890  truth
  1891  try
  1892  tube
  1893  tuition
  1894  tumble
  1895  tuna
  1896  tunnel
  1897  turkey
  1898  turn
  1899  turtle
  1900  twelve
  1901  twenty
  1902  twice
  1903  twin
  1904  twist
  1905  two
  1906  type
  1907  typical
  1908  ugly
  1909  umbrella
  1910  unable
  1911  unaware
  1912  uncle
  1913  uncover
  1914  under
  1915  undo
  1916  unfair
  1917  unfold
  1918  unhappy
  1919  uniform
  1920  unique
  1921  unit
  1922  universe
  1923  unknown
  1924  unlock
  1925  until
  1926  unusual
  1927  unveil
  1928  update
  1929  upgrade
  1930  uphold
  1931  upon
  1932  upper
  1933  upset
  1934  urban
  1935  urge
  1936  usage
  1937  use
  1938  used
  1939  useful
  1940  useless
  1941  usual
  1942  utility
  1943  vacant
  1944  vacuum
  1945  vague
  1946  valid
  1947  valley
  1948  valve
  1949  van
  1950  vanish
  1951  vapor
  1952  various
  1953  vast
  1954  vault
  1955  vehicle
  1956  velvet
  1957  vendor
  1958  venture
  1959  venue
  1960  verb
  1961  verify
  1962  version
  1963  very
  1964  vessel
  1965  veteran
  1966  viable
  1967  vibrant
  1968  vicious
  1969  victory
  1970  video
  1971  view
  1972  village
  1973  vintage
  1974  violin
  1975  virtual
  1976  virus
  1977  visa
  1978  visit
  1979  visual
  1980  vital
  1981  vivid
  1982  vocal
  1983  voice
  1984  void
  1985  volcano
  1986  volume
  1987  vote
  1988  voyage
  1989  wage
  1990  wagon
  1991  wait
  1992  walk
  1993  wall
  1994  walnut
  1995  want
  1996  warfare
  1997  warm
  1998  warrior
  1999  wash
  2000  wasp
  2001  waste
  2002  water
  2003  wave
  2004  way
  2005  wealth
  2006  weapon
  2007  wear
  2008  weasel
  2009  weather
  2010  web
  2011  wedding
  2012  weekend
  2013  weird
  2014  welcome
  2015  west
  2016  wet
  2017  whale
  2018  what
  2019  wheat
  2020  wheel
  2021  when
  2022  where
  2023  whip
  2024  whisper
  2025  wide
  2026  width
  2027  wife
  2028  wild
  2029  will
  2030  win
  2031  window
  2032  wine
  2033  wing
  2034  wink
  2035  winner
  2036  winter
  2037  wire
  2038  wisdom
  2039  wise
  2040  wish
  2041  witness
  2042  wolf
  2043  woman
  2044  wonder
  2045  wood
  2046  wool
  2047  word
  2048  work
  2049  world
  2050  worry
  2051  worth
  2052  wrap
  2053  wreck
  2054  wrestle
  2055  wrist
  2056  write
  2057  wrong
  2058  yard
  2059  year
  2060  yellow
  2061  you
  2062  young
  2063  youth
  2064  zebra
  2065  zero
  2066  zone
  2067  zoo
  2068  `