Permalink
Cannot retrieve contributors at this time
/* | |
Food for thought: «Within a national language area it is usually fairly evident what the | |
normalised or "notional" pronunciation should be; but a more scientific, statistically- | |
based procedure would have to be used internationally for the same purpose.... | |
Attempts have already been made to define this standard speech. The late Professor | |
A C Gimson suggested a decreolised but rhotic Caribbean speech for this role within | |
the English-speaking world. South African speech, in which the [r] has a rolled or | |
trilled pronunciation, has also been advocated. To mention a few verbal examples, a | |
suitable pronunciation according to international norms might have "vee-uh" rather | |
than "vie-uh" for "via"; likewise "fin-ance" rather than "fie-nance"; "dee-alect" | |
rather than "die-alect"; "anti-bee-otic" rather than "anti-bie-otic"; "Iran-ian" | |
rather than "Eye-rayn-ian" etc.. Words with "long vowels" might have two | |
pronunciations - current English, and a normalised "continental type" associated | |
with the international dialect e.g. "make" might be pronounced as "maak": closer | |
to the spelling (and an older pronunciation). Consonants [c, g, j] might be "hard", | |
i.e. "okean, gem (not /dzhem/), yoint". These sounds might be brought about by the | |
orthoepic effect of the written form.» http://bahai-library.com/books/lango/lang32.html | |
«The 1967 decision by the United Nations Organisation to standardise geographical names worldwide in Roman script» | |
TODO: look up the standardized names and see if standard pronunciations exist | |
*/ | |
Pronouns = { | |
// There is no separate possessive pronoun, e.g. "this bi mie" = "this is mine" | |
(ie , mi , mie ) | |
(wi , us , us'z ) | |
(yoo , yoo , yooz ) | |
(it , it , it'z ) | |
(hi , him , hiz ) | |
(shi , shim , shiz ) | |
(zey , zeym , zeyz ) | |
(sey , ``, ``) // Refers to nothing, like se in Spanish. Allows the subject to be omitted. | |
(they, theym, theyz) | |
(that, that, that'z) // plural thats (you can use singular in adjectival form) | |
(this, this, this'z) // plural this's | |
(hoo, hoom, hooz ) | |
} | |
// Names of the letters of the alphabet | |
// | |
// A E I O U => AE EE IE OE UE | |
// B C D P T V Z => same as in English | |
// Ae Bee Cee Dee Ee Fee Gee Hee Ie Jey Key Lee Mee Nee Oe Pee Que Ree See Tee Ue Vee Wee (Dubul-ue) Ex Yee Zee. | |
// @nd = notable deviation from English, e.g. | |
// - word split (two/to/too => twen/tu/too, four/for => for/fer) | |
// - unusual use of a morpheme ("w.r.t." [with respect to] is now a preposition "wert") | |
// - foreign word ("se.guun" = said means "according to") | |
// @md = common meaning of English word deleted, e.g. | |
// - The two forms of "get", get and got, each get only certain meanings of that word | |
// @pd = predictable derivation, e.g. hoo => hooz, needa => need | |
// Also watch out for deleted words, marked by @error | |
Top5000 = { | |
@det the = the // a specific instance of something that a person is thinking of. | |
// "the" can also be used to treat an adjective as a noun: Ie wona the bluu. | |
@det la = the // the template of, typical member of a category: la burd = a typical bird. | |
@nd @v bi = (be, is, are, am) | |
@v @p wuza = (was, were) | |
@engerror @atstart bi => iz | |
@conj (an, @alt and) = and | |
@nd @prep wert = ("with respect to", regarding, concerning, on, of, for, in, at) | |
@prep uv = of | |
@prep in = in | |
@prep @special tu = to // preposition or infinitive marker | |
@prep yeh = (at, in, on, of, for) // generic preposition | |
@av hav = have // auxiliary verb | |
@v hava = have | |
// #10 | |
@pr it = it | |
@pr ie = I | |
@nd @conj thut = that | |
@conj sothut = `so that` | |
@engerror ("so thut", "so that") => `sothut` | |
// meaning: intended to belong to [That's for you], for the benefit of [I'm here for you], in favor of [group for electoral reform], having as a destination [headed for space], for a duration of [fer twen yeers] "for" = 4 | |
@prep fer = for | |
// meaning: because of having done so [in jail for murder], in exchange for [two for one] | |
@prep ferun = for | |
@engerror fer => (ferun, t'word) | |
@pr yoo = you | |
@pr hi = he | |
@nd zey = "he/she" | |
@nd @pd @o zeym = "him/her" | |
@nd @pd zeyz = "his/her" | |
@pr @pd @o him = him | |
@prep with = with | |
@prep on = on | |
@v dooa = (do, does, @p did) | |
@av du = (do, does) | |
@av did = did | |
@av doen = (don't, doesn't) | |
@av did'n = didn't | |
@v seya = (say, state, @rare utter, @rare voice) | |
// #20 | |
@pr this = this | |
@pr they = they | |
@prep at = at | |
@conj but = but | |
@pr wi = we | |
@pr @o us = we | |
@pp hiz = his | |
@prep frum = from | |
@md @pr that = that | |
@det that = that | |
@neg not = not | |
@neg doen = (don't, doesn't) | |
// #30 | |
@prep bie = by // lengua de planeta uses "da" for nominative particle, no source lang specified | |
@pr shi = she | |
@conj or = or | |
@conj az = as | |
@q @pr wut = what | |
@q @det wut = what | |
@q @det wuttiepa = "what kind of" | |
@v goea = go | |
@nd @pp theyz = their | |
@v aebla = (can, "be able") | |
@q @pr hoo = who | |
@v @md geta = get // to receive a noun, or take on the state of an adjective | |
@v @md goe-geta = "go get" // to acquire, to go get | |
@engerror geta => (groka, under.standa, goe-geta) | |
// #40 | |
@conj if = if | |
@av @md wuud = would | |
@possibly wuud => wuuda | |
@av wuudid = would | |
@nd @pp shiz = her | |
@det ol = all | |
@222 @adv ol = all // adv as in "we all are here" | |
@pp mie = my | |
// two meanings: to create, or to cause to be or do something: ie maeka theym red. | |
// unambiguous, since the latter usage has different syntax. | |
@v maeka = (make, create) | |
@prep `'bout` = about | |
@v noea = know // a person | |
@v noela = know // a fact | |
@av (il, @ext wil) = will | |
@av woen = won't | |
@v uezta = `used to` | |
@prep az = as | |
// #50 | |
@adv up = up | |
@nm wun = one // noun or noun modifier | |
@n tiem = time | |
@tn ves = time // Spanish vez, French fois: an occasion | |
@engerror tiem => ves | |
@adv therr = there | |
@n yeer = year | |
@n @error yir => yeer | |
@adv @conj so = so // "so-that" phrases are a special case: "so hot thut mie coet gofloeda" | |
@engerror (`so far`, `thus far`) => `up to now` | |
@v thhinka = think | |
@q @conj wen = when | |
@q @det wich = which | |
@nd @pd @pr @o theym = them | |
// #60 | |
@det sum = some | |
@pr @o mi = me | |
@n @pl peepul = (people, @rare folk) | |
//@1346 @_ _ = folk // n 28698 | |
@v taeka = take // 1. "take" or "bring by force" (the other person may be willing) 2. consume time or resources | |
@v taekouta = "take out" | |
@engerror taeka => bringa | |
@adv out = out | |
@prep intu = into | |
@adv just = just // simply | |
@engerror just => (jus, slietly, only, `hapen-iv`) | |
@engerror "just az" => "zakly az" | |
@engerror "just liek" => "zakly liek" | |
@adv `zak-now` = "right now" | |
@v seea = see | |
@pr @o him = him // "Peepul aebla seea him!" | |
@nd @pp yooz = your | |
// #70 | |
@v cuma = come | |
@av cuud = could // wuud can | |
@engerror cuud => canda // past tense of can | |
@adv now = now | |
@conj than = than | |
@conj liek = like | |
@prep liek = like | |
@adj uther = other | |
@337 @nm uther = other // n | |
@q @adv how = how | |
@conj then = then | |
@nd @pp it'z = its | |
@nd @pd @pp us'z = our | |
// #80 | |
@nd @nm twen = two | |
@adv mor = more | |
@det mor = more | |
@nd @pr this's = these | |
@v wona = want | |
@n wey = way | |
@v looka = look // means "to have an appearance". Must use "seea" or "lookata" for looking at | |
// "Look" is oddball: it changes meaning when combined with a preposition | |
// So we'll also include seek in Ungglish, which will have only one meaning. | |
@v `look-ata` = `look at` | |
@v (`look-fora`, @ext seeka) = `look for` | |
@v `look-ina` = `look in` | |
@v `look-toa` = `look to` | |
@nm furst = first | |
@adv (olso, @ext too) = also // "too" can only appear at the end of a phrase | |
@engerror too => oeverly | |
@engerror `too much` => toomuch | |
@adj noo = new | |
@conj cuz = because | |
@prep cuzuv = (`because of`, `due to`) | |
// #90 | |
@det mor = more | |
@v uez = use // v | |
@det @adv no = no // a | |
@n (hi-dult, @ext man) = man // n | |
@v founa = find // v ??? - false friend and past tense problem | |
@adv hir = here // adv Normally would be spelled "heer" but changing the spelling increases the difference with heera (hear) while saving a letter in this common word | |
@n thhing = thing // n | |
@v giva = give // v | |
@det @pr meny = many // det | |
// #100 | |
@adv wel = well // adv - "pues, nu" | |
@engerror wel => (goodly, helthful) | |
@adv goodly = well | |
@adv oenly = only // adv | |
@nd @pr thats = those // det | |
@v tela = tell // v | |
@pr wun = one // pr | |
@adv verry = (very, quite) // adv | |
@nd @pr @pd @o shim = her // pr | |
@adv @det eeven = even // adv | |
@error eevun => eeven // adv | |
@adv back = back // adv | |
@det eny = any // det | |
@adj good = good // adj | |
@n (`shi-dult`, @ext woomun) = woman // n | |
@prep @adv `thhru` = through // prep | |
@pr us = us // pr | |
@n lief = life // n | |
@n kid = kid // n | |
@v wurka = (work, labor) // v | |
@v funksha = (function, work) | |
@adv down = down // adv | |
@v @error (miet, mieta, meya) => mey // v | |
@prep @(@260 conj) after = after // prep | |
@av shuud = should // v | |
@v cola = call // v | |
@n (wurl, wurld) = world // n | |
@prep oever = over // prep | |
@n scool = school // n | |
@adv stil = still // adv | |
@v triea = try // v | |
@particle in = in // adv | |
//adv? @ = as // adv | |
@nm last = last // nm | |
@v aska = ask // v | |
@v `ask-fora` = "ask for" // v | |
@v needa = need // v | |
@adv oeverly = too // adv ("too" is oddball - only means "overly" when applied to adjectives, otherwise means "olso") | |
@v feela = feel // v | |
@nd @nm thhree = three // nm | |
@q @adv wen = when // adv | |
@n staet = state // n (status) | |
@n `staet-eng` = state // country, or state of the united states | |
@engerror staet => staetun | |
@adv never = never // adv | |
@v be.cuma = become // v | |
@prep be.tween = between // prep | |
@adj hie = high // adj | |
@adv reely = really // adv | |
@n sumthhing = something // pr | |
@adv @det moest = most // adv | |
@det uther = another // det | |
@det @pr much = much // det ??? | |
@det toomuch = `too much` // det ??? | |
@n (famly, family) = family // n ly ending? nah | |
@det oen = own // det det-adj? | |
@prep out = out // prep | |
@150 @v leeva = leave // v | |
@151 @v puuta = put // v | |
@error puutupwitha => en.duura | |
@152 @adj @ext oeld = old // adj (two meanings: opposite of young, opposite of new) | |
@adj `des-yung` = old | |
@adj `des-noo` = old | |
@153 @conj wiel = while // conj | |
@154 @v meena = mean // v | |
@155 @adv on = on // adv | |
@156 @v keepa = keep // v | |
@engerror @v keepa => (hava, `kerr-fora`, dooa) | |
@engerror "keepa noet" => "rieta noet" | |
@engerror "keepa noets" => "rieta noets" | |
@engerror "keepa jurnul" => "rietina jurnul" | |
@engerror "keepa mie promis" => "dooa mie promis" | |
@engerror "keepa the promis" => "dooa the promis" | |
@157 @n `lurn-ist` = student // n | |
@n `lurn-er` = learner | |
@158 @q @adv wie = why // adv | |
@159 @v leta = (let, allow) // v | |
@160 @adj (`suuper-good`, @ext graet) = great // adj | |
@161 @adj saem = same // det | |
@162 @adj big = big // adj | |
@163 @n groop = group // n | |
@164 @v starta = begin // v | |
@165 @v seema = seem // v | |
@166 @n cuntry = country // n | |
@167 @v helpa = help // v | |
@168 @v toka = talk // v | |
@169 @conj werr = where // conj | |
@170 @v turna = turn // v | |
@171 @n problem = (problem, @984 trouble) // n | |
@171 @n "in problems" = "in trouble" | |
@172 @det evry = every // a | |
@173 @v starta = start // v | |
@174 @n hand = hand // n | |
@175 @v mey = (might, may) // v | |
@176 @n Amerrikian = American // adj | |
@177 @v shoea = show // v | |
@178 @n part = part // n | |
@179 @adv `'bout` = about // adv | |
@180 @prep `'genst` = against // prep | |
@181 @n plaes = place // n | |
@182 @adv oever = over // adv | |
@183 @det such = such // det | |
@184 @adv `'gen` = again // adv | |
@185 @det fue = few // det | |
@186 @n caes = case // n situation, instance of a crime or task | |
@engerror caes => pack // n split into multiple words? | |
@187 @det moest = most // det | |
@188 @tn week = week // n | |
@189 @n cumpuny = company // n | |
@190 @q @adv werr = where // adv | |
@191 @n system = system // n | |
@192 @det eech = each // det | |
@193 @adv riet = right // adv ??? | |
@engerror @n riet => opleft | |
@engerror (@adj, @adv) riet => ex.actly | |
@194 @n proegram = program // n | |
@engerror proegram => `plan-doc` // n | |
@195 @v heera = hear // v | |
@196 @conj so = so // conj | |
@197 @n (`ask-ens`, queschun) = question// n | |
@198 @prep during = during // prep | |
@199 @n wurk = work // n | |
// #200 | |
@200 @v pleya = play // v (play a game) | |
@200 @v `pley-enga` = play // v (play an instrument) | |
@201 @n `guvern-mint` = government // n | |
@n `guvern-ij` = governance // n | |
@202 @v runa = run // v | |
@203 @adj smol = small // adj | |
@204 @n number = number // n | |
@205 @adv off = off // adv | |
@error of => (off, uv) | |
@206 @adv olweys = always // adv | |
@207 @v moova = move // v | |
@208 @v lieka = like // v | |
@209 @n niet = night // n | |
@210 @v liefa = live // v - avoiding conflict with leeva since i-ee is a minimal pair | |
@210 @error liva => liefa // v - conflict with leeva! | |
@211 @adj `Mr.` = `Mr.` // n | |
@212 @n point = point // n (a specific location) | |
@n `end-point` = (point, "pointy end") | |
@213 @v `be.leeva` = believe // v | |
@214 @v hoelda = hold // v | |
@n hoeld = hold // v (storage area) | |
@215 @adv @n (`now-dey`, @ext t'dey) = today // adv | |
@216 @v bringa = bring // v | |
@217 @v hapena = happen // v | |
@218 @nm next = next // nm | |
@219 @prep `wiithout` = without // prep | |
@368 @conj be.for = before // conj | |
@220 @prep be.for = before // prep | |
@221 @adj big = large // adj | |
@223 @nm miliun = million // nm | |
@224 @v havta = must // v | |
@224 @error must => havta | |
@224 @error musta => havta | |
@225 @n (`hous-ey`, @ext hoem) = home // n | |
@226 @prep under = under // prep | |
@227 @n woter = water // n | |
@228 @n @suffix room = room // n | |
@229 @v rieta = write // v | |
@230 @n mom = mother // n ??? | |
@error @n muther => mom | |
@231 @n erria = area // n | |
@232 @adj (`cuntr-ic`, national) = national // adj ??? | |
@233 @n muny = money // n | |
@234 @n story = story // n | |
@235 @adj yung = young // adj | |
@236 @n fact = fact // n | |
@237 @tn munth = month // n | |
@238 @adj (`des-saem`, @ext difrent) = different // adj | |
@239 @pr `'lot` = "a lot" // n | |
@240 @n riet = right // n - as in "right to liberty", not "right side" or "correct" | |
@240 @engerror @n riet => (`op-left`, corect, `des-rong`) | |
@241 @n study = study // n - could replace "analysis", "investigation" | |
@242 @n (book, `paej-set`) = book // n | |
@243 @n `see-ster` = eye // n | |
@244 @n (peydwurk, @ext job) = job // n ??? | |
@245 @n wurd = word // n | |
@246 @conj @adv tho = though // conj | |
@247 @n biznes = business // n | |
@248 @n isue = issue // n | |
@248 @error (ishue, ishuu) => isue // n | |
@249 @n sied = side // n | |
@n `op-sied` = ("corresponding side", "opposite side") // n | |
@250 @n tiep = kind // n | |
@251 @nm for = four // nm | |
@251 @error @prep for => fer | |
@252 @n hed = head // n | |
@252 @engerror @n hed => leeder // n | |
@253 @adv far = far // adv | |
@254 @adj black = black // adj | |
@255 @adj long = long // adj | |
@256 @det boeth = both // det ??? conflict! | |
@error (litl, litul) => (smol, `des-much`) // adj | |
@258 @n hous = (house, @1981 household) // n | |
//@1981 @n hous = household // n 18450 | |
@259 @intj yes = yes // intj | |
@261 @conj after = since // conj | |
@262 @adv longly = long // adv | |
@263 @v (`giv-giva`, @ext pr'vieda) = provide // v something derived from giva??? | |
@264 @n `serv-ij` = service // n | |
@264 @n `serv-ens` = service // n | |
@265 @prep `'round` = around // prep | |
@266 @n frend = friend // n | |
@267 @adj importent = important // adj | |
@268 @n (`op-mom`, @ext dad) = father // n ??? | |
@269 @v sita = sit // v | |
@270 @adv `'wey` = away // adv | |
@270 @post `'wey` = away // adv (postposition: 5 yards away) | |
@271 @conj til = (until, @4949 till) // conj | |
@error `'ntil` => til | |
@272 @n power = power // n | |
@nd `ee-power` = power // electricity | |
@273 @n our = hour // n | |
@engerror our => us'z | |
@274 @n gaem = game // n | |
@275 @adv (ofen, `'lot-ly`) = often // adv | |
@276 @adv yet = yet // adv | |
@engerror stil => yet | |
@277 @n lien = line // n | |
@277 @n lienup = line | |
@engerror lien => lienup | |
@278 @adj `polit-ic` = political // adj ??? | |
@279 @n end = end // n | |
@280 @prep `'mung` = among // prep | |
@281 @adv (enywen, @ext ever) = ever // adv | |
@282 @v standa = stand // v | |
@283 @adj (desgood, bad) = bad // adj | |
@284 @v looza = lose // v | |
@285 @adv however = however // adv | |
@286 @n member = member // n | |
@287 @v peya = pay // v | |
@288 @n law = law // n | |
@289 @v meeta = meet // v | |
@290 @n car = car // n | |
@291 @n city = city // n | |
@292 @adv olmoes = (almost, @599 nearly) // adv | |
@293 @v `iincluuda` = include // v | |
@294 @v (keepa, @ext c'ntinuea) = continue // v | |
@295 @v seta = set // v | |
@296 @adv laeter = later // adv | |
@297 @v (peepulgroop, @ext cumuenity) = community // n | |
@299 @n naem = name // n | |
@300 @nm fiev = five // nm | |
@301 @adv @n `wun-vis` = once // adv | |
@302 @adj wiet = white // adj | |
@303 @adv leest = least // adv | |
@304 @n prezident = president // n | |
@305 @v lerna = learn // v | |
@306 @adj reel = real // adj | |
@307 @v chaenja = change // v | |
@308 @n teem = team // n | |
@309 @n minut = minute // n | |
@310 @adj (goodmoes, @ext best) = best // adj | |
@311 @d sevrul = several // det | |
@312 @n `ie.dia` = idea // n | |
@313 @n kid = kid // n | |
@314 @n body = body // n | |
@315 @n info = information // n | |
@315 @error `infer.maetion` => info | |
@315 @error `iinf'rmaetion` => info | |
@316 @pr `noe-thhing` = nothing // pr | |
@error (nuthing, nuthhing) => noethhing | |
@317 @post 'go = ago // adv // for future/distance: "frum now", "frum hir" | |
@319 @v leeda = lead // v | |
@320 @adj soecial = social // adj | |
@321 @v (under.standa, groka) = understand // v | |
@322 @conj wether = whether // conj conflict with weather ??? | |
@323 @n back = back // n | |
@324 @v (`see-see-a`, @ext wocha) = watch // v | |
@325 @adv (with.ly, @ext t'gether) = together // adv | |
@326 @v foloea = follow // v | |
@327 @adv `'round` = around // adv | |
@328 @n (`zey-mom`, @ext perrent) = parent // n | |
@329 @adj oenli = only // adj | |
@330 @v stopa = stop // v | |
@331 @n faes = face // n | |
@332 @pr `eny-thhing` = anything // pr | |
@333 @v @ext cree.aeta = create // v (maeka is sufficient) | |
@334 @adj public = public // adj | |
@335 @adv olredy = already // adv | |
@336 @v @tr `tok-in-a` = speak // v | |
@336 @v @intr `tok-a` = speak // v | |
@error speeka => (`toka, `tok-ina`) | |
@338 @v reeda = read // v | |
@339 @n level = level // n | |
@340 @v @error 'lowa => leta | |
@341 @v ada = add // v | |
@342 @n ofis = office // n | |
@343 @v spenda = spend // v | |
@344 @n dor = door // n | |
@345 @n helth = health // n | |
@346 @n persun = person // n | |
@347 @n art = art // n | |
@348 @adj shur = sure // adj | |
@349 @prep such = such // prep preposition, really? | |
@350 @n wor = war // n | |
@351 @n (`his.tor-y`, @ext histury) = history // n | |
@352 @n party = party // n | |
@353 @prep within = within // prep | |
@354 @v groea = grow // v | |
@355 @n r'zult = result // n | |
@356 @v (`des-cloeza`, @ext opena) = open // v | |
@357 @n chaenj = change // n | |
@358 @tn (morn, @ext morning) = morning // n | |
@359 @v woka = walk // v | |
@360 @n reezun = reason // n | |
@361 @adj (deshie, @ext loe) = low // adj | |
@362 @v wina = win // v | |
@363 @n riserch = research // n | |
@364 @n (`shi-kid`, @ext gurl) = girl // n | |
@365 @n gie = guy // n | |
@n gal = gal // n | |
@366 @adj (deslaet, @ext erli) = early // adj | |
@367 @n food = food // n | |
@369 @n moment = moment // n | |
@370 @pr @pd `him-.self` = himself // pr | |
@pr @pd `zim-.self` = "him/herself" // pr | |
@371 @n err = air // n | |
@engerror erra => (`doo-mistaeka`, `doo-errera`) // n | |
@372 @n teechist = teacher // n | |
@373 @n @pd fors = force // n | |
@374 @v ofra = offer // v | |
@error @v `ofera` => ofra | |
@375 @adv 'nuf = enough // adv | |
@376 @adv both => both.ly // adv | |
@v eduecaeta = educate | |
@377 @n eduecaetion = education // n | |
@378 @prep 'cros = across // prep | |
@error @conj ol.tho => tho // conj | |
@380 @v r'membra = remember // v | |
@381 @n foot = foot // n | |
@382 @nm twenth = second // nm | |
@383 @n `hi-kid` = boy // n | |
@384 @adj meybi = maybe // adv | |
@385 @prep t'word = toward // prep | |
@386 @adj aebl = able // adj | |
@387 @n aej = age // n | |
@388 @prep off = off // prep | |
@389 @n policy = policy // n | |
@390 @pr `evry-thhing` = everything // pr | |
@391 @v luva = love // v | |
@392 @n proces = process // n | |
@393 @n muezic = music // n | |
@394 @prep iincluuding = including // prep | |
@395 @v `thhink-abouta` = consider // v | |
@396 @v `'peera` = appear // v (to be located; to become visible) | |
@engerror `'peera` => looka // v | |
@397 @adv acchuuly = actually // adv | |
@398 @v biea = buy // v | |
@399 @adv (`hie-chans-ly`, probly) = probably // adv | |
@400 @n huemam = human // adj | |
@401 @v weita = wait // v | |
@402 @v serva = serve // v | |
@403 @n market = market // n | |
@404 @v (desliefa, @ext diea) = die // v | |
@405 @v senda = (send, @3843 ship) // v | |
@406 @v ex.pecta = expect // v | |
@407 @adv (`hous-wur`, @ext `hoem-wur`) = home // adv | |
@407 @adv (`in-hous`, @ext `in-hoem`) = home // adv | |
@407 @adv "in hous" = ("in house", "in-house") // adv | |
@407 @adv "in hoem" = ("in home", "in-home") // adv | |
@407 @adj "in-hous-ic" = "in-house" // adv | |
@407 @adj "in-hoem-ic" = "in-home" // adv | |
@408 @n sens = sense // n | |
@409 @v bilda = build // v | |
@410 @v steya = stay // v | |
@411 @v fola = fall // v | |
@412 @intj oh = oh // intj | |
@error @n nation => cuntry | |
@414 @n plan = plan // n | |
@415 @v cut = cut // v | |
@416 @n colegj = college // n | |
@417 @n interest = interest // n | |
@418 @n dethh = death // n | |
//@419 @ = course // adv ??? | |
@419 @adv `'vcorse` = "of course" // adv | |
@420 @pr `sum-wun` = someone // pr | |
@421 @n ex.piriuns = experience // n | |
@422 @prep be.hiend = behind // prep | |
@423 @v reecha = reach // v | |
@424 @adj locul = local // adj | |
@425 @v (`die-dena`, @ext kila) = kill // v | |
@426 @nm six = six // nm | |
@427 @v (stey, @ext re.meina) = remain // v | |
@428 @n e.fect = effect // n | |
@429 @n `uez-ij` = use // n | |
@430 @intj yah = yeah // intj | |
@431 @v sug.jesta = suggest // v | |
@432 @n clas = class // n (means 'category') | |
@engerror clas => cors | |
@433 @n cun.troel = control // n | |
@434 @v (upa, @ext reiza) = raise // v | |
@error @v raeza => (upa, c'lecta) | |
@435 @n kerr = care // n | |
@error @adv perhaps => meybi // adv | |
@438 @adj laet = late // adj | |
@439 @adj (`des-soft`, @ext `hard-eng`) = hard // adj "hard reset" is incorrect, use "dessoft reset" | |
@440 @n feeld = field // n (area of ground) conflict???: past participle of feela | |
@440 @n ology = field // n | |
@error @adv (utherly, morly, els) => else // adverb form of "other" | |
@441 @x els = else // nmeans "other" and appars after someone, anyone, everyone, somewhere, anywhere, etc. Also "or else" and wherever else, whoever else... | |
@442 @v pasa = pass // v (to travel by) | |
@engerror @v pasa => (senda, giva) // v | |
@443 @adj (past, @ext former) = former // det (huh? it's not a determinant) | |
@444 @v (`op-biea`, @ext sela) = sell // v | |
@445 @adj (largj, @ext maejer) = major // adj | |
@446 @adv `sum-tiem-ly` = sometimes // adv | |
@error @v re.quier => needa // v | |
@448 @prep @adv `'long` = along // prep (on a path beside something or someone) | |
@449 @n `maek-maek-ij` = development // n | |
@error @n de.velupment => `maekij` // n | |
@450 @pr @pd theym.selfs = themselves // pr | |
@451 @v re.porta = report // v | |
@452 @n roel = role // n | |
@453 @adj (`good-mor`, @ext beter) = better // adj | |
@error @adj beter => goodmor // adj | |
@454 @adj @pd @nd (`econom-ic`, @ext ecu.nomic) = economic // adj | |
@455 @n (trieo, @ext efert) = effort // n | |
@456 @prep up = up // prep | |
@error @v de.cieda => picka // v | |
@458 @n raet = rate // n | |
@459 @adj strong = strong // adj | |
@460 @n `hapen-iv` = possible // adj | |
@error (pos'bul, posibl) => (hapeniv, @ext `loe-chans-ic`) | |
@461 @n hart = heart // n | |
@462 @n drug = drug // n | |
@463 @v shoe = (show, @rare produce) // n | |
@464 @n leeder = leader // n | |
@465 @n @md liet = light // n | |
@engerror @adj liet => `des-hevi` | |
@466 @n (`sing-ster`, @ext vois) = voice // n | |
@v @ext voisa = voice | |
// foot (standster), hand (grabster), leg, arm, torso, finger... | |
// seester (eye), heerster (ear), smelster (nose), lickster (toungue), | |
// bietster (teeth, especially the incisors), chuuster (molar teeth), eetstur (mouth), | |
// singster or soundster (vocal cords), diejestster (intestines) | |
// tuchster (skin), peester (male or female), sitster (butt). | |
@467 @n (`shi-spous`, @ext wief) = wife // n | |
@468 @adj hoel = whole // adj | |
@engerror @n hoel => (pit, hoeleng) | |
@469 @n p'lis = p'lis // n (decided against "cop" because it can't be used as a verb) | |
@470 @n @ext miend = mind // n | |
@471 @adv `fienul-ly` = finally // adv | |
@472 @v pula = pull // v | |
@473 @v (goebacka, @ext r'turna) = return // v | |
@474 @adj free = free // adj (as in freedom) | |
@engerror @adj free => `cost-lus` | |
@engerror @adj free => `cost-lus` | |
@adj `cost-lus` = ("free of charge", gratis) | |
@root milit = military | |
@475 @adj `milit-ic` = military // adj | |
@3324 @n `milit-erry` = military // adj | |
@476 @n @ext pries = price // n | |
@477 @n re.port = report // n | |
@478 @adv les = less // adv | |
@620 @det les = less // det 62154 | |
@479 @prep @nd se.guun = "according to" // prep (from Spanish) | |
@error @n de.cision => pick // n | |
@481 @v (teecha, @ext ex.pleina) = explain // v | |
@482 @nd @n `hi-chield` = son // n Unusual pronunciation! | |
@483 @v hoepa = hope // v | |
// @484 @ = even // conj Doesn't exist as conjunction | |
@485 @v `maek-maeka` = develop // v | |
@486 @n (`see-dee`, @ext vue) = view // n | |
@487 @n re.laetionship = relationship // n | |
@488 @v (`lift-moova`, kerrya) = carry // v | |
@engerror `kerry-outa` => execueta | |
@489 @n (`smol-city`, @ext town) = town // n | |
@490 @n roed = road // n | |
@491 @v (uezcara, @ext drieva) = drive // v | |
@492 @n arm = arm // n | |
@493 @adj truu = `true` // adj | |
@error federul => national // adj | |
@495 @md @v braeka = break // v | |
@496 @adv `good-mor-ly` = better // adv | |
@497 @n (`des-saem-nes`, @ext `difrent-nes`) = difference // n | |
@498 @v @nd tanka = thank // v | |
@error @v re.ceeva => gota // v | |
@500 @n value = value // n | |
@501 @n `inter-national` = international // adj | |
@502 @n `bild-ens` = building // n | |
@503 @n action = action // n | |
@504 @adj ful = (full, comprehensive) // adj | |
`food-ful` = full | |
@505 @n modul = model // n | |
@506 @v joina = join // v | |
@507 @n @pd seezun = season // n | |
@508 @n socie'ty = society // n | |
@509 @prep b'cuz = because // prep | |
@510 @n tax = tax // n | |
@511 @n diirecter = director // n | |
@512 @adv (`des-laet-ly`, @ext `erli-ly`) = early // adv | |
@513 @nd @n loe.caetion = position // n | |
@514 @n `pley-er` = player // n | |
@515 @v `'greea` = agree // v | |
@516 @nd @adv specialy = especially // adv | |
@517 @n @nd re.cord = record // n | |
@518 @v chooza = choose // v | |
@519 @v werra = wear // v | |
@520 @n paeper = paper // n | |
@521 @adj special = special // adj | |
@522 @n spaes = space // n | |
@523 @n ground = ground // n | |
@524 @n form = form // n | |
@525 @v (`lift-fia`, `helpa`, @ext `supporta`) = support | |
@526 @n e.vent = event // n | |
@527 @n `'ficialeer` = official // n | |
@528 @(@q det) @conj `hoo-z` = whose // det | |
@529 @md @n mater = matter // n (does not mean "issue") | |
@530 @pr `evry-wun` = everyone // pr | |
@531 @n center = center // n (a place for a particular activity) | |
@991 @n midul = (@991 middle, @531 center) // n (the point exactly in between two edges) | |
@991 @n `zak-midul` = middle // n (the area in between two edges) | |
@991 @n `midul-part` = "middle part" // n (the area in between two edges) | |
@532 @error cupul => perr // n | |
@533 @n siet = site // n | |
@534 @v enda = end // v (end = stop and not start again, stop = stop with likelihood of starting again, finish = stop and complete) | |
@535 @n (`wurk-wurk`, @ext project) = project // n | |
@536 @v hita = hit // v | |
@537 @v baesa = base // v | |
@538 @n @pd (`act-iv-nes`, `act-ij`) = activity // n | |
@539 @n star = star // n (two meanings: literal and figurative) | |
@540 @n taebl = table // n (flat surface) Note: "bl" is specially allowed instead of "bul" | |
@540 @n `taebl-eng` = table // n (information in rows and columns) | |
@541 @n @pd need = need // n | |
@542 @n @md cort = court // n (court of law. Use "'reenai" (arena) for basketball) | |
@543 @v pr'dusa = produce // v | |
@engerror pr'dusa => shoea // "he produced his driver's license" | |
@544 @v eeta = eat // v | |
@545 @n @pd Amerikian = American // n | |
@546 @v teecha = teach // v | |
@547 @n oil = oil // n | |
@(@548 det) @(@1636 n) (haf, wun-twenth) = half // det | |
@549 @n @pd situeaetion = situation // n ??? not sure if we should keep this | |
@550 @adj eezi = easy // adj | |
@551 @n cost = cost // n | |
@552 @n industry = industry // n | |
@553 @n figyer = figure // n | |
@554 @n faes = face // v | |
@555 @n street = street // n | |
@556 @n imigj = image // n | |
@557 @p @pd it.self = itself // pr | |
@558 @n phoen = phone // n | |
@559 @adv eether = either // adv | |
@559 @error iether => eether // adv | |
@560 @n datun = data // n | |
@561 @v cuvera = cover // v | |
@engerror cuvera => tok'bouta, proetecta | |
@563 @n @ext picture = picture // n (a photo or drawing of a scene) | |
@564 @adj cleer => (clear, transparent) // (free of obstructions; unclouded) | |
@564 @adj `cleer-fi` => clear // (understandable, having clarity) | |
@engerror @adj cleer => (`see-in-'bul`, `see-thhru-'bul`, `unblockt`) // adj | |
@error @adv cleer => (`'wey`, `see-in-'bul`, `seeth-ru-'bul`) | |
@565 @n @pd practis = practice // n | |
@566 @n pees = piece // n Doesn't really conflict with pee, which is uncountable. The vegetable is called peevej. | |
@567 @n land = land // n | |
@568 @adj reecent = recent // adj | |
@569 @v desc.rieba = describe // v | |
@570 @n product = product // n | |
@571 @n (`helth-ist`, `medic-ist`, @ext doctur) = doctor // n | |
@572 @n wol = wall // n | |
@n `op-wol` = "opposite wall" // n | |
@573 @n (`op-helth-ist`, `sick-eer`, @ext paeshent) = patient // n | |
@574 @n `wurk-er` = worker // n | |
@575 @n nooz = news // n ??? could use a "related meaning" or "thingie" or "thing described by this adjective" suffix | |
@576 @n test = test // n | |
@577 @n moovi = movie // n | |
@578 @adj certin = certain // adj | |
@579 @n north = north // n | |
@580 @n @pd luv = love // n | |
@581 @adj (persunic, @ext persunul) = personal // adj | |
@582 @adj oepen = open // adj | |
@583 @n (help, `lift-ool`, @ext `support`) = support // n | |
@584 @adv simply = simply // adv ??? can we have a regular derivation rule for this? | |
@585 @nm (thhurth, @ext thhurd) = third // nm | |
@4612 @nm (`twen-thhreeth`, @ext `twen-thhurd`) = "two-thirds" // nm 5558 | |
@4857 @nm (`wun-thhreeth`, @ext `wun-thhurd`) = "one-third" // nm 5210 | |
@586 @n tecny = technology // n | |
@586 @n @pd `tecny-ology` = technology // n (tecnology) | |
@587 @v cacha = catch // v | |
@588 @n step = step // n | |
@589 @n baeby = baby // n | |
@590 @n @pd (com, `cum.puet-or`) = computer // n | |
@591 @n tiep = type // n | |
@592 @n a.tention = attention // n | |
@592 @v `pey-a.tentiona` = "pay attention" | |
@593 @n draw = draw // v | |
@594 @n film = film // n (a thin substance that covers something; a finish) | |
@engerror film => moovi | |
//@595 @ = Republican // n | |
@596 @n tree = tree // n | |
@597 @n sors = source // n | |
@598 @adj ref = red // adj | |
@600 @n @pd `orgun-iez-aetion` = organization // n | |
@602 @v cauza = cause // v | |
@603 @n herr = hair // n | |
@604 @n look = look // n ??? Two meanings - facial expression and appearance | |
@605 @v pointa = point // v different meaning from the noun | |
@606 @n @pd `hundred-yeer` = century // n | |
@607 @n evidens = evidence // n | |
@608 @n windo = window // n 68303 | |
@609 @adj hard = difficult // adj 63947 | |
@610 @v (`heer-heera`, @ext lisena) = listen // v 64984 | |
@611 @adv soon = soon // adv 63168 | |
@612 @n culture = culture // n 67128 | |
@613 @n billiun = billion // nm 65243 | |
@614 @n chans = chance // n 62682 | |
@615 @n @nd (`hi-siblin`, @ext bruther) = brother // n 63406 | |
@616 @n energy = energy // n 64139 | |
@617 @n @md (peeriud, @ext term) = period // n 64534 (time period) | |
@engerror "peeriud uv tiem" => peeriud | |
@engerror peeriud => `end-dot` | |
@engerror term => `wurd-fraez` // n 62962 | |
@618 @n @md cors = course // n 64012 means "a path". Use "studycors" or "scoolcors" for a school course | |
@619 @engerror @adj cors => ruf | |
@618 @n (studycors, scoolcors) = course // n 64012 | |
@619 @n @pd (`sun-seezun`, `hot-seezun`) = summer // n 62503 | |
@621 @v notisa = (@1048 notice, realize) // v 61732 | |
@621 @error reeulieza => notisa // v 61732 | |
`reel-ieza` = realize | |
@engerror `reelieza` => notisa | |
@622 @nm hundred = hundred // nm 61266 | |
@error @adj (avail'bul, aveil'bul) => (uez'bul, taek'bul) // adj 63187 | |
@624 @n plant = plant // n 63476 (organism) | |
@624 @n @ext `plant-eng` = plant // n 63476 (factory) | |
@engerror @n plant => `industr-erria` | |
@624 @n @pd (industry-erria, `pr'dus-erria`) = plant // n 63476 Two meanings! | |
@625 @n @adj `hie-chans-ic` = likely // adj 63002 | |
@626 @n `chans-t'-act`, @ext opor.tuuno) = opportunity // n 62422 | |
@628 @j (`des-long`, @ext short) = short // adj 60451 | |
@629 @n (`wurd-bit`, @ext leter) = letter // n 60369 two meanings! | |
@engerror leter => mesigj | |
@error (con.dition, cun.dition) => (staet, context, need-ij) // n 63489 | |
@631 @n (`chooz-ens`, @ext chois) = choice | |
@error @n chois => `chooz-ens` | |
@632 @n plaes = place // v 60927 | |
@633 @error singgul => `non-partner-ed` // adj 60072 | |
@634 @n ruul = rule // n 61062 | |
@engerror ruul => kingship | |
@635 @nd @pd @n (`shi-chield`, @ext dauter) = daughter | |
@nd @pd @n (`chield`, @ext offspring) = (offspring, child) | |
@636 @n `administr-ation` = administration // n 62071 | |
@637 @n south = south // n 60630 | |
@638 @n (`hi-spous`, @ext husbund) = husband // n 60126 | |
@639 @n Conggress = Congress // n 62841 | |
@640 @n flor = floor // n 62458 | |
@641 @n `goel-driev` = campaign // n 64172 | |
@642 @n (`um-um`, @ext m'teerial) = material // n 62440 | |
@643 @n `peepul-count` = population | |
@643 @n `peepul-set` = population | |
@643 @n @pd @ext popuelaetion = population | |
//@644 @_ _ = well // prep 61219 ??? this is not a preposition | |
@645 @n @pd col = call // n 59543 | |
@646 @n (`econom-im`, @ext `e.conumy`) = economy // n 60990 | |
@646 @n `cheep-iez-ij` = economy // n 60990 | |
@647 @nd @adj `med-ic` = medical // adj 59424 | |
@648 @pd @n `helth-ist` = doctor | |
@648 @n (`sick-eer-erria`, @ext hospitul) = hospital // n 58669 | |
@649 @n @pd `wurship-erria` = church // n 59466 | |
@650 @v cloeza = close // v 60884 | |
@651 @nm thhouzun = thousand // nm 58307 | |
@652 @n risk = risk // n 60432 | |
@653 @adj `now-ic` = current // adj 61252 | |
@654 @n fier = fire // n 59386 | |
@655 @n fueture = future // n 58020 | |
@656 @adj rong = wrong // adj two meanings: "incorrect" or "morally wrong" | |
@657 @v @ext involva = involve // v 59542 | |
@658 @n `de.fend-ij` = defense // n 59701 | |
@658 @n `de.fend-iv` = defense // n 59701 | |
@n `de.fend-mint` = "defense department" // n 59701 | |
@659 @pr `eni-wun` = anyone // pr 58274 | |
@660 @v `mor-ieza` = increase // v 60442 | |
@661 @n `saef-nes` = security // n 58914 | |
@662 @n (`muni-erria`, @ext bank) = bank // n 58992 | |
@663 @n `mie-.self` = myself // pr 59716 | |
@664 @adv shurly = certainly // adv 59739 | |
@error certenly => shurly | |
@665 @n west = west // n 58169 | |
@666 @n sport = sport // n 59006 | |
@667 @n bord = board // n 58436 ??? conflict (bor-d) | |
@668 @v sercha = search // v 58495 | |
@668 @v `serch-fora` = `search for` // v 58495 | |
@669 @prep per = per // prep 59432 | |
@engerror per => se.guun // according to | |
@670 @n subject = subject // n 61397 | |
@671 @n `'ficial-eer` = officer // n 57617 | |
@672 @adj (`des-public`, @ext prievut) = private // adj 57248 | |
@673 @n (semisleep, @ext rest) = rest // n 56714 | |
@674 @n (`act-act-ij`, `act-ij`) = behavior // n 62625 | |
@675 @v handula = (handle, "deal with") // v 57462 (deal with) | |
@676 @n (`per.form-ens`, `per.form-ij`, `entertaen-ment`) = performance // n 59909 | |
@677 @v fieta = fight // v 56886 | |
@678 @v thhroea = throw // v 57784 | |
@679 @n top = top // n 57743 | |
@680 @adv `quick-ly` = quickly // adv 56454 | |
//@443 @adj (past, @ext former) = former // det (huh? it's not a determinant) | |
@682 @n goel = goal // n 58728 | |
@683 @n secund = second // n 56022 (meaning 1/60 of a minute) | |
@engerror secund => twenth | |
@684 @n bed = bed // n 60304 | |
@685 @n `sort-ens` = order // n 56483 (an arrangement that follows some rule or pattern) | |
@685 @n order = (order, @3851 transaction) // n 56483 (a transactional request) | |
//@3851 @_ order = transaction // n 7418 | |
@engerror @n order => (`sort-ens`, `'raenj-ment`) // n 56483 | |
@686 @n author = author // n 58300 | |
@687 @v `ful-ieza` = fill // v 56915 // avoid conflict with "feel" | |
@688 @v repre.zenta = represent // v 58744 | |
@689 @v foecusa = focus // v 57177 | |
@690 @adj `uther-cuntric` = foreign // adj 57540 // narrower meaning than foreign (e.g. consider "foreign contaminant") | |
@690 @adj foren = foreign // adj 57540 | |
@691 @v dropa = drop // v 56448 | |
@692 @v plana = plan // v 55829 | |
@693 @n `blud-um` = blood // n 56351 | |
@694 @prep u.pon = upon // prep 57033 | |
@695 @n `aejent-mint` = agency // n 56954 | |
@696 @v pusha = push // v 56103 | |
@697 @n naeture = nature // n 57929 | |
@698 @n culur = color // n 56978 | |
@700 @adv reecently = recently // adv 55992 | |
@701 @n stor = (store, shop) // n 56147 (a place for buying goods) | |
// @1345 @n _ = shop // n 28589 | |
@701 @n `stor-hous` = (storehouse, store) // n 56147 (a storage facility or device) | |
@701 @n `stor-hous` = store // n 56147 (a storage facility or device) | |
@702 @v (lesieza, @ext redusa) = reduce // v 57029 | |
@703 @n sound = sound // n 56828 | |
@704 @v nota = note // v 57025 (the verb includes mental notes but the noun doesn't) | |
@705 @adj fien = fine // adj 55174 ??? two meanings | |
@706 @adv be.for = before // adv 55608 | |
@707 @prep @adv neer = near // prep 54869 | |
@708 @n (moovij, moovment) = movement // n 56201 | |
@709 @n paej = page // n 55937 | |
@710 @v entera = enter // v 54479 | |
@711 @v sherra = share // v 54010 | |
@error shera => sherra | |
@712 @prep than = than // prep 55719 | |
@713 @adj comun = common // adj 55940 | |
@714 @adj poor = poor // adj 53820 | |
//@715 @_ _ = other // pr 54372 (huh? this is not a pronoun) | |
@716 @adj `naeture-ic` = natural // adj 55526 | |
@717 @n raes = race // n 54838 (ethnicity) | |
@717 @n (`raes-ij`, `raes-gaem`) = race | |
@engerror raes => (raesij, raesgaem) | |
@718 @n @pd cun.cern = concern // n 55203 | |
@719 @n sireez = series // n 54549 | |
@720 @adj sig.nificunt = significant // adj 58947 | |
@721 @adj similur = similar // adj 55901 | |
@722 @adj hot = hot // adj 54601 | |
@723 @n lengguij = language // n 55799 | |
@724 @pr eech = each // pr 53663 | |
@725 @adv ueshuuully = usually // adv 53477 | |
@726 @n `re.spond-ens` = response // n 56342 | |
@engerror re.spons => `respond-ens` | |
@727 @adj @nd @pd died = dead // adj 55111 | |
@728 @v `up.ieza` = rise // v 53542 | |
@729 @n (anim, @ext animul) = animal // n 53127 | |
@730 @n facter = factor // n 57612 | |
@731 @n `ten-o-yeer` = decade // n 53727 | |
@732 @n articul = article // n 54871 | |
@733 @v `shoota` = shoot // v 53038 | |
@v `gun-shoota` = "shoot with a gun" // v 53038 | |
@734 @n eest = east // n 53010 | |
@735 @v saeva = save // v 52067 | |
@736 @nm seven = seven // nm 52011 | |
@737 @n `art-ist` = artist // n 54353 | |
//@738 @_ _ = away // prep 52005 (not a preposition) | |
@739 @n sceen = scene // n 51248 | |
@740 @n stock = stock // n 54305 | |
@741 @n (`wurk-lief`, @ext cureer) = career // n 52101 | |
@742 @n des.piet = despite // prep 51526 | |
@743 @adj `center-ic` = central // adj 52501 | |
@744 @nm eit = eight // nm 50871 | |
@745 @adv thus = thus // adv 57039 | |
@746 @n `treet-ment` = treatment // n 53390 | |
@746 @n `treet-um` = (medication, treatment) // n 53390 | |
@747 @prep bee.yond = beyond // prep 50742 | |
@748 @adj hapi = happy // adj 51669 | |
@749 @adv `zak-ly` = (exactly, just) // adv 52685 ("that's just what I need") | |
@749 @adv @ext `ex.act-ly` = exactly // adv 52685 | |
@750 @v pr'tecta = protect // v 50649 | |
@751 @n 'proech = approach // n 53980 | |
@752 @v (`fals-tok-a`, liea) = lie // v 51657 | |
@engerror liea => leya // v 51657 | |
@753 @n (`big-nes`, @ext siez) = size // n 51868 | |
@754 @n dog = dog // n 52347 | |
@755 @n (`muny-pool`, @ext fund) = fund // n 53859 | |
@756 @adj sirius = serious // adj 50285 | |
@engerror (`'cura`, oe.cura, u.cura) => hapena // v 52768 | |
@758 @n media = media // n 51798 (medium of communication) | |
@engerror media => `media-ology` // n 51798 (the | |
@759 @adj redi = ready // adj 50833 | |
@760 @n sien = sign // n 50045 | |
@engerror sien => (faetsien, signul) // n 50045 | |
@761 @n `thhink-ij` = thought // n 51509 | |
@762 @n list = list // n 50678 | |
@763 @n persun = individual // n 54738 | |
@764 @adj simpul = simple // adj 50583 | |
@765 @n quolity = quality // n 52224 ( | |
@765 @adj quolitey = quality // n 52224 (good quality) | |
@766 @n preshur = pressure // n 50773 | |
@767 @v ac.cepta = accept // v 49952 | |
@768 @n (`op-ask-ens`, @ext anser) = answer // n 49969 | |
@769 @nd `hard-eng-ly` = hard // adv 50793 | |
@770 @n reezors = resource // n 53398 | |
@771 @v `pick-outa` = identify // v 53484 | |
@772 @adj left = left // adj 50479 | |
@773 @n `meet-ens` = meeting // n 49916 | |
@774 @v (`find-outa`, @ext `de.termina`) = determine // v 52130 | |
@775 @v pre.perra = prepare // v 49208 | |
@776 @n `sick-mint` = disease // n 51211 | |
@777 @det @n wutever = whatever // det 50200 | |
@778 @n (succes, `des-fael-ens`) = success // n 50541 | |
@779 @v arguea = argue // v 51013 | |
@780 @n cup = cup // n 53633 | |
@781 @engerror `par.ticuelurly` => (speshully, spe.cificly) // particularly // adv 50329 | |
@782 @n `'mount` = amount // n 49944 | |
@783 @n `'bility` = ability // n 51476 | |
@784 @n (wurker, @ext staf) = staff // n 50177 | |
@785 @v ak.nolij = (acknowledge, recognize) // v 50042 | |
@785 @v recugnieza = (acknowledge, recognize) // v 50042 | |
@786 @v (`shoea`, @ext indicaeta) = indicate // v 53215 | |
@engerror kerricter => (glif, ethics, `fiction-us-eer`, `act-roel`) | |
// character, characterize, characteristic (n/adj) | |
@788 @n (`groe-ens`, `groe-ij`) = growth // n 50904 | |
@789 @n (`looz-ij`, `looz-ens`) = loss // n 49759 | |
@790 @n `de.gree` = degree // n 50612 | |
@791 @v wundera = wonder // v 50875 | |
@792 @n `'tack` = attack // n 50898 | |
@793 @pr `shim-.self` = herself // pr 52915 | |
@794 @n reejun = region // n 50914 | |
@795 @n (`tele-shoe-or`, television) = (television, TV) // n 49673 | |
@796 @n box = box // n 49667 | |
@798 @n `trein-ij` = training // n 49997 | |
@798 @n `trein-ens` = training // n 49997 | |
@799 @adv prity = pretty // adv 50385 (quite so, but not extremely or overly so) | |
@800 @n traed = trade // n 49696 | |
@801 @n (`agree-ment`, @ext deel) = deal // n 48975 | |
@802 @n election = election // n 51322 | |
@803 @pr `evry-wun` = everybody // pr 51147 | |
@804 @adj physicul = physical // adj 51451 | |
@805 @v leya = lay // v 49358 | |
@806 @adj jgenrul = general // adj 49657 | |
@807 @n `feel-ens` = feeling // n 47349 | |
@808 @n standurd = standard // n 49876 | |
@809 @n bil = bill // n 49011 (description of the price of goods or services sold) | |
@engerror bil => `pri-law` | |
@810 @n mesigj = message // n 47533 | |
@811 @v feila = fail // v 47503 | |
@812 @prep outsied = outside // prep 46628 | |
@813 @v (`des-leeva`, @ext `urieva`) = arrive // v 47435 | |
// analyze, analysis | |
@814 @n study = analysis // n 53840 | |
@815 @n (profitfi, @ext benefit) = benefit // n 48594 | |
@816 @n (naema, `giv-naema`) = name // v 47375 | |
@817 @n sex = sex // n 47827 | |
@engerror sex => jender // n 47827 | |
@818 @adv (`frunt-ward`, `pathh-ward`) = forward // adv 47877 | |
@819 @n `law-icist` = lawyer // n 47853 | |
@820 @v de.livera = present // v 49659 | |
@821 @n section = section // n 49764 | |
@822 @adj `en.vierment-ic` = environmental // adj 51192 | |
@858 @n en.vierment = environment // n 47807 | |
@engerror en.vierunment => en.vierment // n 47807 | |
@823 @n glas = glass // n 49686 | |
@824 @v `op-ask-ens` = answer // v 47661 | |
@825 @n skil = skill // n 50431 | |
@826 @n `shi-siblin` = sister // n 48183 | |
@827 @nd (PM, post-mid-dey) = PM // adv 54765 | |
@828 @n `colegj-teech-ist` = professor // n 46575 | |
@829 @n operaetion = operation // n 47276 | |
@830 @adj `fienans-ic` = financial // adj 47803 | |
@831 @n criem = crime // n 48010 | |
@832 @n staej = stage // n 46346 | |
@834 @v cum.perra = compare // v 48094 | |
@835 @n `au.thhority` = authority // n 47309 | |
@836 @v `des-hita` = miss // v 46525 | |
@836 @v `des-reecha` = miss // v 46525 | |
@836 @v misa = (`des-reecha`, `des-hita`, `des-cacha`) // v 46525 | |
@engerror misa => deshita | |
@837 @n de.zien = design // n 48605 | |
@838 @n sort = tiep // n 47086 | |
@839 @n wun = one // n 45596 | |
@840 @v acta = (act, perform) // v 45648 | |
@841 @nm ten = ten // nm 46827 | |
@842 @n `noel-ij` = knowledge // n 50335 | |
@843 @n gun = gun // n 47305 | |
@844 @n staetion = station // n 46299 | |
@845 @adj bluu = blue // adj 47622 | |
@847 @n stratejy = strategy // n 49126 | |
@848 @det `des-much` = little // det 45469 | |
@849 @adv cleer = clearly // adv 45912 | |
@850 @v `tok'bouta` = discuss // v 46852 | |
@851 @adv `in.fact` = indeed // adv 46184 | |
@852 @v forsa = force // v 44931 | |
@853 @n `truu-nes` = truth // n 45155 | |
@854 @n song = song // n 45352 | |
@855 @n ex.ampul = example // n 47134 | |
@856 @n (`ol-oecratic`, @ext `demo.cratic`) = democratic // adj 47299 | |
@857 @v checka = check // v 45760 | |
@859 @n leg = leg // n 47477 | |
@860 @adj dark = dark // adj 47565 | |
@861 @n public = public // n 45684 | |
@862 @adj verrius = various // adj 46777 | |
@863 @adv rather = preferly // adv 44934 | |
@864 @v lafa = laugh // v 48567 | |
@865 @v gesa = guess // v 48046 | |
@n ges = guess // v 48046 | |
@866 @n execuetist = executive // n 47338 | |
@engerror (execuetiv, executiv) => execuetist | |
@867 @n set = set // n 45121 | |
@868 @v studya = study // v 44897 | |
@869 @v proova = prove // v 44304 | |
@870 @v hanga = hang // v 46632 | |
@871 @adj @ext entier = entire // adj 43997 | |
@872 @n rock = rock // n 45225 | |
@error rocka => partya | |
@873 @v de.ziena = design // v 45946 | |
@874 @det `'nuf` = enough // det 44378 | |
@875 @v f'rgeta = forget // v 45571 | |
@876 @prep after = since // prep 45591 | |
@877 @v cleima = claim // v 44259 | |
@878 @n noet = note // n 44720 | |
@879 @v re.moova = remove // v 44683 | |
@error (erraesa, eraesa) => re.moova | |
@880 @n `manugj-er` = manager // n 46187 | |
@881 @n help = help // n 43721 | |
@error cloes => neer // adj 43568 | |
@883 @v sounda = sound // v 45311 | |
@884 @v `hav-joya` = enjoy // v 44020 ??? don't think we really need "enjoy" but hm | |
@885 @n netwurk = network // n 45122 | |
@886 @adj `sed-law` = legal // adj 44820 | |
@886 @adj `law-ic` = legal // adj 44820 | |
@887 @adj `relijun-us` = religious // adj 46425 | |
@888 @adj (`des-hot`, @ext cold) = cold // adj 44649 | |
@889 @v forma = form // v 44646 | |
@890 @adj fienul = final // adj 43589 | |
@891 @adj mein = main // adj 43707 | |
@892 @n scieent = science // n 45726 | |
@engerror (scieens, sciens) => scieent | |
@893 @adj green = green // adj 44673 | |
@894 @n memory = memory // n 43531 | |
@895 @n card = card // n 43605 | |
@896 @prep `up-uv` = above // prep 44130 | |
@897 @n sit = seat // n 44404 | |
@error seet => sit | |
@898 @n cel = cell // n 44831 | |
@899 @v `permu-founa`, `permu-set-upa` = establish // v 45921 | |
@900 @adj nies = nice // adj 44792 | |
@901 @n trieulu = trial // n 44489 | |
@901 @n (cort-triul) trieulu = trial // n 44489 | |
@902 @n expert = expert // n 43898 | |
@error @adv that => so | |
@904 @n spring = spring // n 44085 | |
@904 @n `spring-seezun` = spring // n 44085 | |
//@906 @n = Democrat // n 46905 | |
@907 @n reydio = radio // n 43156 | |
@908 @v vizita = visit // v 42941 | |
@909 @n `manigj-ment` = management // n 45112 | |
@910 @v kerra = care // v 42978 | |
@911 @v avoida = avoid // v 42890 | |
@912 @v (`see-in-mienda`, @ext iimagjina) = imagine // v 43487 | |
@913 @adv t'niet = tonight // adv 47549 | |
@914 @adj huej = huge // adj 42582 // English speakers can't be happy without a word for "very big" | |
@915 @n bol = ball // n 43512 | |
@916 @intj no = no // intj 44951 | |
@918 @v finisha = finish // v 43143 | |
@919 @pr yooself = yourself // pr 43401 | |
@920 @n (tok, `tok-tok`) = talk // n 43267 | |
@921 @n `thheer-y` = theory // n 45553 | |
@922 @n `fors-hit` = impact // n 43782 | |
@922 @v `fors-hita` = impact // n 43782 | |
@923 @v (`tok-backa`, @ext re.sponda) = respond // v 42139 | |
@924 @n `sey-ment` = statement // n 42941 | |
@925 @v (`keep-upa`, @ext mein.teina) = maintain // v 43493 | |
@926 @n chargj = charge // n 42353 (electrical or emotional charge) | |
@926 @n `criem-chargj` = charge // n 42353 (criminal charge) | |
@engerror chargj => (pries, criemchargj) | |
@927 @adj popuelur = popular // adj 42399 | |
@928 @adj truditional = traditional // adj 43681 | |
@929 @prep ontu = onto // prep 43538 | |
@930 @v reveela = reveal // v 42605 | |
@931 @n dur.ection = direction // n 41280 | |
@932 @n (`fiet-ool`, @ext wepun) = weapon // n 43158 | |
@933 @n em.ploydee = employee // n 42824 | |
@934 @adj `culture-ic` = cultural // adj 45673 | |
@935 @n (`hav-ina`, @ext cunteina) = contain // v 42542 | |
@936 @n pees = peace // n 42273 (conflict avoided: pee is uncountable and a pea is peevej) | |
@937 @v heda = head // v 41658 | |
@n `hed-ens` = heading | |
@938 @v cun.trola = control // v 41771 | |
@939 @n baes = (@1314 basis, base) // n 41154 | |
@939 @n `baes-erria` = base // n 41154 | |
@939 @n `militry-baes` = (base, "military base") // n 41154 | |
@engerror baes => `baes-erria` | |
@940 @n pein = pain // n 41350 | |
@941 @v 'pliea = apply // v 42391 | |
@942 @n pley = play // n 41662 | |
@942 @n pleyshoe = play // n 41662 | |
@943 @n meshura = measure // n 43938 | |
@944 @adj wied = wide // adj 41233 | |
@945 @v shaeka = shake // v 45160 | |
@946 @v fliea = fly // v 41373 | |
@947 @n (@ext interviewa) = interview // n 41594 | |
@948 @v manigja = manage // v 40536 | |
@949 @n (`sit-ool`, @ext cherr) = chair // n 43256 | |
@950 @n fish = fish // n 41488 | |
@951 @adj (speci, @ext spec.ific) = (@982 specific, particular) // adj 42291 | |
@952 @n (`see-or`, @ext camerun) = camera // n 41218 | |
@953 @n structure = structure // n 43638 | |
@root polit = political | |
@954 @n `polit-ics` = politics // n 41758 | |
//@955 @v @ext per.forma = perform // v 41667 (redundant - use dooa or acta) | |
@956 @n bit = bit // n 41915 (small amount or fragment) | |
@956 @n `bit-u` = bit // n 41915 (binary digit) | |
@957 @n `hevi-nes` = weight // n 41919 | |
@958 @adv `suden-ly` = suddenly // adv 43382 | |
@959 @v `foun-outa` = discover // v 40489 | |
@engerror `descuvera` => `foun-outa` // v 40489 | |
@960 @n (`poe-chooz-ens`, `poe-chois`) = candidate // n 43251 | |
@960 @n (`poe-prezident`, `poe-chois`) = candidate // n 43251 | |
@961 @adj top = top // adj 41484 | |
@962 @n `pr'dus-ens` = production // n 42052 | |
@963 @v treeta = treat // v 40264 (to administer to / treat a disease / handle socially) | |
@964 @n trip = trip // n 40423 | |
@965 @n (`op-morn`, `des-morn`, @ext eevning) = evening // n 40881 | |
@966 @v (`hav-efecta`, @ext `a.fecta`) = affect // v 41496 | |
@967 @prep insied = inside // prep 40856 | |
@968 @n `groop-meet-ens` = conference // n 40643 | |
@969 @n uenit = unit // n 41087 (unit of measurement) | |
@engerror uenit => (m'sheen, ietem) | |
@970 @adv `good-moes` = best // adv 39959 | |
@971 @n stiel = style // n 40889 | |
@972 @n (dult, @ext `'dult`) = adult // n 40705 | |
@973 @v wurya = (worry, fret) // v 40210 | |
@974 @n (`erria-fi`, @ext raenj) = range // n 41326 (region between upper and lower limits on a scale; a variety of related things) | |
@974 @n `reech-dist` = range // n (the distance that an object is capable of going, on ) | |
@engerror raenj => (feeld, `multi-cook-or`) // n 41326 | |
@n "hunting erria" => "hunting range" // n 41326 | |
@n "golfbol-hiting erria" => "driving range" // n 41326 | |
@engerror "mountin raenj" => "mountin groop" // n 41326 | |
@975 @v (`tok-uva`, @ext mentiona) = mention // v 39815 | |
//@976 @_ _ = rather // prep 41558 this is a preposition? Hmmmm... | |
@977 @adj far = far // adj 39967 | |
@978 @adj deep = deep // adj 40126 | |
@979 @n past = past // n 39559 | |
@980 @n egj = edge // n 40960 | |
@981 @adj (`wun-ic`, @ext indi.vidueul) = individual // adj 42325 | |
@983 @n `riet-er` = writer // n 39666 | |
@985 @adj `need-'d` = necessary // adj 40776 | |
@986 @prep `thhruout` = throughout // prep 40170 | |
@987 @n (`hard-im-ey`, @ext chalengj) = challenge // n 40380 | |
@988 @n feer = fear // n 38857 | |
@989 @n sholder = shoulder // n 42843 | |
@990 @n (`orgun-iez-aetion`, @ext `insti.tuution`) = institution // n 42153 | |
@992 @n mar = sea // n 39516 (from Spanish) | |
@993 @n dreem = dream // n 39613 | |
@994 @n bar = bar // n 39853 | |
@994 @n `bar-erria` = bar // n 39853 | |
@995 @adj (`buety-ful`, `buety-us`, @ext `des-ugli`) = beautiful // adj 40052 | |
@996 @n (`oen-dee`, @ext property) = property // n 40027 (something that is owned) | |
@engerror property => attribuet // (characteristic) | |
@997 @adv in.sted = instead // adv 39051 | |
@998 @v (`good-mor-ena`, @ext improova) = improve // v 40214 | |
@999 @n stuf = stuff // n 40180 | |
@1000 @n `deeteil` = detail // n 38750 | |
@v `deeteila` = detail | |
@1001 @n methud = method // n 42667 | |
@1342 @n `methud-ey` = technique // n 29828 | |
@1002 @v siena = sign // v 39418 | |
@1003 @pr `sum-wun` = somebody // pr 41639 | |
@1004 @n jurnul = (journal, magazine) // n 39197 | |
@1005 @n ho.tel = (hotel, motel, inn) // n 39642 | |
@n `sleep-an-park-erria` = motel | |
@1006 @n `milit-eer` = soldier // n 39552 | |
@1007 @v reflecta = reflect // v 40687 (to reflect light) | |
@1007 @v `reflect-fia` = reflect // v 40687 (to represent in a faithful or appropriate way) | |
@1007 @v `dis-reflecta` = reflect // v 40687 (to scatter light) | |
@engerror reflecta => `thhink-thhinka` | |
@v `thhink-thhink-ona` = (contemplate, "reflect on") | |
@1008 @adj hevi = (heavy, weighty) // adj 39160 | |
@1009 @adj `sex-ic` = sexual // adj 41865 | |
@4320 @adj `sex-us` = sexy // adj 6300 | |
@1010 @n cauz = cause // n 38843 | |
@1011 @n bag = bag // n 40007 | |
@1012 @n (`hot-nes`, @ext heat) = heat // n 40363 | |
@1013 @n fol = fall // n 38822 | |
@1013 @n `fol-seezun` = fall // n 38822 | |
@1014 @n (`spous-en-ens` = marriage // n 38517 | |
@1014 @n (`spous-en-ij`, @ext `merry-ij`) = marriage // n 38517 | |
@1015 @adj @ext tuf = (durable, tough) // adj 39600 | |
@1015 @adj @ext `des-tuf` = (weak, fragile) // adj 39600 | |
@n `en.duur-iv` = durable // adj 39600 | |
@1016 @v singa = sing // v 38575 | |
@1017 @n surfus = surface // n 39367 | |
@1018 @n purpus = purpose // n 40084 | |
@1019 @v exista = exist // v 39341 | |
@1020 @n patern = pattern // n 40397 | |
@1021 @n hoom = whom // pr 37950 | |
@1022 @n skin = skin // n 39893 | |
@1023 @n aejent = agent // n 38265 | |
@1024 @n `oen-er` = owner // n 39492 | |
@1025 @n m'sheen = machine // n 38407 | |
@1026 @n gas = gas // n 38194 | |
@1027 @prep down = down // prep 39633 | |
@1028 @adv (`pathh-wur`, `wey-wur`, @ext `'hed`) = ahead // adv 39705 | |
@1029 @n jeneraetion = generation // n 38323 | |
@1030 @adv `biznes-ic` _ = commercial // adj 40608 | |
@1031 @v `tok-tuua` = address // v 39774 | |
@1032 @n `cancer-mal` = cancer // n 39407 | |
@1033 @v testa = test // v 38644 | |
@1034 @n ietem = item // n 40336 | |
@1035 @n (`reel-nes`, `phyz-im`) = reality // n 38397 | |
@1036 @n @ext coech = coach // n 40716 | |
@1037 @v stepa = step // v 39356 | |
@1038 @adj @n Misus = Mrs // n 40545 | |
@1039 @n `hous-marjin` = yard // n 39253 | |
@1040 @v `hit-hita` = beat // v 38268 | |
@1041 @n (hurt-ens, vieolens) = violence // n 38474 | |
@1042 @n @adv toetul = total // adj 38798 | |
@1043 @n tenda = tend // v 38295 | |
@1044 @n `in.vest-ij`, `in.vest-ment` = investment // n 38810 | |
@1045 @n (`dis.cus-ens`, @ext `dis.cusion`) = discussion // n 39616 | |
@1046 @n `tap-ster`, fingger = finger // n 40842 | |
@1047 @n `mini-groe-erria`, @ext garden = garden // n 38800 | |
@1049 @n c'lection _ = collection // n 38431 | |
@1050 @adj modern = modern // adj 38372 | |
@1051 @n task = task // n 39209 | |
@1052 @n (`coe-eer`, partner) = partner // n 37540 | |
@1053 @adj (`plus-ful`, pozitiv) = positive // adj 39310 | |
@1053 @adj `muy-certin` = ("quite sure", positive) // adj 39310 | |
@1054 @adj civul = civil // adj 37742 | |
@1055 @n `cook-room` = kitchen // n 39332 | |
@1056 @n `cunsuum-er` = consumer // n 38079 | |
@1057 @n `shoot-ens` = shot // n 37505 | |
@1058 @n bujit = budget // n 39165 | |
@1059 @v wisha = wish // v 37532 | |
@1060 @n `peint-ens` = painting // n 39264 | |
@1060 @n `peint-ij` = painting // n 39264 | |
@1061 @n `scieens-ist` = scientist // n 37700 | |
@1062 @adj saef = safe // adj 36547 | |
@1063 @n `'gree-ment` = agreement // n 38141 | |
@1064 @n capitul = capital // n 37443 | |
@engerror capitul => muny | |
@1065 @n `eet-ster` = mouth // n 40200 | |
@1066 @conj nor = nor // conj 37230 | |
@1067 @n `hurt-dee` = victim // n 36878 | |
@1068 @n `nooz-paeper` = newspaper // n 37522 | |
//@1069 @ insted = instead // prep 36247 | |
@1070 @n (`poe-hurt-er`, `poe-hurt-or`, `poe-hurt-ur`, @ext thhret) = threat // n 37022 | |
@1071 @n `duuty-uum` = responsibility // n 37084 | |
@1072 @v smiela = smile // v 41473 | |
@1073 @n `law-icist` = attorney // n 37959 | |
@1074 @n scor = score // n 39294 | |
@1075 @n `'count` = account // n 36786 | |
@1076 @adj `intrest-ent` = interesting // adj 37473 | |
@1077 @n braek = break // n 40348 | |
@n `wurk-gap` = break | |
@1078 @n (`see-see-er-set`, @ext `woch-er-set`) = audience // n 36227 | |
@1079 @adj `muny-ful` = rich // adj 35940 | |
rich = rich | |
@1080 @n `op-morn-meel` = dinner // n 37156 | |
@1081 @v `thhink-outa` = "figure out" // v 36137 | |
@1082 @n voet = vote // n 39464 | |
@1083 @adj `west-ic` = western // adj 37389 | |
@1084 @v re.laeta = relate // v 39143 | |
@1085 @v goea = travel // v 35746 | |
@1086 @n `argue-ey-ens` = debate // n 37228 | |
@1087 @v pre.venta = prevent // v 36421 | |
@1088 @n `cuntry-ian` = citizen // n 36408 (software should respell to cuntrian) | |
@1089 @n `maejur-par` = majority // n 36758 | |
@1090 @pr nun = none // pr 35359 | |
//@1091 @_ _ = front // prep 37363 | |
@1092 @adj `burthh-t` = born // v 35352 | |
@1093 @v ad.mita = admit // v 35143 | |
@1094 @adj `des-yung-ic` = senior // adj 36598 | |
@1095 @v a.suuma = assume // v 35960 | |
@1096 @n wind = wind // n 36478 | |
@1097 @adj ky = key // adj 36056 | |
@1098 @adj `pr'feshun-ic` = professional // adj 36319 | |
@1099 @n mishun = mission // n 35217 | |
@1100 @adv `quick-ly` = fast // adv 35474 | |
@1101 @adv oenly = alone // adv 34982 | |
@1101 @adv `a.lone-ly` = alone // adv 34982 - all by himself | |
@1102 @n `stor-goe-er` = customer // n 36000 | |
@1103 @v `bad-hurta` = suffer // v 34675 | |
@1104 @n `tok-tok-ens` = speech // n 35504 | |
@1105 @adj `succes-ful` = successful // adj 35459 | |
@1106 @n `pick-'bl` = option // n 35434 | |
@1107 @n `taek-part-er` = participant // n 41462 | |
@1108 @adj `southh-ic` = southern // adj 35314 | |
@1109 @adj (noo, @ext fresh) = fresh // adj 35974 | |
@1110 @adv `evenchuul-ly` = eventually // adv 34534 | |
@1111 @pr noe = no // pr 35016 | |
@1112 @n `tree-set`, @ext forest = forest // n 35429 | |
@1113 @n `see-see-'bl` = video // n 35230 | |
@1114 @adj `gloeb-ic` = global // adj 36381 | |
@1115 @n Senit = Senate // n 36809 | |
@1116 @n `ree-form` = reform // n 36103 | |
@1117 @n acces = access // n 35310 | |
@1118 @n `eet-ery`, @ext resturont = restaurant // n 35898 | |
@1119 @n (jugj, `jugj-ist`) = judge // n 35464 | |
@1120 @v publisha = publish // v 35062 | |
@1121 @v costa = cost // v 34941 | |
@1122 @n `relaet-ens` = relation // n 36963 | |
@1123 @conj liek = like // conj 35636 | |
@1124 @v `let-outa` = release // v 34301 | |
@1125 @v oena = own // v 34577 | |
@1126 @n burd = bird // n 34835 | |
@1127 @n `oe.pien-ens` = opinion // n 34501 | |
@1128 @n credit = credit // n 34578 | |
@engerror credit => det | |
@1129 @adj critik-ic = critical // adj 35824 | |
@adj criticul = critical // at an inflection point | |
@adj muy-im.port-ic = ("very important", critical) | |
@engerror "criticul error" => "maejur error" | |
@1130 @n corner = corner // n 35496 | |
@1131 @adj `cun.cern-d` = concerned // adj 34331 | |
@1132 @v `back-cola` = recall // v 3444 | |
@engerror re.cal => (`col-backa`, `r'membra`) | |
@1133 @n version = version // n 34456 | |
@1134 @v `lock-looka` = "stare at" // v 39266 | |
@1135 @n `saef-nes` = safety // n 34188 | |
@1136 @adj `wel-funksh-ent` = effective // adj 35851 | |
@1137 @n `city-section` = neighborhood // n 34691 | |
@1138 @adj `cree.aet-iv` = original // adj 34368 | |
@n `des-copy` = original | |
@1139 @n act = act // n 34104 | |
//@1140 @_ _ = troop // n 36001 | |
@1141 @n `in-muny` = income // n 34925 | |
@1142 @adv `d'rect-ly` = directly // adv 34090 | |
@1143 @v (`hav-peina`, @ext hurta) = hurt // v 34445 | |
@1144 @n speeceez = species // n 35804 | |
@1145 @adv `muy-soon` = immediately // adv 33067 | |
@1146 @n track = track // n 33788 | |
@engerror track => (song) | |
@1147 @n `baes-ic` = basic // adj 34788 | |
@1148 @v (@"bowling" `big-hita`, @"baseball" `des-hit`) = strike // v 33238 | |
woen-wurka = strike | |
@1149 @n `hoep` = hope // n 33019 | |
@1150 @n `skie` = sky // n 35141 | |
@1151 @n `free-nes` = freedom // n 34174 | |
@1152 @adv `abs'luut-ly` = absolutely // adv 36740 | |
@engerror `abs'luut-ly` = `certin-ly` // adv 36740 | |
@1153 @n plaen = plane // n 33900 | |
plaen-ar = plaen | |
@1154 @pr `noe-wun` = ("no one", nobody) // pr 34280 | |
@1155 @v `'cheeva` = achieve // v 35166 | |
@1156 @n object = object // n 35040 | |
@1157 @n mood = attitude // n 35437 | |
@1158 @n `wurk-er-s` = (workers, labor) // n 34400 | |
@1159 @v re.fera = refer // v 34317 | |
@1160 @n concept = concept // n 35944 | |
@1161 @n clieent = client // n 34027 | |
@1162 @adj `power-ful` = powerful // adj 33151 | |
@1163 @adj `perfect` = perfect // adj 33456 | |
@1164 @nm nien = nine // nm 32967 | |
@1165 @adv (thus, @ext therrfor) = therefore // adv 35842 | |
@1165 @conj @ext therrfor = therefore // adv 35842 | |
@1166 @v `doo-dooa` = conduct // v 34909 | |
@1167 @v (`dis-seya`, @ext `'nounsa`) = announce // v 33305 | |
@1168 @n `convers-ens` = conversation // n 33046 | |
@1169 @v ex.amina = examine // v 35826 | |
@1170 @v tucha = touch // v 34737 | |
@1171 @adv pleez = please // adv 34709 | |
@1172 @v (`bi-ata`, @ext `'tenda`) = attend // v 33380 | |
@1173 @adv `cum.pleet-ly` = completely // adv 32550 | |
@1174 @v voeta = vote // v 35224 | |
@1175 @n `verry-ens` = variety // n 34242 | |
@1176 @v sleepa = sleep // v 34801 | |
@1177 @n turn = turn // n 32944 | |
@1178 @adj `involv-d` = involved // adj 33428 | |
@1179 @n `in.vestig-ens` = investigation // n 33849 | |
@1180 @adj `nucleer` = nuclear // adj 34264 | |
@1181 @n `reeserch-ist` = researcher // n 34742 | |
@1182 @n meedia = press // n 33410 | |
pres-or = press | |
@1183 @n conflict = conflict // n 34710 | |
@1184 @n spirit = spirit // n 32942 | |
@1185 @v expiriuns = experience // v 34009 | |
@1186 @v re.plaesa = replace // v 32688 | |
@1187 @adj _ = British // adj 32929 | |
@1188 @v `fren-urgja` = encourage // v 33348 | |
@1189 @n `argue-ment` = argument // n 33394 | |
@1190 @_ _ = by // adv 32560 | |
@1191 @conj after = once // conj 32180 | |
@1192 @n camp = camp // n 32659 | |
@1193 @n (`thhink-ster`, @ext brein) = brain // n 32852 | |
@1194 @n feeture = feature // n 33344 | |
@1195 @n `after-noon` = afternoon // n 33202 | |
@1196 @_ _ = AM // adv 34451 | |
@1197 @n `week-end` = weekend // n 33239 | |
@1198 @nm twelv = dozen // nm 32432 | |
@1199 @n `hapen-iv` = possibility // n 32466 | |
@1200 @_ _ = along // adv 32475 | |
@1201 @_ _ = insurance // n 32928 | |
@1202 @_ _ = department // n 32252 | |
@1203 @_ _ = battle // n 31989 | |
@1204 @n start = beginning // n 31866 | |
@1205 @_ _ = date // n 31467 | |
@1206 @_ _ = generally // adv 33191 | |
@1207 @_ _ = African // adj 34557 | |
@1208 @_ _ = very // adj 31807 | |
@1209 @_ _ = sorry // adj 34270 | |
@1210 @_ _ = crisis // n 32924 | |
@1211 @v (`finish-t`, @ext cum.pleeta) = (finish, complete) // v 32813 | |
@1212 @_ _ = fan // n 32919 | |
@1213 @_ _ = stick // v 32259 | |
@1214 @_ _ = define // v 33958 | |
@1215 @_ _ = easily // adv 31755 | |
@1216 @_ _ = through // adv 31838 | |
@1217 @n (`pit-thhru`, @ext `hoel-eng`) = hole // n 32302 | |
@1218 @_ _ = element // n 33053 | |
@1219 @_ `see-'bility` = vision // n 32358 | |
@1220 @_ _ = status // n 33511 | |
@1221 @_ _ = normal // adj 31265 | |
@1222 @_ _ = Chinese // adj 32334 | |
@1223 @error ship => `big-boet` // n 32588 | |
@1237 @n boet = boat // n 32079 | |
@1224 @_ _ = solution // n 32052 | |
@1225 @_ _ = stone // n 32531 | |
@1226 @_ _ = slowly // adv 33403 | |
@1227 @_ _ = scale // n 34375 | |
@1228 @_ _ = bit // adv 32087 | |
@1229 @_ _ = university // n 33000 | |
@1230 @_ _ = introduce // v 31345 | |
@1231 @_ _ = driver // n 31633 | |
@1232 @_ _ = attempt // n 31944 | |
@1233 @_ _ = park // n 32322 | |
@1234 @_ _ = spot // n 31612 | |
@1235 @_ _ = lack // n 32157 | |
@1236 @_ _ = ice // n 31686 | |
@1238 @_ _ = drink // v 32078 | |
@1239 @_ _ = sun // n 32646 | |
@1240 @_ _ = front // adj 32087 | |
@v dista = lie // n 31380 "to be at a distance of", "to be _____ away" | |
@1241 @n `dist-ens` = distance // n 31380 | |
@1242 @_ _ = wood // n 31801 | |
@1243 @_ treeta = handle // v 30634 | |
@1244 @_ _ = truck // n 31536 | |
@1245 @_ _ = return // n 31058 | |
@1246 @n mountin = mountain // n 31322 | |
@1247 @_ _ = survey // n 32784 | |
@1248 @_ _ = supposed // adj 31005 | |
@1249 @_ _ = tradition // n 32110 | |
@1250 @_ _ = winter // n 31227 | |
@1251 @_ _ = village // n 30741 | |
@1252 @_ _ = Soviet // adj 36193 | |
@1253 @_ _ = refuse // v 30173 | |
@1254 @_ _ = sales // n 32145 | |
@1255 @_ _ = roll // v 31592 | |
@1256 @_ _ = communication // n 31577 | |
@1257 @_ _ = run // n 31325 | |
@1258 @_ _ = screen // n 30758 | |
@1259 @_ _ = gain // v 30667 | |
@1260 @n `re.zied-er` = resident // n 31836 | |
@1261 @_ _ = hide // v 31098 | |
@1262 @_ _ = gold // n 30733 | |
@1263 @_ _ = club // n 30800 | |
@1264 @_ _ = future // adj 31494 | |
@1265 @n farm = farm // n 30291 | |
@1266 @adj (poe, @ext p'tenshul) = potential // adj 31289 | |
@1267 @_ _ = increase // n 31247 | |
@1268 @_ _ = middle // n 30199 | |
@1269 @_ _ = European // adj 31455 | |
@1270 @_ _ = presence // n 30624 | |
@1271 @_ _ = independent // adj 31044 | |
@1272 @_ _ = district // n 31327 | |
@1273 @_ _ = shape // n 30396 | |
@1274 @_ _ = reader // n 31442 | |
@1275 @_ _ = Ms // n 31610 | |
@1276 @_ _ = contract // n 30906 | |
@1277 @n @ext crowd = crowd // n 30542 (a group gathered together, usually people) | |
@1278 @_ _ = Christian // adj 30726 | |
@1279 @_ _ = express // v 30947 | |
@1280 @_ _ = apartment // n 31012 | |
@1281 @_ _ = willing // adj 29635 | |
@1282 @_ _ = strength // n 29769 | |
@1283 @_ _ = previous // adj 30490 | |
@1284 @_ _ = band // n 29769 | |
@1285 @_ _ = obviously // adv 31299 | |
@1286 @_ _ = horse // n 30993 | |
@1287 @_ _ = interested // adj 29155 | |
@1288 @_ _ = target // n 29866 | |
@1289 @n jael = prison // n 30248 | |
@1290 @_ _ = ride // v 30476 | |
@1291 @_ _ = guard // n 30159 | |
@1292 @_ _ = terms // prep 30996 | |
@1293 @_ _ = demand // n 30519 | |
@1294 @_ _ = reporter // n 30416 | |
@1295 @_ _ = deliver // v 29169 | |
@1296 @_ _ = text // n 32316 | |
@1297 @_ _ = share // n 30752 | |
@1298 @_ _ = tool // n 30286 | |
@1299 @_ _ = wild // adj 29473 | |
@1300 @_ _ = vehicle // n 29421 | |
@1301 @_ _ = observe // v 30737 | |
@1302 @_ _ = flight // n 29535 | |
@1303 @_ _ = inside // adv 30715 | |
@1304 @_ _ = facility // n 30107 | |
@1305 @_ _ = understanding // n 31319 | |
@1306 @_ _ = average // adj 29717 | |
@1307 @_ _ = emerge // v 29496 | |
@1308 @_ _ = advantage // n 29340 | |
@1309 @adj quick = (quick, fast, rapid) // adj 29108 | |
@ext @adj fast = fast // adj | |
@1310 @adj `wiet-ish` = light // adj 29731 | |
@1310 @adj `des-hevi` = light // adj 29731 | |
@1311 @n `leeder-ship` = leadership // n 30047 | |
@1312 @v urna = earn // v 29560 (deserve and receive) (???: what about "it earned them $10,000"?) | |
@1313 @n `pound-uenit` = pound // n 29946 | |
@1313 @n `strey-anim-erria` = pound // n 29946 | |
@1315 @adj `liet-ful` = bright // adj 29780 | |
@1316 @v `operaeta` = operate // v 29345 | |
@1317 @n `hoest-dee` = guest // n 29328 | |
@1318 @_ _ = sample // n 32436 | |
@1319 @_ _ = contribute // v 30090 | |
@1320 @_ _ = tiny // adj 29756 | |
@1321 @_ _ = block // n 28826 | |
@1322 @_ _ = protection // n 29336 | |
@1323 @_ _ = settle // v 28827 | |
@1324 @_ _ = feed // v 28494 | |
@1325 @_ c'lecta = collect // v 28946 | |
@1326 @_ _ = additional // adj 29771 | |
@1327 @_ _ = while // n 29579 | |
@1328 @_ _ = highly // adv 29554 | |
@1329 @_ _ = identity // n 31163 | |
@1330 @_ _ = title // n 29210 | |
@1331 @_ _ = mostly // adv 28178 | |
@1332 @_ _ = lesson // n 28623 | |
@1333 @n feith = faith // n 28710 | |
@1334 @_ _ = river // n 28862 | |
@1335 @_ _ = promote // v 29679 | |
@1336 @_ _ = living // n 28736 | |
@1337 @_ _ = present // adj 30645 | |
@1338 @_ _ = count // v 28836 | |
@1339 @_ _ = unless // conj 27908 | |
@1014 @v (`spous-ieza`, @ext `merrya`) = marry // v 28722 | |
@1341 @adv `nexter-dey`, @ext t'maro) = tomorrow // adv 30098 | |
@1343 @n `path-wey` = (pathway, path) // n 28344 | |
@1343 @n @ext path = path | |
@1344 @n (`heer-ster`, @ext eer) = ear // n 29597 | |
@1347 @v ordera = order // v 27950 (to make a transactional request) | |
@1348 @_ _ = principle // n 30011 | |
@1349 @_ _ = survive // v 27682 | |
@1350 @_ _ = lift // v 29354 | |
@1351 @_ _ = border // n 28636 | |
@1352 @_ _ = competition // n 28752 | |
@1353 @_ _ = jump // v 28504 | |
@1354 @_ _ = gather // v 27659 | |
@1355 @_ _ = limit // v 28901 | |
@1356 @_ _ = fit // v 27875 | |
@1357 @_ _ = claim // n 28609 | |
@1358 @_ _ = cry // v 29690 | |
@1359 @_ _ = equipment // n 28023 | |
@1360 @_ _ = worth // prep 27687 | |
@1361 @_ _ = associate // v 30406 | |
@1362 @_ _ = critic // n 28244 | |
@1363 @_ `mini-hot` = warm // adj 28600 | |
@1364 @_ _ = aspect // n 29460 | |
@1365 @_ _ = result // v 29515 | |
@1366 @_ _ = insist // v 27205 | |
@1367 @_ `fael-ij` = failure // n 28234 | |
@1368 @_ _ = annual // adj 28471 | |
@1369 @_ _ = French // adj 27590 | |
@1370 @_ _ = Christmas // n 28046 | |
@1371 @_ _ = comment // n 27712 | |
@1372 @_ _ = responsible // adj 27569 | |
@1373 @_ _ = affair // n 27432 | |
@1374 @_ _ = approach // v 27449 | |
@1375 @prep til = (until, @5000 till) // prep 27007 | |
@1376 @_ _ = procedure // n 29044 | |
@1377 @_ _ = regular // adj 27244 | |
@1378 @_ _ = spread // v 27266 | |
@1379 @_ _ = chairman // n 28560 | |
@1380 @_ _ = baseball // n 28551 | |
@1381 @_ _ = soft // adj 27970 | |
@1382 @_ _ = ignore // v 27023 | |
@1383 @_ _ = egg // n 27917 | |
@1384 @v meshura = measure // v 28612 | |
@1385 @_ _ = belief // n 28844 | |
@1386 @_ _ = demonstrate // v 29170 | |
@1387 @_ _ = anybody // pr 28704 | |
@1388 @_ _ = murder // n 28335 | |
@1389 @n gift = gift // n 27050 | |
@1390 @_ _ = religion // n 28220 | |
@1391 @_ _ = review // n 28141 | |
@1392 @_ _ = editor // n 27734 | |
@1393 @_ _ = past // prep 28278 | |
@1394 @_ _ = engage // v 28194 | |
@1395 @_ _ = coffee // n 28331 | |
@1396 @n `docue-ment` = document // n 29437 | |
@1397 @_ _ = speed // n 27740 | |
@1398 @_ _ = cross // v 27524 | |
@1399 @_ _ = influence // n 28387 | |
@1400 @_ _ = anyway // adv 28170 | |
@1401 @_ _ = threaten // v 26587 | |
@1402 @_ _ = commit // v 26943 | |
@1403 @_ `shi-ic` = female // adj 27952 | |
@1404 @_ _ = youth // n 27755 | |
@1405 @_ _ = wave // n 26844 | |
@1406 @_ _ = move // n 26717 | |
@1407 @adj `feer-ful` = afraid // adj 27727 | |
@adj `feer-lus` = fearless | |
@1408 @n `wun-forth` = quarter // n 27125 | |
@_ _ = quarters // n 27125 | |
@1409 @_ _ = background // n 26907 | |
@1410 @_ _ = native // adj 28026 | |
@1411 @_ _ = broad // adj 27191 | |
@1412 @_ _ = wonderful // adj 27494 | |
@1413 @_ _ = deny // v 26675 | |
@1414 @_ _ = apparently // adv 26513 | |
@1415 @_ _ = slightly // adv 26887 | |
@1416 @_ _ = reaction // n 26771 | |
@1417 @adv @n `twen-vis` = twice // adv 26450 | |
@1418 @_ _ = suit // n 27066 | |
@1419 @_ _ = perspective // n 28324 | |
@1420 @_ _ = growing // adj 26858 | |
@1421 @_ _ = blow // v 27254 | |
@1422 @_ _ = construction // n 27114 | |
@1423 @_ _ = kind // adv 29474 | |
@1424 @_ _ = intelligence // n 27555 | |
@1425 @_ _ = destroy // v 26177 | |
@1426 @_ _ = cook // v 27725 | |
@1427 @_ _ = connection // n 26552 | |
@1428 @v chargja = charge // v 26432 | |
@1428 @v `criem-chargja` = charge // v 26432 | |
@1429 @_ _ = burn // v 26646 | |
@1430 @_ _ = shoe // n 26945 | |
@1431 @_ _ = view // v 27258 | |
@1432 @_ _ = grade // n 27178 | |
@1433 @_ _ = context // n 29113 | |
@1434 @_ _ = committee // n 26697 | |
@1435 @_ _ = hey // intj 27659 | |
@1436 @n mistaek = mistake // n 26080 | |
@engerror "maeka mistaek" => "dooa mistaek" | |
@engerror "maeka mistaeks" => "dooa mistaeks" | |
@1437 @_ _ = focus // n 26815 | |
@1438 @_ _ = smile // n 28698 | |
@1439 @_ `loe.caet-ion` = location // n 26463 | |
@1440 @_ _ = clothes // n 27033 | |
@1441 @_ _ = Indian // adj 27100 | |
@1442 @_ _ = quiet // adj 26732 | |
@1443 @_ _ = dress // v 26669 | |
@1444 @_ _ = promise // v 25720 | |
@1445 @_ _ = aware // adj 25503 | |
@1446 @_ _ = neighbor // n 25497 | |
@1447 @n cum.pleet = complete // adj 25699 | |
@1448 @_ _ = drive // n 26373 | |
@1449 @_ _ = function // n 28011 | |
@1450 @_ _ = bone // n 26282 | |
@1451 @_ _ = active // adj 26507 | |
@1452 @_ _ = extend // v 25969 | |
@1453 @_ _ = chief // adj 26456 | |
@1454 @_ _ = average // n 26568 | |
@1455 @_ _ = combine // v 26570 | |
@1456 @_ _ = wine // n 26682 | |
@1457 @adv @det (`down-uv`, @ext be.loe) = below // adv 26765 | |
@1458 @adj `cold-ish` = cool // adj 26279 | |
@1459 @_ _ = voter // n 27768 | |
@1460 @_ _ = mean // n 28991 | |
@1461 @_ _ = demand // v 25207 | |
@1462 @_ _ = learning // n 28869 | |
@1463 @_ _ = bus // n 25850 | |
@1464 @_ _ = hell // n 27278 | |
@1465 @_ _ = dangerous // adj 25170 | |
@1466 @_ _ = remind // v 25525 | |
@1467 @_ moral = (moral, ethical) // adj 26980 | |
@1468 @_ _ = United // adj 26396 | |
@1469 @_ _ = category // n 27219 | |
@1470 @_ _ = relatively // adv 26476 | |
@1471 @_ _ = victory // n 26422 | |
@1472 @_ _ = key // n 25436 | |
@1473 @_ _ = academic // adj 28216 | |
@1474 @n vizit = visit // n 25000 | |
@1475 @_ _ = Internet // n 26983 | |
@1476 @_ _ = healthy // adj 26009 | |
@1477 @_ _ = fire // v 25390 | |
@1478 @_ _ = negative // adj 26847 | |
@1479 @_ _ = following // adj 26643 | |
@1480 @_ _ = historical // adj 27266 | |
@1481 @n `med-ics` = medicine // n 25511 | |
@engerror medicin => `helth-ology` | |
@1482 @_ _ = tour // n 25781 | |
@1483 @_ _ = depend // v 25405 | |
@1484 @_ _ = photo // n 25492 | |
@1485 @_ _ = finding // n 28246 | |
@1486 @v graba = grab // v 26951 | |
@3730 @v `grab-hoelda` = (grip, "grab hold of") // n 7724 | |
@1487 @_ _ = direct // adj 26008 | |
@1488 @_ _ = classroom // n 27531 | |
@1489 @_ _ = contact // n 25218 | |
@1490 @n `justis` = justice // n 25377 | |
@1491 @v (`taek-parta`, @ext participaeta) = participate // v 26500 | |
@1492 @_ _ = daily // adj 25179 | |
@1493 @_ _ = fair // adj 25064 | |
@1494 @n @ext @pd (`twen-sum`, perr) = pair // n 25289 two together | |
@1494 @v @ext (grooptwena, perra) = pair // n 25289 to put into a pair: consider using "puuta X with Y" instead of "perra X with Y" | |
@1495 @_ _ = famous // adj 24631 | |
@1496 @_ _ = exercise // n 25934 | |
@1497 @_ _ = knee // n 25912 | |
@1498 @_ flourchuu = flower // n 25642 | |
@1499 @_ _ = tape // n 25730 | |
@1500 @_ _ = hire // v 25073 | |
@1501 @_ _ = familiar // adj 24515 | |
@1502 @_ _ = appropriate // adj 26237 | |
@1503 @_ _ = supply // n 24920 | |
@1504 @_ _ = fully // adv 24842 | |
@1505 @_ _ = cut // n 25327 | |
@1506 @_ _ = will // n 24351 | |
@1507 @_ `act-er` = actor // n 24848 | |
@1508 @_ _ = birth // n 24515 | |
@1509 @_ _ = search // n 27087 | |
@1510 @_ _ = tie // v 24408 | |
@1511 @n (`ol-ocrucy`, `elect-ism`, @ext `de.mocrucy`) = democracy // n 26039 | |
@1512 @_ _ = eastern // adj 25103 | |
@1513 @_ _ = primary // adj 26043 | |
@1514 @_ _ = yesterday // adv 26215 | |
@1515 @_ _ = circle // n 24735 | |
@1516 @_ _ = device // n 24918 | |
@1517 @_ _ = progress // n 24645 | |
@1518 @_ _ = next // prep 25720 | |
@1519 @_ _ = front // n 24402 | |
@1520 @n `des-top` = bottom // n 24653 | |
@1521 @_ _ = island // n 24311 | |
@1522 @_ _ = exchange // n 24826 | |
@1523 @_ _ = clean // adj 24325 | |
@1524 @_ _ = studio // n 24765 | |
@1525 @_ _ = train // v 23990 | |
@1526 @_ _ = lady // n 25436 | |
@1527 @_ _ = colleague // n 24370 | |
@1528 @_ `'aplie-ij` = application // n 25735 | |
@1528 @_ `'aplie-ment` = application // n 25735 | |
@engerror `'aplie-ment` => proegram // n 25735 | |
@1529 @_ _ = neck // n 25716 | |
@1530 @_ _ = lean // v 26896 | |
@1531 @_ _ = damage // n 24155 | |
@1532 @_ _ = plastic // n 24563 | |
@1533 @_ _ = tall // adj 25304 | |
@1534 @_ _ = plate // n 24592 | |
@1535 @_ _ = hate // v 24921 | |
@1536 @_ _ = otherwise // adv 23793 | |
@1537 @_ _ = writing // n 24995 | |
@1538 @_ _ = press // v 24716 | |
@1539 @_ `hi-ic` = male // adj 24873 | |
@1540 @n start = start // n 24071 | |
@1541 @_ _ = alive // adj 24184 | |
@1542 @_ _ = expression // n 24748 | |
@1543 @_ `foot-bol-eng-gaem` = football // n 25271 | |
@1544 @_ _ = intend // v 23554 | |
@1545 @_ _ = attack // v 23971 | |
@1546 @_ _ = chicken // n 24465 | |
@1547 @_ _ = army // n 23929 | |
@1548 @_ _ = abuse // n 24534 | |
@1549 @_ _ = theater // n 24447 | |
@1550 @_ _ = shut // v 24773 | |
@1551 @_ _ = map // n 23666 | |
@1552 @_ _ = extra // adj 24006 | |
@1553 @_ _ = session // n 24010 | |
@1554 @_ _ = danger // n 23244 | |
@1555 @_ _ = welcome // v 25241 | |
@1556 @_ _ = domestic // adj 24313 | |
@1557 @_ _ = lots // pr 23750 | |
@1558 @_ _ = literature // n 26254 | |
@1559 @_ _ = rain // n 24134 | |
@1560 @_ _ = desire // n 23994 | |
@1561 @_ _ = assessment // n 26318 | |
@1562 @_ _ = injury // n 23935 | |
@1563 @_ _ = respect // n 23274 | |
@1564 @_ _ = northern // adj 23783 | |
@1565 @_ _ = nod // v 27283 | |
@1566 @_ _ = paint // v 24038 | |
@1567 @_ _ = fuel // n 23934 | |
@1568 @_ _ = leaf // n 24044 | |
@1569 @_ _ = direct // v 23298 | |
@1570 @_ _ = dry // adj 23809 | |
@1571 @_ _ = Russian // adj 23739 | |
@1572 @_ _ = instruction // n 25190 | |
@1573 @_ _ = fight // n 23211 | |
@1574 @_ _ = pool // n 23346 | |
@1575 @_ _ = climb // v 24367 | |
@1576 @_ _ = sweet // adj 23843 | |
@1577 @_ _ = lead // n 23301 | |
@1578 @_ _ = engine // n 23617 | |
@1579 @_ _ = fourth // nm 23227 | |
@1580 @_ _ = salt // n 24711 | |
@1581 @_ _ = expand // v 23417 | |
@1582 @_ _ = importance // n 24946 | |
@1583 @_ _ = metal // n 23317 | |
@1584 @_ _ = fat // n 24844 | |
@1585 @_ _ = ticket // n 23902 | |
@1586 @_ _ = software // n 23954 | |
@1587 @_ dis'peer = disappear // v 23389 | |
@1588 @_ _ = corporate // adj 23621 | |
@1589 @_ _ = strange // adj 23744 | |
@1590 @_ _ = lip // n 25250 | |
@1591 @_ _ = reading // n 23919 | |
@1592 @_ _ = urban // adj 23889 | |
@1593 @_ _ = mental // adj 23650 | |
@1594 @_ _ = increasingly // adv 23529 | |
@1595 @_ _ = lunch // n 23220 | |
@1596 @_ _ = educational // adj 25282 | |
@1597 @_ _ = somewhere // adv 23527 | |
@1598 @n (`agri-icist`, `farm-eer`) = farmer // n 23005 | |
@1599 @_ _ = above // adv 23866 | |
@1600 @_ _ = sugar // n 24310 | |
@1601 @_ _ = planet // n 23567 | |
@1602 @_ _ = favorite // adj 23159 | |
@1603 @_ _ = explore // v 23744 | |
@1604 @_ _ = obtain // v 24538 | |
@1605 @_ _ = enemy // n 22621 | |
@1606 @_ _ = greatest // adj 22673 | |
@1607 @_ _ = complex // adj 23751 | |
@1608 @_ _ = surround // v 22391 | |
@1609 @_ _ = athlete // n 23868 | |
@1610 @_ _ = invite // v 22158 | |
@1611 @_ _ = repeat // v 22622 | |
@1612 @_ _ = carefully // adv 22837 | |
@1613 @_ _ = soul // n 22713 | |
@1614 @adj `scieent-ic` = scientific // adj 23691 | |
@engerror scieentific => `scieent-ic` | |
@1615 @_ _ = impossible // adj 22233 | |
@1616 @_ _ = panel // n 22529 | |
@1617 @_ _ = meaning // n 24064 | |
@1618 @_ _ = mom // n 23450 | |
@1619 @adj `spous-ed` = married // adj 22352 | |
@1620 @_ _ = alone // adj 23106 | |
@1621 @_ _ = instrument // n 23831 | |
@1622 @_ (`pri-seya`, @ext pre.dicta) = predict // v 22942 | |
@1623 @_ _ = weather // n 22586 | |
@1624 @_ _ = presidential // adj 24057 | |
@1625 @_ _ = emotional // adj 22773 | |
@1626 @_ _ = commitment // n 23152 | |
@1627 @_ _ = Supreme // adj 23904 | |
@1628 @_ _ = bear // v 22190 | |
@1629 @_ _ = pocket // n 23580 | |
@1630 @_ _ = thin // adj 23194 | |
@1631 @n (`hot-levul`, @ext temperture) = temperature // n 23111 | |
@1632 @_ _ = surprise // n 22275 | |
@1633 @_ _ = poll // n 24009 | |
@1634 @n `pr'proez-dee` = proposal // n 22830 | |
@1635 @_ _ = consequence // n 23307 | |
@1637 @_ _ = breath // n 24668 | |
@1638 @_ _ = sight // n 22878 | |
@1639 @_ _ = cover // n 22301 | |
@1640 @_ _ = balance // n 22243 | |
@1641 @_ _ = adopt // v 22880 | |
@1642 @_ _ = minority // n 23167 | |
@1643 @_ _ = straight // adv 22929 | |
@1644 @_ _ = attempt // v 22758 | |
@1645 @_ _ = connect // v 22100 | |
@1646 @_ _ = works // n 22722 | |
@1647 @_ _ = teaching // n 24387 | |
@1648 @_ _ = belong // v 21856 | |
@1649 @_ _ = aid // n 22642 | |
@1650 @_ _ = advice // n 21970 | |
@1651 @intj, @adj okey = (okay, ok) // adv 24243 | |
@1652 @_ _ = photograph // n 22016 | |
@1653 @_ _ = empty // adj 23365 | |
@1654 @_ _ = regional // adj 23182 | |
@1655 @_ _ = trail // n 23030 | |
@1656 @_ _ = novel // n 22392 | |
@1657 @_ _ = code // n 22015 | |
@1658 @_ _ = somehow // adv 22267 | |
@1659 @_ `orgun-ieza` = organize // v 22389 | |
@1660 @_ _ = jury // n 24072 | |
@1661 @_ _ = breast // n 22362 | |
@1662 @_ _ = Iraqi // adj 25446 | |
@1663 @_ _ = human // n 22022 | |
@1664 @_ _ = acknowledge // v 21983 | |
@1665 @_ _ = theme // n 22494 | |
@1666 @_ _ = storm // n 22562 | |
@1667 @_ _ = union // n 22380 | |
@1668 @v @nd rekerda = record // v 21939 | |
@1669 @_ _ = desk // n 23455 | |
@1670 @v feera = fear // v 21333 | |
@1671 @_ _ = thanks // n 23061 | |
@1672 @_ _ = fruit // n 22401 | |
@1673 @_ _ = under // adv 21521 | |
@1674 @_ costful = expensive // adj 21706 | |
@1675 @_ _ = yellow // adj 22452 | |
@1676 @_ _ = conclusion // n 23034 | |
@1677 @_ _ = prime // adj 22075 | |
@1678 @_ _ = shadow // n 22803 | |
@1679 @_ _ = struggle // v 21370 | |
@1680 @_ _ = conclude // v 22247 | |
@1681 @_ _ = analyst // n 22662 | |
@1682 @_ _ = dance // n 21799 | |
@1683 @_ _ = limit // n 21714 | |
@1684 @_ _ = like // adj 21723 | |
@1685 @_ _ = regulation // n 22479 | |
@1686 @_ _ = being // n 21695 | |
@1687 @_ _ = last // v 21219 | |
@1688 @_ _ = ring // n 21873 | |
@1689 @_ _ = largely // adv 22097 | |
@1690 @_ _ = shift // v 21323 | |
@1691 @_ _ = revenue // n 22445 | |
@1692 @_ _ = mark // v 21236 | |
@1693 @v loe.caeta = locate // v 21843 | |
@1694 @_ _ = county // n 22675 | |
@1695 @_ _ = appearance // n 21146 | |
@1696 @_ `pack-ment` = package // n 21665 | |
@1697 @_ _ = difficulty // n 22288 | |
@1698 @_ _ = bridge // n 21497 | |
@1699 @_ _ = recommend // v 21707 | |
@1700 @_ _ = obvious // adj 21052 | |
@1701 @_ _ = train // n 21766 | |
@1702 @_ _ = basically // adv 23265 | |
@1703 @_ _ = e-mail // n 22467 | |
@1704 @_ _ = generate // v 22213 | |
@1705 @_ _ = anymore // adv 21771 | |
@1706 @_ pr'proeza = propose // v 21691 | |
@1707 @_ _ = thinking // n 21663 | |
@1708 @_ _ = possibly // adv 20953 | |
@1709 @_ _ = trend // n 21894 | |
@1710 @_ _ = visitor // n 21490 | |
@1711 @_ _ = loan // n 22324 | |
@1712 @_ _ = currently // adv 21636 | |
@1713 @_ _ = comfortable // adj 21101 | |
@1714 @_ _ = investor // n 22410 | |
@1715 @_ _ = but // prep 20961 | |
@1716 @_ _ = profit // n 21754 | |
@1717 @_ _ = angry // adj 21485 | |
@1718 @_ _ = crew // n 21238 | |
@1719 @_ _ = deep // adv 21413 | |
@1720 @_ _ = accident // n 20964 | |
@1721 @_ `hi-wun` = male // n 22398 | |
@1722 @_ _ = meal // n 21556 | |
@1723 @_ _ = hearing // n 21560 | |
@1724 @_ _ = traffic // n 21296 | |
@1725 @_ _ = muscle // n 21931 | |
@1726 @_ _ = notion // n 21801 | |
@1727 @_ _ = capture // v 21018 | |
@1728 @_ _ = prefer // v 20946 | |
@1729 @_ _ = truly // adv 20576 | |
@1730 @_ _ = earth // n 21350 | |
@1731 @_ _ = Japanese // adj 21800 | |
@1732 @_ _ = chest // n 22508 | |
@1733 @_ _ = search // v 20943 | |
@1734 @_ _ = thick // adj 21932 | |
@1735 @_ _ = cash // n 21343 | |
@1736 @_ _ = museum // n 21715 | |
@1737 @_ _ = beauty // n 21060 | |
@1738 @_ _ = emergency // n 20796 | |
@1739 @_ _ = unique // adj 21436 | |
@1740 @_ _ = feature // v 21678 | |
@1741 @_ _ = internal // adj 22025 | |
@1742 @_ _ = ethnic // adj 22632 | |
@1743 @_ _ = link // v 21335 | |
@1744 @_ _ = stress // n 21813 | |
@1745 @_ _ = content // n 21821 | |
@1746 @_ _ = select // v 21617 | |
@1747 @n root = root // n 20774 (word root or plant root) | |
@1748 @n `smel-ster` = nose // n 21938 | |
@1749 @_ _ = declare // v 20550 | |
@1750 @_ _ = outside // adv 21556 | |
@1751 @_ _ = appreciate // v 20806 | |
@1752 @_ _ = actual // adj 21321 | |
@1753 @_ _ = bottle // n 21569 | |
@1754 @adv berrly = hardly // adv 20757 | |
@1755 @_ _ = setting // n 22004 | |
@1756 @_ _ = launch // v 20767 | |
@1757 @_ _ = dress // n 21362 | |
@1758 @_ _ = file // n 20832 | |
@1759 @_ _ = sick // adj 20906 | |
@1760 @_ _ = outcome // n 22721 | |
@1761 @_ _ = ad // n 21064 | |
@1762 @_ _ = defend // v 20510 | |
@1763 @_ _ = matter // v 20534 | |
@1764 @_ _ = judge // v 20320 | |
@1765 @_ _ = duty // n 20204 | |
@1766 @_ _ = sheet // n 20787 | |
@1767 @_ _ = ought // v 21552 | |
@1768 @_ _ = ensure // v 21341 | |
@1769 @_ _ = Catholic // adj 20866 | |
@1770 @_ _ = extremely // adv 20310 | |
@1771 @_ _ = extent // n 21727 | |
@1772 @_ _ = component // n 22085 | |
@1773 @_ _ = mix // v 20642 | |
@1774 @_ _ = long-term // adj 20841 | |
@1775 @adj (`des-quick`, @ext sloe) = slow // adj 20404 | |
@1776 @_ _ = contrast // n 21581 | |
@1777 @_ _ = zone // n 20472 | |
@1778 @_ _ = wake // v 21330 | |
@1779 @_ _ = challenge // v 20510 | |
@1780 @_ _ = airport // n 20897 | |
@1781 @_ _ = chief // n 20453 | |
@1782 @_ _ = brown // adj 21175 | |
@1783 @_ _ = standard // adj 20917 | |
@1784 @n shurt = shirt // n 21486 | |
@1785 @_ _ = pilot // n 20192 | |
@1786 @_ _ = warn // v 19996 | |
@1787 @_ _ = ultimately // adv 20387 | |
@1788 @_ _ = cat // n 21135 | |
@1789 @_ _ = contribution // n 20912 | |
@1790 @_ _ = capacity // n 21102 | |
@1791 @_ _ = ourselves // pr 19926 | |
@1792 @_ _ = estate // n 20673 | |
@1793 @_ _ = guide // n 20646 | |
@1794 @_ _ = circumstance // n 20310 | |
@1795 @_ _ = snow // n 21011 | |
@1796 @_ _ = English // adj 20235 | |
@1797 @_ _ = politician // n 20360 | |
@1798 @_ _ = steal // v 20296 | |
@1799 @_ _ = pursue // v 20136 | |
@1800 @_ _ = slip // v 21233 | |
@1801 @_ _ = percentage // n 20774 | |
@1802 @_ _ = meat // n 20271 | |
@1803 @_ _ = funny // adj 20399 | |
@(@1804 adv) @(@2940 det) niether = neither // det 10587 // adv 20100 | |
@engerror niether => niether | |
@1805 @_ _ = soil // n 20916 | |
@1806 @_ _ = influence // v 21448 | |
@1807 @_ _ = surgery // n 20118 | |
@1808 @adj corect = correct // adj 20613 | |
@adj `non-corect` = incorrect // adj 20613 | |
@1809 @_ _ = Jewish // adj 20196 | |
@1810 @_ _ = blame // v 19798 | |
@1811 @_ _ = estimate // v 20474 | |
@1812 @_ _ = due // prep 21141 | |
@1813 @_ _ = basketball // n 20955 | |
@1814 @_ _ = late // adv 19727 | |
@1815 @_ _ = golf // n 20979 | |
@1816 @_ _ = investigate // v 20117 | |
@1817 @_ _ = crazy // adj 20345 | |
@1818 @_ _ = significantly // adv 22038 | |
@1819 @_ _ = chain // n 19688 | |
@1820 @_ _ = address // n 19564 | |
@1821 @_ _ = branch // n 19633 | |
@1822 @_ _ = combination // n 20026 | |
@1823 @_ `justis-ful` = just // adj 20096 | |
@1824 @_ _ = frequently // adv 20508 | |
@1825 @n `guvern-er` = governor // n 20802 | |
@1826 @_ _ = relief // n 19493 | |
@1827 @_ _ = user // n 20681 | |
@1828 @_ _ = dad // n 20164 | |
@1829 @v kicka = kick // v 20092 | |
@1830 @_ _ = part // adv 19900 | |
@1831 @_ _ = manner // n 20012 | |
@1832 @_ _ = ancient // adj 19818 | |
@1833 @_ _ = silence // n 21169 | |
@1834 @_ _ = rating // n 20413 | |
@1835 @_ _ = golden // adj 19852 | |
@1836 @_ _ = motion // n 19649 | |
@1837 @_ _ = German // adj 20096 | |
@1838 @n jender = gender // n 22190 | |
@1839 @_ _ = solve // v 19501 | |
@1840 @_ _ = fee // n 20263 | |
@1841 @_ _ = landscape // n 20171 | |
@1842 @_ _ = used // adj 19130 | |
@1843 @_ _ = bowl // n 20662 | |
@1844 @_ _ = equal // adj 19952 | |
@1845 @_ _ = long // conj 19227 | |
@1846 @_ _ = official // adj 19628 | |
@1847 @_ _ = forth // adv 19531 | |
@1848 @_ _ = frame // n 20016 | |
@1849 @_ _ = typical // adj 19724 | |
@1850 @_ _ = except // prep 19594 | |
@1851 @_ _ = conservative // adj 19778 | |
@1852 @_ _ = eliminate // v 19773 | |
@1853 @n hoest = host // n 19389 | |
@1854 @_ _ = hall // n 20236 | |
@1855 @_ _ = trust // v 19482 | |
@1856 @_ _ = ocean // n 19421 | |
@1857 @_ _ = score // v 20391 | |
@1858 @_ _ = row // n 19519 | |
@1859 @n `pr'dus-er` = producer // n 19679 (person) | |
@1859 @n `pr'dus-ur` = producer // n 19679 (company) | |
@1860 @_ _ = afford // v 19035 | |
@1861 @_ _ = meanwhile // adv 19504 | |
@1862 @_ _ = regime // n 21101 | |
@1863 @_ _ = division // n 19772 | |
@1864 @_ _ = confirm // v 19327 | |
@1865 @_ _ = fix // v 19349 | |
@1866 @_ _ = appeal // n 19561 | |
@1867 @n `reflect-ool` = mirror // n 20081 | |
@1868 @n (bietster, @ext tooth) = tooth // n 20515 | |
@1869 @_ _ = smart // adj 19370 | |
@1870 @_ _ = length // n 19624 | |
@1871 @_ _ = entirely // adv 19075 | |
@1872 @_ _ = rely // v 19614 | |
@1873 @_ _ = topic // n 20640 | |
@1874 @_ _ = complain // v 19102 | |
@1875 @_ _ = issue // v 19300 | |
@1876 @_ _ = variable // n 22868 | |
@1877 @_ _ = back // v 19213 | |
@1878 @v raenja = range // v 20067 (vary or extend between specified limits) | |
@1879 @_ _ = telephone // n 19311 | |
@1880 @_ _ = perception // n 21086 | |
@1881 @_ _ = attract // v 19197 | |
@1882 @_ _ = confidence // n 18955 | |
@1883 @_ _ = bedroom // n 20387 | |
@1884 @_ _ = secret // n 19125 | |
@1885 @_ _ = debt // n 19506 | |
@1886 @_ _ = rare // adj 18978 | |
@1887 @_ _ = his // pr 19663 | |
@1888 @_ _ = tank // n 19158 | |
@1889 @_ `sub-helth-ist` = nurse // n 19385 | |
@1890 @_ _ = coverage // n 19522 | |
@1891 @_ _ = opposition // n 19847 | |
@1892 @_ _ = aside // adv 19056 | |
@1893 @_ _ = anywhere // adv 18970 | |
@1894 @_ _ = bond // n 19856 | |
@1895 @_ _ = file // v 19416 | |
@1896 @_ _ = pleasure // n 19099 | |
@1897 @_ _ = master // n 18880 | |
@n (`gran-peeriud`, @ext `gran-term`) = (@1898 era, epoch) // n 19209 (absolute/long period of time; piriud is relative/short) | |
@1899 @_ _ = requirement // n 20358 | |
@1900 @_ _ = check // n 18764 | |
@1901 @_ _ = stand // n 18910 | |
@1902 @_ _ = fun // n 18984 | |
@1903 @_ _ = expectation // n 19603 | |
@1904 @_ _ = wing // n 19028 | |
@1905 @_ _ = separate // adj 19064 | |
@1906 @_ _ = now // conj 19126 | |
@1907 @_ _ = clear // v 19013 | |
@1908 @_ _ = struggle // n 19014 | |
@1909 @adj meeni = mean // adj 19792 | |
@1910 @adv `sum-ly` = somewhat // adv 18801 | |
@1911 @v pora = pour // v 19300 | |
@1912 @_ `mix-'rounda` = stir // v 20174 | |
@1913 @_ _ = judgment // n 19315 | |
@1914 @_ _ = clean // v 18766 | |
@1915 @_ _ = except // conj 18857 | |
@1916 @_ _ = beer // n 19349 | |
@1917 @_ _ = English // n 18719 | |
@1918 @_ _ = reference // n 19559 | |
@1919 @n (`un-hapi-nes-drop`, @ext `sad-nes-drop`, @ext teer) = tear // n 19819 | |
@1920 @_ _ = doubt // n 18542 | |
@1921 @_ _ = grant // v 18598 | |
@1922 @_ _ = seriously // adv 18328 | |
@1923 @_ _ = account // v 19403 | |
@1924 @_ _ = minister // n 19154 | |
@1925 @_ _ = totally // adv 18720 | |
@1926 @_ _ = hero // n 18348 | |
@1927 @_ _ = industrial // adj 19413 | |
@1928 @_ _ = cloud // n 19214 | |
@1929 @_ _ = stretch // v 19014 | |
@1930 @_ _ = winner // n 19216 | |
@1931 @_ _ = volume // n 18989 | |
@1932 @_ _ = travel // n 18634 | |
@1933 @_ _ = seed // n 19079 | |
@1934 @_ _ = surprised // adj 18822 | |
@1935 @_ _ = rest // v 18915 | |
@1936 @_ _ = fashion // n 18483 | |
@1937 @_ _ = pepper // n 20220 | |
@1938 @_ _ = separate // v 18251 | |
@1939 @_ _ = busy // adj 18500 | |
@1940 @_ _ = intervention // n 21021 | |
@1941 @_ _ = copy // n 18244 | |
@1942 @_ _ = tip // n 18868 | |
@1943 @_ _ = below // prep 18353 | |
@1944 @_ _ = cheap // adj 18371 | |
@1945 @_ _ = aim // v 18194 | |
@1946 @_ _ = cite // v 19011 | |
@1947 @_ _ = welfare // n 19580 | |
@1948 @_ _ = vegetable // n 19363 | |
@1949 @_ _ = gray // adj 19408 | |
@1950 @_ _ = dish // n 18887 | |
@1951 @_ _ = beach // n 18451 | |
@1952 @_ _ = improvement // n 18977 | |
@1953 @_ _ = everywhere // adv 18126 | |
@1954 @_ _ = opening // n 18058 | |
@1955 @_ _ = overall // adj 19031 | |
@1956 @_ _ = divide // v 18337 | |
@1957 @_ _ = initial // adj 19019 | |
@1958 @_ _ = terrible // adj 18659 | |
@1959 @_ _ = oppose // v 18484 | |
@1960 @_ _ = contemporary // adj 19293 | |
@1961 @_ _ = route // n 18313 | |
@1962 @_ _ = multiple // adj 19512 | |
@1963 @_ _ = essential // adj 19030 | |
@1964 @_ _ = question // v 17924 | |
@1965 @_ _ = league // n 19766 | |
@1966 @adj `criem-eer` = criminal // adj 18424 (person) | |
@1966 @adj `criem-ic` = criminal // adj 18424 | |
@1967 @adj `kerr-ful` = careful // adj 17885 | |
@1968 @_ _ = core // n 18571 | |
@1969 @_ _ = upper // adj 18196 | |
@1970 @_ _ = rush // v 18561 | |
@1971 @_ _ = necessarily // adv 18334 | |
@1972 @_ _ = specifically // adv 18873 | |
@1973 @_ _ = tired // adj 18597 | |
@1974 @_ _ = rise // n 18055 | |
@1975 @_ _ = tie // n 17787 | |
@1976 @_ _ = employ // v 18912 | |
@1977 @_ _ = holiday // n 18299 | |
@1978 @_ _ = dance // v 18263 | |
@1979 @_ _ = vast // adj 17836 | |
@1980 @_ _ = resolution // n 18922 | |
@1982 @_ _ = fewer // det 18223 | |
@1983 @_ _ = abortion // n 18925 | |
@1984 @_ _ = apart // adv 17872 | |
@1985 @_ _ = witness // n 18920 | |
@1986 @_ _ = match // v 17788 | |
@1987 @_ _ = barely // adv 18533 | |
@1988 @_ _ = sector // n 19103 | |
@1989 @_ _ = representative // n 18189 | |
@1990 @_ _ = lack // v 18215 | |
@1991 @_ _ = beneath // prep 19047 | |
@1992 @prep biisied = beside // prep 19952 | |
@1993 @_ _ = black // n 18441 | |
@1994 @_ _ = incident // n 17880 | |
@1995 @_ _ = limited // adj 18532 | |
@1996 @_ _ = proud // adj 17841 | |
@1997 @_ _ = flow // n 18469 | |
@1998 @_ _ = faculty // n 20104 | |
@1999 @_ _ = increased // adj 18984 | |
@2000 @_ _ = waste // n 19069 | |
@2001 @_ _ = merely // adv 18094 | |
@2002 @_ _ = mass // n 18107 | |
@2003 @_ _ = emphasize // v 18933 | |
@2004 @_ _ = experiment // n 18440 | |
@2005 @_ _ = definitely // adv 18214 | |
@2006 @_ _ = bomb // n 18284 | |
@2007 @_ _ = enormous // adj 17482 | |
@2008 @_ _ = tone // n 17954 | |
@2009 @_ _ = liberal // adj 18228 | |
@2010 @_ _ = massive // adj 17551 | |
@2011 @_ _ = engineer // n 17991 | |
@2012 @_ weel = wheel // n 18296 | |
@2013 @_ `shi-wun` = female // n 18932 | |
@2014 @_ _ = decline // v 18058 | |
@2015 @_ _ = invest // v 18080 | |
@2016 @_ _ = promise // n 17342 | |
@2017 @_ _ = cable // n 18277 | |
@2018 @_ _ = towards // prep 18305 | |
@2019 @_ _ = expose // v 17581 | |
@2020 @_ _ = rural // adj 18665 | |
@2021 @_ _ = AIDS // n 19384 | |
@2022 @_ _ = Jew // n 17893 | |
@2023 @adj (`des-wied`, @ext nerroe) = narrow // adj 17840 | |
@2024 @_ _ = cream // n 18443 | |
@2025 @_ _ = secretary // n 17922 | |
@2026 @_ _ = gate // n 17999 | |
@2027 @_ _ = solid // adj 17675 | |
@2028 @_ _ = hill // n 18131 | |
@2029 @_ _ = typically // adv 18254 | |
@2030 @_ _ = noise // n 18024 | |
@2031 @_ _ = grass // n 18139 | |
@2032 @_ _ = unfortunately // adv 17482 | |
@2033 @_ _ = hat // n 18198 | |
@2034 @_ _ = legislation // n 17934 | |
@2035 @v (`des-faela`, `hav-succesa` = succeed // v 17423 | |
@2036 @_ _ = either // det 17257 | |
@2037 @_ _ = celebrate // v 17421 | |
@2038 @_ _ = achievement // n 18998 | |
@2039 @_ _ = fishing // n 18103 | |
@2040 @_ _ = drink // n 18227 | |
@2041 @_ _ = accuse // v 17778 | |
@2042 @_ _ = hand // v 18231 | |
@2043 @_ _ = useful // adj 18205 | |
@2044 @_ _ = land // v 17401 | |
@2045 @_ _ = secret // adj 17305 | |
@2046 @_ _ = reject // v 17656 | |
@2047 @_ _ = talent // n 17474 | |
@2048 @n taest = taste // n 17409 | |
@2049 @_ _ = characteristic // n 19621 | |
@2050 @_ _ = milk // n 17812 | |
@2051 @_ _ = escape // v 17195 | |
@2052 @_ _ = cast // v 17163 | |
@2053 @_ _ = sentence // n 17162 | |
@2054 @_ _ = unusual // adj 16997 | |
@2055 @_ _ = closely // adv 17220 | |
@2056 @_ _ = convince // v 16948 | |
@2057 @_ _ = height // n 17403 | |
@2058 @_ _ = physician // n 17707 | |
@2059 @_ _ = assess // v 19220 | |
@2060 @_ _ = sleep // n 17882 | |
@2061 @_ _ = plenty // pr 17445 | |
@2062 @_ _ = ride // n 17654 | |
@2063 @_ _ = virtually // adv 17426 | |
@2064 @adv `furst-ly` = (first, firstly) // adv 17332 | |
@2065 @_ _ = addition // prep 17641 | |
@2066 @_ _ = sharp // adj 17403 | |
@2067 @_ _ = creative // adj 17597 | |
@2068 @_ _ = lower // v 17206 | |
@2069 @_ _ = behind // adv 17347 | |
@2070 @_ _ = approve // v 17329 | |
@2071 @_ _ = explanation // n 17712 | |
@2072 @_ _ = outside // adj 16797 | |
@2073 @_ _ = gay // adj 17428 | |
@2074 @_ _ = campus // n 17541 | |
@2075 @_ _ = proper // adj 17024 | |
@2076 @_ _ = live // adj 17365 | |
@2077 @_ _ = guilty // adj 17596 | |
@2078 @_ _ = living // adj 16823 | |
@2079 @_ _ = acquire // v 17435 | |
@2080 @_ _ = compete // v 17264 | |
@2081 @_ _ = technical // adj 17594 | |
@2082 @_ _ = plus // prep 17202 | |
@2083 @_ _ = mind // v 17378 | |
@2084 @_ _ = potential // n 17523 | |
@2085 @_ _ = immigrant // n 17615 | |
@2086 @_ _ = weak // adj 16628 | |
@2087 @_ _ = illegal // adj 17258 | |
@2088 @_ _ = hi // intj 18910 | |
@2089 @_ _ = alternative // n 17197 | |
@2090 @_ _ = interaction // n 19144 | |
@2091 @_ _ = column // n 16810 | |
@2092 @_ _ = personality // n 16933 | |
@2093 @_ _ = signal // n 16835 | |
@2094 @_ _ = curriculum // n 19193 | |
@2095 @_ _ = list // v 17006 | |
@2096 @_ _ = honor // n 16686 | |
@2097 @_ _ = passenger // n 16933 | |
@2098 @_ _ = assistance // n 17396 | |
@2099 @_ _ = forever // adv 16890 | |
@2100 @_ _ = fun // adj 16932 | |
@2101 @_ _ = regard // v 16890 | |
@2102 @_ _ = Israeli // adj 17967 | |
@2103 @_ _ = association // n 17759 | |
@2104 @_ _ = twenty // nm 17491 | |
@2105 @_ _ = knock // v 17146 | |
@2106 @_ _ = review // v 16916 | |
@2107 @_ _ = wrap // v 17073 | |
@2108 @_ _ = lab // n 16498 | |
@2109 @_ _ = offer // n 16612 | |
@2110 @_ _ = display // v 16806 | |
@2111 @_ _ = criticism // n 17049 | |
@2112 @_ _ = asset // n 16977 | |
@2113 @_ _ = depression // n 16976 | |
@2114 @_ _ = spiritual // adj 17074 | |
@2115 @_ _ = musical // adj 16931 | |
@2116 @n (`jurnul-icist`, @ext `jurnul-ist`) = journalist // n 16858 | |
@2117 @n `prey-ens` = prayer // n 16296 | |
@2118 @_ _ = suspect // v 16194 | |
@2119 @_ _ = scholar // n 17482 | |
@2120 @_ _ = warning // n 16205 | |
@2121 @_ _ = climate // n 17189 | |
@2122 @_ _ = cheese // n 17416 | |
@2123 @_ _ = observation // n 17500 | |
@2124 @_ `chield-ship` = childhood // n 16268 | |
@2125 @_ _ = payment // n 16704 | |
@2126 @_ _ = sir // n 17733 | |
@2127 @_ _ = permit // v 16764 | |
@2128 @_ _ = cigarette // n 17160 | |
@2129 @_ _ = definition // n 17499 | |
@2130 @_ _ = priority // n 16586 | |
@2131 @_ _ = bread // n 16686 | |
@2132 @n creeaetion = creation // n 16967 | |
@2133 @_ _ = graduate // n 16803 | |
@2134 @_ _ = request // n 16241 | |
@2135 @_ _ = emotion // n 16062 | |
@2136 @_ _ = scream // v 17342 | |
@2137 @_ _ = dramatic // adj 16233 | |
@2138 @_ _ = universe // n 16596 | |
@2139 @_ _ = gap // n 16216 | |
@2140 @_ _ = excellent // adj 16094 | |
@2141 @_ _ = deeply // adv 15848 | |
@2142 @_ _ = prosecutor // n 17260 | |
@2143 @_ _ = mark // n 15973 | |
@2144 @_ _ = green // n 16776 | |
@2145 @_ _ = lucky // adj 16550 | |
@2146 @_ _ = drag // v 16685 | |
@2147 @_ _ = airline // n 17164 | |
@2148 @_ _ = library // n 16314 | |
@2149 @_ _ = agenda // n 16449 | |
@2150 @_ _ = recover // v 15786 | |
@2151 @n (`maek-erria`, @ext factory) = factory // n 16240 | |
@2152 @_ _ = selection // n 16706 | |
@2153 @_ _ = primarily // adv 17015 | |
@2154 @n (`bild-ment-top`, @ext roof) = roof // n 16520 | |
@2155 @_ _ = unable // adj 15901 | |
@2156 @_ _ = expense // n 16274 | |
@2157 @_ _ = initiative // n 16445 | |
@2158 @_ _ = diet // n 16933 | |
@2159 @_ _ = arrest // v 16205 | |
@2160 @_ _ = funding // n 16282 | |
@2161 @_ _ = therapy // n 16351 | |
@2162 @v wosha = wash // v 16314 | |
@2163 @_ _ = schedule // n 15987 | |
@2164 @adj (`un-hapi`, @ext sad) = (sad, @4770 unhappy) // adj 16163 | |
@2165 @_ _ = brief // adj 15770 | |
@2166 @_ _ = housing // n 16403 | |
@2167 @_ _ = post // n 15693 | |
@2168 @_ _ = purchase // v 16064 | |
@2169 @_ _ = existing // adj 16654 | |
@2170 @_ _ = dark // n 16865 | |
@2171 @_ _ = steel // n 15982 | |
@2172 @prep @nd wert = regarding // prep 17220 | |
@2173 @_ _ = shout // v 17239 | |
@2174 @_ _ = remaining // adj 15992 | |
@2175 @_ _ = visual // adj 17316 | |
@2176 @_ _ = fairly // adv 15701 | |
@2177 @_ _ = chip // n 16162 | |
@2178 @_ _ = violent // adj 15765 | |
@2179 @_ _ = silent // adj 16802 | |
@2180 @_ _ = suppose // v 16562 | |
@2181 @n self = self // n 16708 | |
@2182 @_ _ = bike // n 17306 | |
@2183 @_ _ = tea // n 16373 | |
@2184 @_ _ = perceive // v 17180 | |
@2185 @_ _ = comparison // n 16809 | |
@2186 @_ _ = settlement // n 16172 | |
@2187 @_ _ = layer // n 16250 | |
@2188 @_ _ = planning // n 16434 | |
@2189 @_ _ = far // conj 16006 | |
@2190 @_ _ = description // n 16415 | |
@2191 @_ _ = later // adj 15734 | |
@2192 @_ _ = slow // v 15633 | |
@2193 @_ _ = slide // v 16805 | |
@2194 @_ _ = widely // adv 16000 | |
@2195 @_ _ = wedding // n 15829 | |
@2196 @_ _ = inform // v 15725 | |
@2197 @_ _ = portion // n 15677 | |
@2198 @_ _ = territory // n 15831 | |
@2199 @_ _ = immediate // adj 15680 | |
@2200 @_ _ = opponent // n 15803 | |
@2201 @_ _ = abandon // v 15323 | |
@2202 @_ _ = link // n 15738 | |
@2203 @_ _ = mass // adj 15939 | |
@2204 @_ _ = lake // n 15836 | |
@2205 @_ _ = transform // v 15815 | |
@2206 @_ _ = tension // n 15614 | |
@2207 @_ _ = display // n 15575 | |
@2208 @_ _ = leading // adj 15665 | |
@2209 @v bothera = (bother, @4757 trouble) // v 15870 | |
@2210 @_ _ = consist // v 16648 | |
@2211 @_ _ = alcohol // n 15877 | |
@2212 @_ _ = enable // v 16293 | |
@2213 @_ _ = bend // v 16285 | |
@2214 @_ _ = saving // n 15917 | |
@2215 @_ _ = gain // n 15822 | |
@2216 @_ _ = desert // n 15653 | |
@2217 @_ _ = shall // v 15997 | |
@2218 @n errer = error // n 15980 | |
@2219 @_ _ = release // n 15540 | |
@2220 @_ _ = cop // n 16228 | |
@2221 @_ _ = Arab // adj 16732 | |
@2222 @adj @det dubl = double // adj 15233 | |
@2223 @_ _ = walk // n 15632 | |
@2224 @_ _ = sand // n 15658 | |
@2225 @_ _ = Spanish // adj 15512 | |
@2226 @_ _ = rule // v 15310 | |
@2227 @_ _ = hit // n 15766 | |
@2228 @_ _ = print // n 15634 | |
@2229 @_ _ = preserve // v 15527 | |
@2230 @_ _ = passage // n 15702 | |
@2231 @_ _ = formal // adj 16078 | |
@2232 @_ _ = transition // n 16058 | |
@2233 @_ _ = existence // n 15969 | |
@2234 @_ _ = album // n 15869 | |
@2235 @n (`taek-part-ens`, @ext partici.paetion) = participation // n 17187 | |
@2236 @_ _ = arrange // v 15258 | |
@2237 @_ _ = atmosphere // n 15310 | |
@2238 @_ _ = joint // adj 15444 | |
@2239 @_ _ = reply // v 16312 | |
@2240 @_ _ = cycle // n 15775 | |
@2241 @_ _ = opposite // adj 15554 | |
@2242 @_ _ = lock // v 15616 | |
@2243 @_ _ = whole // n 15558 | |
@2244 @_ _ = deserve // v 14944 | |
@2245 @_ _ = consistent // adj 16334 | |
@2246 @_ _ = resistance // n 15686 | |
@2247 @_ _ = discovery // n 15358 | |
@2248 @_ _ = tear // v 15575 | |
@2249 @_ _ = exposure // n 15979 | |
@2250 @_ _ = pose // v 15230 | |
@2251 @_ _ = stream // n 15400 | |
@2252 @_ _ = sale // n 15351 | |
@2253 @_ _ = trust // n 15170 | |
@2254 @_ _ = benefit // v 15424 | |
@2255 @_ _ = pot // n 15407 | |
@2256 @_ _ = grand // adj 15659 | |
@2257 @_ _ = mine // pr 15794 | |
@2258 @intj helo = hello // intj 16600 | |
@2259 @_ _ = coalition // n 15720 | |
@2260 @_ _ = tale // n 15004 | |
@2261 @n nief = knife // n 15792 | |
@2262 @_ _ = resolve // v 15260 | |
@2263 @_ _ = racial // adj 15687 | |
@2264 @_ _ = phase // n 16045 | |
@2265 @_ _ = present // n 15267 | |
@2266 @_ _ = joke // n 15284 | |
@2267 @_ _ = coat // n 16010 | |
@2268 @_ _ = Mexican // adj 15514 | |
@2269 @_ _ = symptom // n 15886 | |
@2270 @_ _ = contact // v 15359 | |
@2271 @_ _ = manufacturer // n 15741 | |
@root phi.los'ph = philosophical | |
@2272 @n `phi.los'ph-y` = philosophy // n 15746 | |
@n `phi.los'ph-ics` = philosophy // n 15746 | |
@adj `phi.los'ph-ic` = philosophical // n 15746 | |
@adv `phi.los'ph-ic-ly` = philosophically // n 15746 | |
@n (`phi.los'ph-icist`, `phi.los'ph-ist`, `phi.los'ph-eer`) = philosopher // n 15746 | |
@2273 @_ _ = potato // n 15561 | |
@2274 @_ _ = interview // v 15687 | |
@2275 @_ _ = foundation // n 15273 | |
@2276 @_ _ = quote // v 15415 | |
@2277 @_ _ = online // adj 15848 | |
@2278 @_ _ = pass // n 15599 | |
@2279 @_ _ = negotiation // n 15680 | |
@2280 @n (`bie-'bul`, `traed'bul`) = good // n 15259 | |
@2281 @v urgja = urge // v 14894 | |
@2282 @n @ext oe.caesion = occasion // n 14792 | |
@2282 @tn ves = occasion // n 14792 | |
@2507 @adv (`ves-ly`, @ext `oe.caesion-ly`) = occasionally // adv 13321 | |
@2283 @n dust = dust // n 15475 | |
@2283 @n err-dust = dust // n 15475 | |
@2284 @_ _ = breathe // v 15813 | |
@2285 @n electa = elect // v 15350 | |
@2286 @_ _ = investigator // n 15258 | |
@2287 @_ _ = jacket // n 15692 | |
@2288 @_ _ = glad // adj 15556 | |
@2289 @_ _ = ordinary // adj 14776 | |
@2290 @_ _ = reduction // n 15862 | |
@2291 @_ _ = rarely // adv 14912 | |
@2292 @_ _ = shift // n 15114 | |
@2293 @v packa = pack // v 15169 | |
@2294 @_ _ = suicide // n 15145 | |
@2295 @_ _ = numerous // adj 15389 | |
@2296 @_ _ = touch // n 14939 | |
@2297 @_ _ = substance // n 15909 | |
@2298 @_ _ = discipline // n 15684 | |
@2299 @_ _ = elsewhere // adv 14884 | |
@2300 @_ _ = iron // n 15043 | |
@2301 @_ _ = practical // adj 15303 | |
@2302 @_ _ = moreover // adv 16163 | |
@2303 @_ _ = passion // n 14632 | |
@2304 @_ _ = volunteer // n 14958 | |
@2305 @_ _ = implement // v 16124 | |
@2306 @_ _ = essentially // adv 15020 | |
@2307 @_ _ = gene // n 15377 | |
@2308 @_ _ = enforcement // n 15052 | |
@2309 @_ _ = vs // prep 16003 | |
@2310 @_ _ = sauce // n 15903 | |
@2311 @_ _ = independence // n 15259 | |
@2312 @_ _ = marketing // n 15259 | |
@2313 @_ _ = priest // n 14889 | |
@2314 @_ _ = amazing // adj 15124 | |
@2315 @_ _ = intense // adj 14452 | |
@2316 @_ _ = advance // n 14645 | |
@2317 @_ _ = employer // n 14846 | |
@2318 @_ _ = shock // n 14551 | |
@2319 @_ _ = inspire // v 14771 | |
@2320 @_ _ = adjust // v 14564 | |
@2321 @_ _ = retire // v 14979 | |
@2322 @_ _ = sure // adv 14854 | |
@2323 @_ _ = visible // adj 14691 | |
@2324 @_ _ = kiss // v 16128 | |
@2325 @_ _ = illness // n 14726 | |
@2326 @_ _ = cap // n 14672 | |
@2327 @_ _ = habit // n 14501 | |
@2328 @_ _ = competitive // adj 14938 | |
@2329 @_ _ = juice // n 15388 | |
@2330 @_ _ = congressional // adj 14936 | |
@2331 @_ _ = involvement // n 15640 | |
@2332 @_ _ = dominate // v 14768 | |
@2333 @_ _ = previously // adv 15092 | |
@2334 @_ _ = whenever // adv 14484 | |
@2335 @_ _ = transfer // v 14686 | |
@2336 @_ _ = analyze // v 15587 | |
@2337 @_ _ = another // pr 14441 | |
@2338 @_ _ = attach // v 14552 | |
@2339 @_ _ = for // conj 14594 | |
@2340 @_ _ = Indian // n 15021 | |
@2341 @_ _ = disaster // n 14684 | |
@2342 @_ _ = parking // n 14970 | |
@2343 @_ _ = prospect // n 14521 | |
@2344 @_ _ = boss // n 14587 | |
@2345 @_ _ = complaint // n 14551 | |
@2346 @_ _ = championship // n 16008 | |
@2347 @_ _ = coach // v 15910 | |
@2348 @_ _ = exercise // v 14766 | |
@2349 @_ _ = fundamental // adj 15199 | |
@2350 @_ _ = severe // adj 14609 | |
@2351 @_ _ = enhance // v 15393 | |
@2352 @_ _ = mystery // n 14211 | |
@2353 @_ _ = impose // v 14881 | |
@2354 @_ _ = poverty // n 14891 | |
@2355 @_ _ = other // prep 14165 | |
@2356 @_ _ = entry // n 14643 | |
@2357 @_ _ = fat // adj 14826 | |
@2358 @_ _ = spending // n 14965 | |
@2359 @_ _ = king // n 14445 | |
@2360 @_ _ = evaluate // v 15780 | |
@2361 @_ _ = symbol // n 14596 | |
@2362 @_ _ = still // adj 14308 | |
@2363 @_ _ = trade // v 14624 | |
@2364 @_ _ = maker // n 14586 | |
@2365 @_ _ = mood // n 14227 | |
@2366 @_ _ = accomplish // v 14325 | |
@2367 @_ _ = emphasis // n 15337 | |
@2368 @_ _ = illustrate // v 15091 | |
@2369 @_ _ = boot // n 15033 | |
@2370 @_ _ = monitor // v 14499 | |
@2371 @_ _ = Asian // adj 14873 | |
@2372 @_ _ = entertainment // n 14615 | |
@2373 @_ _ = bean // n 14996 | |
@2374 @_ _ = evaluation // n 16213 | |
@2375 @_ _ = creature // n 14852 | |
@2376 @_ _ = commander // n 14425 | |
@2377 @_ _ = digital // adj 15048 | |
@2378 @_ _ = arrangement // n 14403 | |
@2379 @_ _ = concentrate // v 14155 | |
@2380 @_ _ = total // n 14559 | |
@2381 @_ _ = usual // adj 14305 | |
@2382 @_ _ = anger // n 14241 | |
@2383 @adj (`miend-ological`, @ext `miend-ological`) = psychological // adj 15249 | |
@2384 @_ _ = heavily // adv 13964 | |
@2385 @_ _ = peak // n 14481 | |
@2386 @_ _ = approximately // adv 15172 | |
@2387 @_ _ = increasing // adj 14886 | |
@2388 @_ _ = disorder // n 14780 | |
@2389 @_ _ = missile // n 15147 | |
@2390 @_ _ = equally // adv 14389 | |
@2391 @_ _ = vary // v 14954 | |
@2392 @_ _ = wire // n 14310 | |
@2393 @_ _ = round // n 14539 | |
@2394 @_ _ = distribution // n 15249 | |
@2395 @_ _ = transportation // n 14516 | |
@2396 @_ _ = holy // adj 14090 | |
@2397 @_ _ = ring // v 14757 | |
@2398 @_ _ = twin // n 14610 | |
@2399 @_ _ = command // n 14022 | |
@2400 @_ _ = commission // n 14371 | |
@2401 @_ _ = interpretation // n 15613 | |
@2402 @_ _ = breakfast // n 14397 | |
@2403 @n _ = stop // n 14117 | |
@2404 @_ _ = strongly // adv 14459 | |
@2405 @_ _ = engineering // n 14853 | |
@2406 @_ _ = luck // n 14186 | |
@2407 @_ _ = so-called // adj 14065 | |
@2408 @_ _ = constant // adj 14069 | |
@2409 @_ _ = race // v 14233 | |
@2410 @_ _ = clinic // n 14016 | |
@2411 @_ _ = veteran // n 14366 | |
@2412 @_ _ = smell // v 15214 | |
@2413 @_ _ = tablespoon // n 15804 | |
@2414 @_ _ = capable // adj 13933 | |
@2415 @_ _ = nervous // adj 14100 | |
@2416 @_ _ = tourist // n 13895 | |
@2417 @_ _ = light // v 14720 | |
@2418 @_ _ = toss // v 14565 | |
@2419 @_ _ = crucial // adj 14234 | |
@2420 @_ _ = bury // v 14030 | |
@2421 @v preya = pray // v 14006 | |
@2422 @_ _ = tomato // n 14864 | |
@2423 @_ _ = exception // n 14136 | |
@2424 @_ _ = butter // n 14780 | |
@2425 @_ _ = deficit // n 15008 | |
@2426 @_ _ = bathroom // n 14725 | |
@2427 @_ _ = objective // n 15107 | |
@2428 @_ _ = block // v 13688 | |
@2429 @_ _ = electronic // adj 14057 | |
@2430 @_ _ = ally // n 14025 | |
@2431 @_ `trip-trip` = journey // n 13599 | |
@2432 @_ _ = reputation // n 13681 | |
@2433 @_ _ = mixture // n 14856 | |
@2434 @_ _ = surely // adv 13904 | |
@2435 @_ _ = tower // n 13948 | |
@2436 @_ _ = smoke // n 14327 | |
@2437 @_ _ = confront // v 13757 | |
@2438 @_ _ = pure // adj 13671 | |
@2439 @_ _ = glance // v 16008 | |
@2440 @n (axis, @ext di.mension) = dimension // n 14965 | |
@2441 @n toy = toy // n 13935 | |
@2442 @_ _ = prisoner // n 13928 | |
@2443 @_ _ = fellow // adj 13585 | |
@2444 @_ _ = smooth // adj 14148 | |
@2445 @_ _ = nearby // adj 13820 | |
@2446 @_ _ = peer // n 14738 | |
@2447 @_ _ = designer // n 14210 | |
@2448 @_ _ = personnel // n 14095 | |
@2449 @_ _ = shape // v 13859 | |
@2450 @_ _ = educator // n 15447 | |
@2451 @_ _ = relative // n 13541 | |
@2452 @_ _ = immigration // n 14526 | |
@2453 @_ _ = belt // n 13826 | |
@2454 @_ _ = teaspoon // n 15767 | |
@2455 @_ _ = birthday // n 13757 | |
@2456 @_ _ = implication // n 14791 | |
@2457 @_ _ = perfectly // adv 13671 | |
@2458 @_ _ = coast // n 13515 | |
@2459 @_ _ = supporter // n 13970 | |
@2460 @_ _ = accompany // v 13666 | |
@2461 @_ _ = silver // n 14033 | |
@2462 @_ _ = teenager // n 13615 | |
@2463 @_ _ = recognition // n 14249 | |
@2464 @_ _ = retirement // n 13964 | |
@2465 @_ _ = flag // n 13655 | |
@2466 @_ _ = recovery // n 13703 | |
@2467 @_ _ = whisper // v 15383 | |
@2468 @_ _ = watch // n 13996 | |
@2469 @_ _ = gentleman // n 14648 | |
@2470 @_ _ = corn // n 13739 | |
@2471 @_ _ = moon // n 13959 | |
@2472 @_ _ = inner // adj 13545 | |
@2473 @_ _ = junior // adj 13797 | |
@2474 @_ _ = rather // conj 13611 | |
@2475 @_ _ = throat // n 14681 | |
@2476 @_ _ = salary // n 13885 | |
@2477 @_ _ = swing // v 14317 | |
@2478 @_ _ = observer // n 13806 | |
@2479 @_ _ = due // adj 13252 | |
@2480 @_ _ = straight // adj 13474 | |
@2481 @_ _ = publication // n 14045 | |
@2482 @_ _ = pretty // adj 13951 | |
@2483 @_ _ = crop // n 13733 | |
@2484 @_ _ = dig // v 13633 | |
@2485 @_ _ = strike // n 13686 | |
@2486 @adj (perm, @ext permunent) = permanent // adj 13390 | |
@2487 @_ _ = plant // v 13526 | |
@2488 @_ _ = phenomenon // n 14087 | |
@2489 @_ _ = anxiety // n 14088 | |
@2490 @_ _ = unlike // prep 13248 | |
@2491 @_ _ = wet // adj 13963 | |
@2492 @_ _ = literally // adv 13425 | |
@2493 @_ _ = resist // v 13330 | |
@2494 @_ _ = convention // n 14497 | |
@2495 @_ _ = embrace // v 13183 | |
@2496 @_ _ = supply // v 13399 | |
@2497 @_ _ = assist // v 13748 | |
@2498 @_ _ = exhibition // n 13987 | |
@2499 @_ _ = construct // v 14234 | |
@2500 @_ _ = viewer // n 13479 | |
@2501 @_ _ = pan // n 14148 | |
@2502 @_ _ = consultant // n 13646 | |
@2503 @_ _ = soon // conj 13547 | |
@2504 @_ _ = line // v 13373 | |
@2505 @_ _ = administrator // n 14058 | |
@2506 @_ _ = date // v 13231 | |
@2508 @_ _ = mayor // n 13903 | |
@2509 @_ _ = consideration // n 14047 | |
@2510 @_ _ = CEO // n 13956 | |
@2511 @_ _ = secure // v 13181 | |
@2512 @_ _ = pink // adj 13849 | |
@2513 @_ _ = smoke // v 13438 | |
@2514 @_ _ = estimate // n 13718 | |
@2515 @_ _ = buck // n 13693 | |
@2516 @_ _ = historic // adj 13507 | |
@2517 @_ _ = poem // n 13702 | |
@2518 @_ _ = grandmother // n 13670 | |
@2519 @_ _ = bind // v 13109 | |
@2520 @_ _ = fifth // nm 13150 | |
@2521 @_ _ = constantly // adv 13033 | |
@2522 @_ _ = enterprise // n 13542 | |
@2523 @_ _ = favor // v 13235 | |
@2524 @_ _ = testing // n 13725 | |
@2525 @_ (`food-bag-in`, @ext stumick) = stomach // n 13845 | |
@2526 @_ _ = apparent // adj 13434 | |
@2527 @_ _ = weigh // v 13051 | |
@2528 @_ _ = install // v 13584 | |
@2529 @_ _ = sensitive // adj 13115 | |
@2530 @_ _ = suggestion // n 13145 | |
@2531 @_ _ = mail // n 13024 | |
@2532 @_ _ = recipe // n 13840 | |
@2533 @_ _ = reasonable // adj 13130 | |
@2534 @_ _ = preparation // n 13553 | |
@2535 @_ _ = wooden // adj 13518 | |
@2536 @_ _ = elementary // adj 13831 | |
@2537 @_ _ = concert // n 13270 | |
@2538 @_ _ = aggressive // adj 13191 | |
@2539 @_ _ = false // adj 12871 | |
@2540 @_ _ = intention // n 13207 | |
@2541 @_ _ = channel // n 12975 | |
@2542 @_ _ = extreme // adj 13064 | |
@2543 @_ _ = tube // n 13364 | |
@2544 @n `draw-ment` = drawing // n 13377 | |
@2545 @_ _ = protein // n 14036 | |
@2546 @_ _ = quit // v 13045 | |
@2547 @_ _ = absence // n 13597 | |
@2548 @_ _ = roll // n 13053 | |
@2549 @_ _ = Latin // adj 13797 | |
@2550 @_ _ = rapidly // adv 13066 | |
@2551 @_ jael = jail // n 13324 | |
@2552 @_ _ = comment // v 12930 | |
@2553 @_ _ = diversity // n 13872 | |
@2554 @_ _ = honest // adj 12916 | |
@2555 @_ _ = Palestinian // adj 14008 | |
@2556 @_ _ = pace // n 12891 | |
@2557 @_ _ = employment // n 13673 | |
@2558 @_ _ = speaker // n 12889 | |
@2559 @_ _ = impression // n 12746 | |
@2560 @_ _ = essay // n 13802 | |
@2561 @_ _ = respondent // n 15057 | |
@2562 @_ _ = giant // adj 12963 | |
@2563 @_ _ = cake // n 13336 | |
@2564 @_ _ = historian // n 13437 | |
@2565 @_ _ = negotiate // v 13043 | |
@2566 @_ _ = restore // v 12814 | |
@2567 @_ _ = substantial // adj 13376 | |
@2568 @_ _ = pop // v 13123 | |
@2569 @_ _ = particular // adv 13259 | |
@2570 @_ _ = specialist // n 13041 | |
@2571 @_ _ = origin // n 13654 | |
@2572 @_ _ = approval // n 12795 | |
@2573 @_ _ = mine // n 12824 | |
@2574 @_ _ = quietly // adv 13503 | |
@2575 @_ _ = advise // v 12709 | |
@2576 @_ _ = conventional // adj 13209 | |
@2577 @n drop = drop // n 12757 | |
@n `drop-lut` = droplet // n 12757 | |
@2578 @_ _ = count // n 13007 | |
@2579 @_ _ = depth // n 12927 | |
@2580 @_ _ = wealth // n 12886 | |
@2581 @n `des-'bility` = disability // n 14197 | |
@2582 @_ _ = shell // n 12957 | |
@2583 @_ _ = general // adv 13256 | |
@2584 @_ _ = criticize // v 12906 | |
@2585 @adj fast = fast // adj 12738 | |
@2586 @_ _ = professional // n 13402 | |
@2587 @_ _ = effectively // adv 13277 | |
@2588 @_ _ = biological // adj 13233 | |
@2589 @_ pack = pack // n 13238 | |
@2590 @_ _ = onion // n 13769 | |
@2591 @_ _ = deputy // n 12972 | |
@2592 @_ _ = flat // adj 12899 | |
@2593 @_ _ = brand // n 13103 | |
@2594 @_ _ = assure // v 12542 | |
@2595 @_ _ = mad // adj 12903 | |
@2596 @_ _ = award // n 12874 | |
@2597 @_ _ = criteria // n 14160 | |
@2598 @_ _ = dealer // n 12999 | |
@2599 @prep via = via // prep 13064 | |
@2600 @_ _ = alternative // adj 13289 | |
@2601 @_ _ = utility // n 13150 | |
@2602 @_ _ = precisely // adv 12878 | |
@2603 @_ _ = arise // v 13351 | |
@2604 @_ _ = armed // adj 12966 | |
@2605 @_ _ = nevertheless // adv 13190 | |
@2606 @_ _ = highway // n 12649 | |
@2607 @_ _ = clinical // adj 13593 | |
@2608 @_ _ = routine // n 12576 | |
@2609 @_ _ = schedule // v 12881 | |
@2610 @_ _ = wage // n 13033 | |
@2611 @_ _ = normally // adv 12402 | |
@2612 @_ _ = phrase // n 12558 | |
@2613 @n `food-part` = ingredient // n 13382 | |
@2614 @_ _ = stake // n 12603 | |
@2615 @_ _ = Muslim // adj 13147 | |
@2616 @_ _ = dream // v 12887 | |
@2617 @_ _ = fiber // n 13606 | |
@2618 @_ _ = activist // n 12737 | |
@2619 @_ _ = Islamic // adj 13323 | |
@2620 @_ _ = snap // v 13362 | |
@2621 @_ _ = terrorism // n 13806 | |
@2622 @_ _ = refugee // n 13010 | |
@2623 @_ _ = incorporate // v 13310 | |
@2624 @_ _ = hip // n 12863 | |
@2625 @_ _ = ultimate // adj 12542 | |
@2626 @_ _ = switch // v 12508 | |
@2627 @_ _ = corporation // n 12612 | |
@2628 @_ _ = valuable // adj 12628 | |
@2629 @_ _ = assumption // n 13434 | |
@2630 @_ _ = gear // n 12872 | |
@2631 @_ _ = graduate // v 12480 | |
@2632 @_ _ = barrier // n 12772 | |
@2633 @_ _ = minor // adj 12346 | |
@2634 @_ _ = provision // n 13256 | |
@2635 @_ _ = killer // n 12631 | |
@2636 @_ _ = assign // v 12836 | |
@2637 @_ _ = gang // n 12662 | |
@2638 @_ _ = developing // adj 13171 | |
@2639 @_ _ = classic // adj 12610 | |
@2640 @_ _ = chemical // n 12673 | |
@2641 @_ _ = wave // v 13567 | |
@2642 @_ _ = label // n 12497 | |
@2643 @_ _ = teen // n 12663 | |
@2644 @_ _ = index // n 12751 | |
@2645 @_ _ = vacation // n 12424 | |
@2646 @_ _ = advocate // n 12565 | |
@2647 @_ `pre-mesigj` = draft // n 12684 | |
@2648 @_ _ = extraordinary // adj 12356 | |
@2649 @_ _ = heaven // n 12461 | |
@2650 @_ _ = rough // adj 12365 | |
@2651 @_ _ = yell // v 13131 | |
@2652 @_ _ = pregnant // adj 12329 | |
@2653 @_ _ = distant // adj 12542 | |
@2654 @_ _ = drama // n 12393 | |
@2655 @_ _ = satellite // n 12438 | |
@2656 @_ _ = personally // adv 12317 | |
@2657 @_ _ = wonder // n 12265 | |
@2658 @_ _ = clock // n 12395 | |
@2659 @_ _ = chocolate // n 12682 | |
@2660 @_ _ = Italian // adj 12384 | |
@2661 @_ _ = Canadian // adj 12820 | |
@2662 @_ (`op-flor`, @ext ceeling) = ceiling // n 12668 | |
@2663 @_ _ = sweep // v 12431 | |
@2664 @_ _ = advertising // n 12601 | |
@2665 @_ _ = universal // adj 12590 | |
@2666 @_ _ = spin // v 12673 | |
@2667 @_ _ = house // v 12268 | |
@2668 @_ _ = button // n 12552 | |
@2669 @_ _ = bell // n 12421 | |
@2670 @_ _ = rank // n 12236 | |
@2671 @_ _ = darkness // n 13275 | |
@2672 @_ _ = ahead // prep 12125 | |
@2673 @_ _ = clothing // n 12078 | |
@2674 @_ _ = super // adj 12586 | |
@2675 @_ _ = yield // v 12634 | |
@2676 @_ _ = fence // n 12390 | |
@2677 @_ _ = portrait // n 12340 | |
@2678 @_ _ = paint // n 12673 | |
@2679 @_ _ = survival // n 12335 | |
@2680 @_ _ = roughly // adv 12200 | |
@2681 @n lawsuu = lawsuit // n 12656 | |
@2682 @_ `des-top` = bottom // adj 12169 | |
@2683 @_ _ = testimony // n 12679 | |
@2684 @_ _ = bunch // n 12225 | |
@2685 @_ _ = beat // n 13118 | |
@2686 @_ _ = wind // v 12054 | |
@2687 @_ _ = found // v 12376 | |
@2688 @_ _ = burden // n 12054 | |
@2689 @_ _ = react // v 11874 | |
@2690 @_ _ = chamber // n 12034 | |
@2691 @_ _ = furniture // n 12461 | |
@2692 @_ _ = cooperation // n 12833 | |
@2693 @_ _ = string // n 11974 | |
@2694 @_ _ = ceremony // n 11923 | |
@2695 @_ _ = communicate // v 12179 | |
@2696 @v taesta = taste // v 12397 | |
@2697 @_ _ = cheek // n 13411 | |
@2698 @_ _ = lost // adj 11886 | |
@2699 @_ _ = profile // n 12089 | |
@2700 @_ _ = mechanism // n 12948 | |
@2701 @_ _ = disagree // v 12280 | |
@2702 @_ _ = like // adv 13238 | |
@2703 @_ _ = penalty // n 12310 | |
@2704 @_ _ = match // n 12025 | |
@2705 @_ _ = ie // adv 13724 | |
@2706 @_ _ = advance // v 12056 | |
@2707 @_ _ = resort // n 12379 | |
@2708 @_ _ = destruction // n 12356 | |
@2709 @_ _ = bear // n 12194 | |
@2710 @_ _ = unlikely // adj 11869 | |
@2711 @_ _ = tissue // n 12342 | |
@2712 @_ _ = constitutional // adj 12567 | |
@2713 @_ _ = pant // n 12457 | |
@2714 @_ _ = stranger // n 12261 | |
@2715 @_ _ = infection // n 12402 | |
@2716 @_ _ = cabinet // n 11846 | |
@2717 @_ _ = broken // adj 12097 | |
@2718 @_ _ = apple // n 12172 | |
@2719 @_ _ = electric // adj 12007 | |
@2720 @_ _ = proceed // v 11808 | |
@2721 @_ _ = track // v 11773 | |
@2722 @_ _ = bet // v 12079 | |
@2723 @_ _ = literary // adj 12801 | |
@2724 @_ _ = virus // n 12106 | |
@2725 @_ _ = stupid // adj 12467 | |
@2726 @_ _ = dispute // n 12203 | |
@2727 @_ _ = fortune // n 11815 | |
@2728 @_ _ = strategic // adj 12347 | |
@2729 @_ _ = assistant // n 11828 | |
@2730 @_ _ = overcome // v 11801 | |
@2731 @_ _ = remarkable // adj 11683 | |
@2732 @_ _ = occupy // v 11756 | |
@2733 @n sta.tistics = statistics // n 12086 | |
@2734 @_ _ = shopping // n 11957 | |
@2735 @_ _ = cousin // n 12155 | |
@2736 @_ _ = encounter // v 11974 | |
@2737 @_ _ = wipe // v 12435 | |
@2738 @_ _ = initially // adv 12022 | |
@2739 @n `un-see-iv` = (@adj blind) // adj 12005 | |
@n `un-heer-iv` = (@adj deaf) | |
@2740 @_ _ = white // n 11815 | |
@2741 @_ _ = port // n 11893 | |
@2742 @_ _ = honor // v 11653 | |
@2743 @_ _ = electricity // n 11954 | |
@2744 @_ _ = genetic // adj 12069 | |
@2745 @_ _ = adviser // n 12112 | |
@2746 @_ _ = pay // n 11883 | |
@2747 @_ _ = spokesman // n 12689 | |
@2748 @_ _ = retain // v 12041 | |
@2749 @_ _ = latter // det 12527 | |
@2750 @_ _ = incentive // n 12105 | |
@2751 @_ _ = slave // n 11863 | |
@2752 @_ _ = chemical // adj 12006 | |
@2753 @v `trans-mapa` = (translate, map) // v 11722 | |
@error trans.laeta => transmapa | |
@2754 @_ _ = accurate // adj 11842 | |
@2755 @_ _ = whereas // conj 12668 | |
@2756 @_ _ = terror // n 12342 | |
@2757 @_ _ = though // adv 12073 | |
@2758 @_ _ = expansion // n 12054 | |
@2759 @_ _ = elite // n 12329 | |
@2760 @_ _ = Olympic // adj 13072 | |
@2761 @_ _ = dirt // n 12063 | |
@2762 @_ _ = odd // adj 11849 | |
@2763 @_ _ = rice // n 11944 | |
@2764 @_ _ = bullet // n 11706 | |
@2765 @_ _ = tight // adj 11641 | |
@2766 @_ _ = Bible // n 11539 | |
@2767 @_ _ = chart // n 11861 | |
@2768 @_ _ = solar // adj 12121 | |
@2769 @_ _ = decline // n 11956 | |
@2770 @_ _ = conservative // n 11941 | |
@2771 @_ _ = process // v 11940 | |
@2772 @_ _ = square // adj 11630 | |
@2773 @n stick = stick // n 11795 | |
@2774 @_ _ = concentration // n 12146 | |
@2775 @_ _ = complicated // adj 11306 | |
@2776 @_ _ = gently // adv 12233 | |
@2777 @_ _ = champion // n 12247 | |
@2778 @_ _ = scenario // n 11747 | |
@2779 @_ _ = telescope // n 12754 | |
@2780 @_ _ = reflection // n 11882 | |
@2781 @_ _ = revolution // n 11800 | |
@2782 @_ _ = strip // n 11543 | |
@2783 @_ _ = interpret // v 12321 | |
@2784 @adj @nd frendish = friendly // adj 11360 | |
@2785 @_ _ = tournament // n 12684 | |
@2786 @_ _ = fiction // n 11701 | |
@2787 @v `sens-aba` = detect // v 11776 | |
@2788 @_ _ = balance // v 11536 | |
@2789 @_ _ = likely // adv 11551 | |
@2790 @_ _ = tremendous // adj 11678 | |
@2791 @_ _ = lifetime // n 11293 | |
@2792 @_ _ = recommendation // n 11824 | |
@2793 @_ _ = flow // v 11365 | |
@2794 @_ _ = senator // n 12091 | |
@2795 @_ _ = market // v 11650 | |
@2796 @_ _ = hunting // n 12100 | |
@2797 @_ _ = salad // n 12103 | |
@2798 @_ _ = guarantee // v 11430 | |
@2799 @_ _ = innocent // adj 11530 | |
@2800 @_ _ = boundary // n 12082 | |
@2801 @_ _ = pause // v 12583 | |
@2802 @_ _ = remote // adj 11346 | |
@2803 @_ _ = satisfaction // n 12237 | |
@2804 @_ _ = journal // n 11849 | |
@2805 @_ _ = bench // n 11666 | |
@2806 @_ _ = lover // n 11499 | |
@2807 @_ _ = raw // adj 11310 | |
@2808 @_ _ = awareness // n 12013 | |
@2809 @_ _ = surprising // adj 11327 | |
@2810 @_ _ = withdraw // v 11352 | |
@2811 @_ _ = general // n 11344 | |
@2812 @_ _ = deck // n 11830 | |
@2813 @_ _ = similarly // adv 12180 | |
@2814 @_ _ = newly // adv 11388 | |
@2815 @_ _ = pole // n 11446 | |
@2816 @_ _ = testify // v 11843 | |
@2817 @_ _ = mode // n 12107 | |
@2818 @_ _ = dialogue // n 11706 | |
@2819 @_ _ = imply // v 12061 | |
@2820 @_ _ = naturally // adv 11304 | |
@2821 @_ _ = mutual // adj 11566 | |
@2822 @_ _ = founder // n 11570 | |
@2823 @_ top = top // prep 11397 | |
@2824 @_ _ = advanced // adj 11626 | |
@2825 @_ _ = pride // n 11107 | |
@2826 @_ _ = dismiss // v 11160 | |
@2827 @_ _ = aircraft // n 11591 | |
@2828 @_ _ = delivery // n 11323 | |
@2829 @_ _ = mainly // adv 11367 | |
@2830 @_ _ = bake // v 12253 | |
@2831 @_ _ = freeze // v 11596 | |
@2832 @_ _ = platform // n 11209 | |
@2833 @n fienans = finance // n 11501 | |
@2834 @_ _ = sink // v 11592 | |
@2835 @_ _ = attractive // adj 11119 | |
@2836 @_ _ = respect // v 11083 | |
@2837 @_ _ = diverse // adj 12015 | |
@2838 @_ _ = relevant // adj 12212 | |
@2839 @_ _ = ideal // adj 11609 | |
@2840 @_ _ = joy // n 11171 | |
@2841 @_ _ = worth // n 11237 | |
@2842 @_ _ = regularly // adv 11329 | |
@2843 @_ _ = working // adj 11200 | |
@2844 @_ _ = singer // n 11277 | |
@2845 @_ _ = evolve // v 11442 | |
@2846 @_ _ = shooting // n 11633 | |
@2847 @_ _ = partly // adv 11132 | |
@2848 @_ _ = unknown // adj 11095 | |
@2849 @_ _ = assistant // adj 11391 | |
@2850 @_ _ = offense // n 11680 | |
@2851 @_ _ = counter // n 11676 | |
@2852 @_ _ = DNA // n 11580 | |
@2853 @_ _ = smell // n 12123 | |
@2854 @_ _ = potentially // adv 11387 | |
@2855 @_ _ = transfer // n 11830 | |
@2856 @_ _ = thirty // nm 11637 | |
@2857 @_ _ = justify // v 11409 | |
@2858 @_ _ = protest // n 11181 | |
@2859 @_ _ = crash // n 11250 | |
@2860 @_ _ = craft // n 11559 | |
@2861 @_ _ = treaty // n 11689 | |
@2862 @_ _ = terrorist // n 12169 | |
@2863 @_ _ = insight // n 11591 | |
@2864 @_ _ = possess // v 11474 | |
@2865 @_ _ = politically // adv 11324 | |
@2866 @_ _ = tap // v 11279 | |
@2867 @_ _ = lie // n 11199 | |
@2868 @_ _ = extensive // adj 11580 | |
@2869 @_ _ = episode // n 11070 | |
@2870 @_ _ = double // v 11195 | |
@2871 @_ _ = swim // v 11342 | |
@2872 @_ tierweel = tire // v 11494 | |
@2873 @_ _ = fault // n 11116 | |
@2874 @_ _ = loose // adj 11299 | |
@2875 @_ _ = free // v 10898 | |
@2876 @_ _ = shortly // adv 10864 | |
@2877 @_ _ = originally // adv 10995 | |
@2878 @_ _ = considerable // adj 11544 | |
@2879 @_ _ = prior // prep 11746 | |
@2880 @_ _ = intellectual // adj 11842 | |
@2881 @_ _ = mix // n 11247 | |
@2882 @_ _ = assault // n 11039 | |
@2883 @_ _ = relax // v 11202 | |
@2884 @_ _ = stair // n 12171 | |
@2885 @_ _ = adventure // n 11031 | |
@2886 @_ _ = external // adj 12260 | |
@2887 @_ _ = proof // n 10775 | |
@2888 @_ _ = confident // adj 10831 | |
@2889 @_ _ = headquarters // n 11135 | |
@2890 @_ _ = sudden // adj 11370 | |
@2891 @_ _ = dirty // adj 11112 | |
@2892 @_ _ = violation // n 11154 | |
@2893 @n (`lick-ster`, `taest-ster`) = tongue // n 11674 | |
@v `licka` = lick // n 11674 | |
@2894 @_ _ = license // n 10943 | |
@2895 @_ _ = hold // n 10984 | |
@2896 @_ _ = shelter // n 10891 | |
@2897 @_ _ = rub // v 11695 | |
@2898 @_ _ = controversy // n 11054 | |
@2899 @_ _ = entrance // n 11121 | |
@2900 @_ _ = favorite // n 11134 | |
@2901 @_ _ = practice // v 10858 | |
@2902 @_ _ = properly // adv 10783 | |
@2903 @_ _ = fade // v 11373 | |
@2904 @_ _ = defensive // adj 11442 | |
@2905 @_ _ = tragedy // n 11039 | |
@2906 @_ _ = net // n 10918 | |
@2907 @_ _ = characterize // v 11799 | |
@2908 @_ _ = funeral // n 11086 | |
@2909 @_ _ = profession // n 11469 | |
@2910 @_ _ = alter // v 11106 | |
@2911 @_ _ = spot // v 11143 | |
@2912 @_ _ = constitute // v 11945 | |
@2913 @_ _ = establishment // n 11355 | |
@2914 @_ _ = squeeze // v 11280 | |
@2915 @_ _ = imagination // n 10913 | |
@2916 @_ _ = target // v 10960 | |
@2917 @_ _ = mask // n 11196 | |
@2918 @_ _ = convert // v 10990 | |
@2919 @adj `ful-cumpleet` = (@2919 comprehensive, exhaustive) // adj 11602 | |
@2920 @_ _ = prominent // adj 10948 | |
@2921 @_ _ = presentation // n 11372 | |
@2922 @_ _ = regardless // adv 11042 | |
@2923 @_ _ = easy // adv 10790 | |
@2924 @_ _ = load // v 10736 | |
@2925 @_ _ = stable // adj 10964 | |
@2926 @_ _ = introduction // n 11483 | |
@2927 @_ _ = appeal // v 10745 | |
@2928 @v `act-az-ifa` = pretend // v 11330 | |
@2929 @_ _ = not // conj 11295 | |
@2930 @_ _ = elderly // adj 10976 | |
@2931 @_ _ = representation // n 12063 | |
@2932 @_ _ = deer // n 11665 | |
@2933 @_ _ = split // v 10593 | |
@2934 @_ _ = violate // v 10822 | |
@2935 @_ _ = partnership // n 11115 | |
@2936 @_ _ = pollution // n 11396 | |
@2937 @_ _ = emission // n 11688 | |
@2938 @_ _ = steady // adj 10715 | |
@2939 @_ _ = vital // adj 10866 | |
@2941 @_ _ = fate // n 10521 | |
@2942 @_ _ = earnings // n 11324 | |
@2943 @_ _ = oven // n 11454 | |
@2944 @_ _ = distinction // n 11383 | |
@2945 @_ _ = segment // n 10850 | |
@2946 @_ _ = nowhere // adv 10658 | |
@2947 @_ _ = poet // n 10840 | |
@2948 @_ _ = mere // adj 10778 | |
@2949 @_ _ = exciting // adj 10595 | |
@2950 @_ _ = variation // n 11403 | |
@2951 @_ _ = comfort // n 10674 | |
@2952 @_ _ = radical // adj 10924 | |
@2953 @_ _ = stress // v 10951 | |
@2954 @_ _ = adapt // v 10987 | |
@2955 @_ _ = Irish // adj 10833 | |
@2956 @_ _ = honey // n 11009 | |
@2957 @_ _ = correspondent // n 12008 | |
@2958 @_ _ = pale // adj 11598 | |
@2959 @_ _ = musician // n 10580 | |
@2960 @_ _ = significance // n 11520 | |
@2961 @_ _ = load // n 10869 | |
@2962 @_ _ = round // adj 10771 | |
@2963 @_ _ = vessel // n 10920 | |
@2964 @_ _ = storage // n 10893 | |
@2965 @_ _ = flee // v 10508 | |
@2966 @_ _ = mm-hmm // intj 13755 | |
@2967 @_ _ = leather // n 11155 | |
@2968 @_ `dis-senda` = distribute // v 10747 | |
@2969 @_ _ = evolution // n 11066 | |
@2970 @adj sick = ill // adj 10446 | |
@2971 @_ _ = tribe // n 10855 | |
@2972 @_ _ = shelf // n 10741 | |
@2973 @_ _ = can // n 10718 | |
@2974 @_ _ = grandfather // n 11003 | |
@2975 @_ _ = lawn // n 10815 | |
@2976 @_ _ = buyer // n 10953 | |
@2977 @_ _ = dining // n 10843 | |
@2978 @_ _ = wisdom // n 10561 | |
@2979 @_ _ = council // n 10695 | |
@2980 @_ _ = vulnerable // adj 10397 | |
@2981 @_ _ = instance // n 10885 | |
@2982 @_ _ = garlic // n 11449 | |
@2983 @_ `'bility` = capability // n 10906 | |
@2984 @_ _ = poetry // n 10671 | |
@2985 @_ _ = celebrity // n 10756 | |
@2986 @_ _ = gradually // adv 10537 | |
@2987 @_ _ = stability // n 10901 | |
@2988 @_ _ = doubt // v 10352 | |
@2989 @_ _ = fantasy // n 10448 | |
@2990 @_ _ = scared // adj 10752 | |
@2991 @_ _ = guide // v 10524 | |
@2992 @_ _ = plot // n 10484 | |
@2993 @_ _ = framework // n 11710 | |
@2994 @_ _ = gesture // n 10739 | |
@2995 @_ _ = depending // prep 10461 | |
@2996 @_ _ = ongoing // adj 10721 | |
@2997 @n (`miend-ology`, @ext `sykology`) = psychology // n 11316 | |
@2998 @_ _ = since // adv 10334 | |
@2999 @_ _ = counselor // n 12170 | |
@3000 @_ _ = witness // v 10178 | |
@3001 @_ _ = chapter // n 10579 | |
@3002 @_ _ = fellow // n 10339 | |
@3003 @_ _ = divorce // n 10322 | |
@3004 @_ _ = owe // v 10141 | |
@3005 @_ _ = pipe // n 10432 | |
@3006 @_ _ = athletic // adj 10803 | |
@3007 @_ _ = slight // adj 10500 | |
@3008 @_ _ = math // n 10430 | |
@3009 @_ _ = shade // n 10677 | |
@3010 @_ _ = tail // n 10663 | |
@3011 @_ _ = sustain // v 10550 | |
@3012 @_ _ = mount // v 10303 | |
@3013 @_ _ = obligation // n 10538 | |
@3014 @_ _ = angle // n 10456 | |
@3015 @_ _ = palm // n 11014 | |
@3016 @_ _ = differ // v 11222 | |
@3017 @_ _ = custom // n 10408 | |
@3018 @_ _ = store // v 10446 | |
@3019 @n `econom-icist` = economist // n 10625 | |
@3020 @_ _ = fifteen // nm 10739 | |
@3021 @_ _ = soup // n 10571 | |
@3022 @_ _ = celebration // n 10209 | |
@3023 @_ _ = efficient // adj 10452 | |
@3024 @_ _ = damage // v 10163 | |
@3025 @_ _ = composition // n 10961 | |
@3026 @_ _ = satisfy // v 10194 | |
@3027 @_ _ = pile // n 10594 | |
@3028 @_ _ = briefly // adv 10125 | |
@3029 @_ _ = carbon // n 10799 | |
@3030 @_ _ = closer // adj 9976 | |
@3031 @_ _ = consume // v 10308 | |
@3032 @_ _ = scheme // n 10428 | |
@3033 @_ _ = crack // n 10330 | |
@3034 @_ `oft-nes` = frequency // n 11284 | |
@3035 @_ _ = tobacco // n 10600 | |
@3036 @_ _ = survivor // n 10317 | |
@3037 @_ _ = besides // adv 10537 | |
@3038 @_ _ = in // conj 9996 | |
@3039 @n (`miend-ologist`, @ext `syk-ologist`) = psychologist // n 10698 | |
@3040 @_ _ = wealthy // adj 10054 | |
@3041 @_ _ = galaxy // n 11159 | |
@3042 @_ _ = given // adj 10622 | |
@3043 @_ _ = fund // v 10218 | |
@3044 @_ _ = ski // n 11656 | |
@3045 @_ _ = limitation // n 11038 | |
@3046 @_ _ = OK // adj 10733 | |
@3047 @_ _ = trace // v 10033 | |
@3048 @_ _ = appointment // n 9993 | |
@3049 @_ _ = preference // n 10833 | |
@3050 @_ _ = meter // n 10246 | |
@3051 @_ _ = explosion // n 10148 | |
@3052 @_ _ = arrest // n 10250 | |
@3053 @_ _ = publicly // adv 10169 | |
@3054 @_ _ = incredible // adj 10342 | |
@3055 @_ _ = fighter // n 10306 | |
@3057 @_ _ = admission // n 10356 | |
@3058 @_ _ = hunter // n 10839 | |
@3059 @_ _ = educate // v 10171 | |
@3060 @_ _ = painful // adj 9896 | |
@3061 @_ _ = friendship // n 10130 | |
@3062 @_ _ = aide // n 10335 | |
@3063 @_ _ = infant // n 10205 | |
@3064 @_ _ = calculate // v 10485 | |
@3065 @_ _ = fifty // nm 10524 | |
@3066 @_ _ = rid // v 10104 | |
@3067 @_ _ = porch // n 10894 | |
@3068 @_ _ = tendency // n 10642 | |
@3069 @_ _ = uniform // n 10193 | |
@3070 @_ _ = formation // n 10553 | |
@3071 @_ _ = scholarship // n 10305 | |
@3072 @_ _ = reservation // n 10215 | |
@3073 @_ _ = efficiency // n 10579 | |
@3074 @_ _ = waste // v 9956 | |
@3075 @_ _ = qualify // v 10090 | |
@3076 @_ _ = mall // n 10189 | |
@3077 @_ _ = derive // v 10913 | |
@3078 @_ _ = scandal // n 10403 | |
@3079 @_ _ = PC // n 11072 | |
@3080 @_ _ = helpful // adj 10120 | |
@3081 @_ _ = impress // v 9896 | |
@3082 @_ _ = heel // n 10288 | |
@3083 @_ _ = resemble // v 10050 | |
@3084 @_ _ = privacy // n 9956 | |
@3085 @_ _ = fabric // n 10320 | |
@3086 @_ _ = surprise // v 10023 | |
@3087 @_ _ = contest // n 10002 | |
@3088 @_ _ = proportion // n 10521 | |
@3089 @_ _ = guideline // n 10303 | |
@3090 @_ _ = rifle // n 10204 | |
@3091 @_ _ = maintenance // n 10167 | |
@3092 @_ _ = conviction // n 9834 | |
@3093 @_ _ = trick // n 10041 | |
@3094 @_ _ = organic // adj 10572 | |
@3095 @_ _ = tent // n 10110 | |
@3096 @_ _ = examination // n 10722 | |
@3097 @_ _ = publisher // n 10282 | |
@3098 @_ _ = strengthen // v 10159 | |
@3099 @_ _ = French // n 9845 | |
@3100 @adj `pr'poez-d` = proposed // adj 10288 | |
@3101 @_ _ = myth // n 10161 | |
@3102 @_ _ = sophisticated // adj 9886 | |
@3103 @_ _ = cow // n 10032 | |
@3104 @_ _ = etc // adv 10112 | |
@3105 @_ _ = standing // n 9691 | |
@3106 @_ _ = asleep // adj 10684 | |
@3107 @_ _ = tennis // n 9985 | |
@3108 @_ _ = nerve // n 9933 | |
@3109 @_ _ = barrel // n 9951 | |
@3110 @_ _ = bombing // n 10462 | |
@3111 @_ _ = membership // n 10273 | |
@3112 @_ _ = ratio // n 10457 | |
@3113 @n menue = menu // n 10238 | |
@3114 @n `bie-ens` = purchase // n 10001 | |
@3115 @_ _ = controversial // adj 9918 | |
@3116 @_ _ = desperate // adj 9795 | |
@3117 @_ _ = rate // v 10244 | |
@3118 @_ _ = lifestyle // n 9904 | |
@3119 @_ _ = humor // n 9654 | |
@3120 @_ _ = loud // adj 10324 | |
@3121 @_ _ = glove // n 10218 | |
@3122 @_ _ = suspect // n 10204 | |
@3123 @_ _ = sufficient // adj 10275 | |
@3124 @_ _ = narrative // n 10954 | |
@3125 @_ _ = photographer // n 9739 | |
@3126 @_ _ = helicopter // n 9986 | |
@3127 @_ _ = Catholic // n 9955 | |
@3128 @_ _ = modest // adj 9746 | |
@3129 @_ _ = provider // n 10196 | |
@3130 @n (`laet-en-ij`, @ext de.ley) = delay // n 9868 | |
@root agri = agricultural | |
@3131 @n agric = agricultural // adj 10535 | |
@n agricly = agriculturally | |
@4204 @n agrics = agriculture // n 6621 | |
@4204 @n agricist = farmer // n 6621 | |
@3132 @_ _ = explode // v 9821 | |
@3133 @_ _ = stroke // n 9891 | |
@3134 @_ _ = scope // n 10115 | |
@3135 @_ _ = punishment // n 9986 | |
@3136 @_ _ = handful // n 9735 | |
@3137 @_ _ = badly // adv 9652 | |
@3138 @_ _ = horizon // n 9857 | |
@3139 @_ _ = curious // adj 9738 | |
@3140 @_ _ = downtown // adj 10172 | |
@3141 @_ _ = girlfriend // n 9832 | |
@3142 @_ _ = prompt // v 9741 | |
@3143 @_ _ = request // v 9619 | |
@3144 @_ _ = cholesterol // n 10641 | |
@3145 @_ _ = absorb // v 9762 | |
@3146 @_ _ = adjustment // n 10309 | |
@3147 @_ _ = taxpayer // n 10113 | |
@3148 @_ _ = eager // adj 9627 | |
@3149 @_ _ = principal // n 9920 | |
@3150 @_ _ = detailed // adj 10006 | |
@3151 @_ _ = motivation // n 10566 | |
@3152 @_ _ = assignment // n 9874 | |
@3153 @_ _ = restriction // n 9928 | |
@3154 @_ _ = across // adv 9825 | |
@3155 @_ _ = Palestinian // n 10484 | |
@3156 @_ _ = laboratory // n 9972 | |
@3157 @_ _ = workshop // n 9926 | |
@3158 @_ _ = differently // adv 9565 | |
@3159 @_ _ = auto // n 10006 | |
@3160 @_ _ = romantic // adj 9561 | |
@3161 @_ _ = cotton // n 9734 | |
@3162 @_ _ = motor // n 9977 | |
@3163 @v lawsuua = sue // v 9797 | |
@3164 @n `taest-ey` = flavor // n 10143 | |
@3165 @_ _ = overlook // v 9553 | |
@3166 @_ _ = float // v 9982 | |
@3167 @_ _ = undergo // v 9826 | |
@3168 @_ _ = sequence // n 10041 | |
@3169 @_ _ = demonstration // n 9729 | |
@3170 @_ _ = jet // n 9690 | |
@3171 @_ _ = orange // adj 9755 | |
@3172 @_ _ = consumption // n 10162 | |
@3173 @_ _ = assert // v 10125 | |
@3174 @_ _ = blade // n 10394 | |
@3175 @adj (temp, @ext temporerry) = temporary // adj 9465 | |
@3176 @n med = medication // n 9789 | |
@3177 @_ _ = print // v 9508 | |
@3178 @_ _ = cabin // n 9955 | |
@3179 @_ _ = bite // v 9982 | |
@3180 @_ _ = relative // adj 10283 | |
@3181 @_ _ = edition // n 9638 | |
@3182 @_ _ = valley // n 9708 | |
@3183 @_ _ = yours // pr 10004 | |
@3184 @_ _ = pitch // n 9586 | |
@3185 @_ _ = pine // n 9824 | |
@3186 @_ _ = brilliant // adj 9493 | |
@3187 @_ _ = versus // prep 10007 | |
@3188 @_ _ = manufacturing // n 9822 | |
@3189 @_ _ = risk // v 9285 | |
@3190 @_ _ = Christian // n 9751 | |
@3191 @_ _ = complex // n 9573 | |
@3192 @_ _ = absolute // adj 9622 | |
@3193 @_ _ = chef // n 10131 | |
@3194 @_ _ = discrimination // n 9872 | |
@3195 @_ _ = offensive // adj 9902 | |
@3196 @_ _ = German // n 9586 | |
@3197 @_ _ = suit // v 9477 | |
@3198 @_ _ = boom // n 9457 | |
@3199 @_ _ = register // v 9389 | |
@3200 @_ _ = appoint // v 9541 | |
@3201 @_ _ = heritage // n 9670 | |
@3202 @_ _ = God // n 9694 | |
@3203 @_ _ = terrorist // adj 10390 | |
@3204 @_ _ = dominant // adj 10143 | |
@3205 @_ `succes-ful-ly` = successfully // adv 9728 | |
@3206 @_ _ = shit // n 11047 | |
@3207 @_ _ = lemon // n 10095 | |
@3208 @_ _ = hungry // adj 9653 | |
@3209 @v sensa = sense // v 9697 | |
@3210 @_ _ = dry // v 9678 | |
@3211 @_ _ = wander // v 9822 | |
@3212 @_ _ = submit // v 9507 | |
@3213 @_ `econom-ics` = economics // n 9758 | |
@3214 @adj (des-clothud) @ext naekud = naked // adj 9897 | |
@3215 @_ _ = anticipate // v 9345 | |
@3216 @_ _ = nut // n 9605 | |
@3217 @_ _ = legacy // n 9461 | |
@3218 @_ _ = extension // n 9672 | |
@3219 @_ _ = shrug // v 10689 | |
@3220 @_ _ = fly // n 9689 | |
@3221 @_ _ = battery // n 9793 | |
@3222 @_ _ = arrival // n 9302 | |
@3223 @_ _ = legitimate // adj 9543 | |
@3224 @_ _ = orientation // n 10613 | |
@3225 @_ _ = inflation // n 9758 | |
@3226 @_ _ = cope // v 9952 | |
@3227 @n `fier-bit` = flame // n 9716 | |
@n `hot-coel` = "hot coal" | |
@n `hot-coel-bit` = ember | |
@3228 @_ _ = cluster // n 9821 | |
@3229 @v hoesta = host // v 9750 | |
@3230 @_ _ = wound // n 9404 | |
@3231 @_ _ = dependent // adj 10029 | |
@3232 @n `por-bath` = shower // n 9624 | |
@v (`dis-pora`, `bath-pora`) = shower | |
@3233 @_ _ = institutional // adj 10397 | |
@3234 @_ _ = depict // v 9721 | |
@3235 @_ _ = operating // n 9480 | |
@3236 @_ _ = flesh // n 9867 | |
@3237 @_ _ = garage // n 9573 | |
@3238 @_ _ = operator // n 9351 | |
@3239 @_ _ = instructor // n 9912 | |
@3240 @_ _ = collapse // v 9163 | |
@3241 @_ _ = borrow // v 9150 | |
@3242 @_ _ = furthermore // adv 10349 | |
@3243 @_ _ = comedy // n 9596 | |
@3244 @_ _ = mortgage // n 10022 | |
@3245 @_ _ = sanction // n 10163 | |
@3246 @_ _ = civilian // adj 9684 | |
@3247 @_ _ = twelve // nm 9638 | |
@3248 @_ _ = weekly // adj 9297 | |
@3249 @_ _ = habitat // n 9665 | |
@3250 @_ grein = grain // n 9520 | |
@3251 @_ _ = brush // v 9806 | |
@3252 @_ _ = consciousness // n 9758 | |
@3253 @_ _ = devote // v 9326 | |
@3254 @_ _ = crack // v 9334 | |
@3255 @_ _ = measurement // n 10187 | |
@3256 @_ _ = province // n 9491 | |
@3257 @_ _ = ease // v 9247 | |
@3258 @_ _ = seize // v 9106 | |
@3259 @_ _ = ethics // n 9561 | |
@3260 @_ _ = nomination // n 9698 | |
@3261 @_ _ = permission // n 9298 | |
@3262 @_ _ = wise // adj 9101 | |
@3263 @_ _ = actress // n 9448 | |
@3264 @_ _ = summit // n 9628 | |
@3265 @_ _ = acid // n 9772 | |
@3266 @_ _ = odds // n 9094 | |
@3267 @_ _ = gifted // adj 10941 | |
@3268 @_ _ = frustration // n 9005 | |
@3269 @_ _ = medium // n 9523 | |
@3270 @_ _ = function // v 9570 | |
@3271 @_ _ = physically // adv 9039 | |
@3272 @_ _ = grant // n 9372 | |
@3273 @_ _ = distinguish // v 9664 | |
@3274 @_ _ = shore // n 9191 | |
@3275 @_ _ = repeatedly // adv 9059 | |
@3276 @_ _ = lung // n 9206 | |
@3277 @adj furm = firm // adj 9036 | |
@engerror @n furm => cumpuny | |
@3278 @_ _ = running // adj 9271 | |
@3279 @_ _ = correct // v 8988 | |
@3280 @_ _ = distinct // adj 9682 | |
@3281 @_ _ = artistic // adj 9423 | |
@3282 @_ _ = discourse // n 10560 | |
@3283 @_ _ = basket // n 9316 | |
@3284 @_ _ = ah // intj 9788 | |
@3285 @_ _ = fighting // n 9274 | |
@3286 @_ _ = impressive // adj 9100 | |
@3287 @_ _ = competitor // n 9377 | |
@3288 @adj (`des-buety-us`, @ext ugli) = ugly // adj 9267 | |
@3289 @_ _ = worried // adj 9215 | |
@3290 @_ _ = portray // v 9202 | |
@3291 @_ _ = powder // n 9639 | |
@3292 @_ _ = ghost // n 9564 | |
@3293 @_ _ = persuade // v 8998 | |
@3294 @_ _ = moderate // adj 9220 | |
@3295 @_ _ = subsequent // adj 9796 | |
@3296 @_ _ = continued // adj 9402 | |
@3297 @_ _ = cookie // n 9480 | |
@3298 @_ _ = carrier // n 9251 | |
@3299 @_ _ = cooking // n 9403 | |
@3300 @_ `oft-ic` = frequent // adj 9267 | |
@3301 @_ _ = ban // v 9226 | |
@3302 @_ _ = swing // n 9214 | |
@3303 @_ _ = orange // n 9219 | |
@3304 @_ _ = awful // adj 9300 | |
@3305 @_ _ = admire // v 9016 | |
@3306 @_ _ = pet // n 9118 | |
@3307 @_ _ = miracle // n 8981 | |
@3308 @_ _ = exceed // v 9362 | |
@3309 @_ _ = rhythm // n 9010 | |
@3310 @_ _ = widespread // adj 9319 | |
@3311 @_ _ = killing // n 9109 | |
@3312 @_ _ = lovely // adj 9327 | |
@3313 @_ _ = sin // n 9048 | |
@3314 @_ _ = charity // n 9054 | |
@3315 @_ _ = script // n 8924 | |
@3316 @_ _ = tactic // n 8993 | |
@3317 @_ _ = identification // n 9793 | |
@3318 @_ _ = transformation // n 9561 | |
@3319 @_ _ = everyday // adj 9065 | |
@3320 @_ _ = headline // n 9272 | |
@3321 @_ _ = crash // v 9101 | |
@3322 @_ _ = venture // n 9278 | |
@3323 @_ _ = invasion // n 9412 | |
@3325 @_ _ = nonetheless // adv 9168 | |
@3326 @_ _ = adequate // adj 9406 | |
@3327 @_ _ = piano // n 8968 | |
@3328 @_ _ = grocery // n 9017 | |
@3329 @_ _ = intensity // n 9238 | |
@3330 @_ _ = exhibit // v 9459 | |
@3331 @_ _ = high // adv 8771 | |
@3332 @_ _ = blanket // n 9385 | |
@3333 @_ _ = margin // n 8994 | |
@3334 @_ _ = principal // adj 9218 | |
@3335 @_ _ = quarterback // n 10014 | |
@3336 @_ _ = mouse // n 9449 | |
@3337 @_ _ = rope // n 9300 | |
@3338 @_ _ = concrete // adj 8871 | |
@3339 @_ _ = prescription // n 9169 | |
@3340 @_ _ = African-American // j 9121 | |
@3341 @_ _ = chase // v 8980 | |
@3342 @v (docuea, @ext docuementa) = document // v 9274 | |
@3343 @_ _ = brick // n 9069 | |
@3344 @_ _ = recruit // v 9028 | |
@3345 @_ _ = patch // n 9155 | |
@3346 @_ _ = consensus // n 9250 | |
@3347 @_ _ = horror // n 8875 | |
@3348 @_ _ = recording // n 8866 | |
@3349 @_ _ = changing // adj 9055 | |
@3350 @_ _ = painter // n 9153 | |
@3351 @_ _ = colonial // adj 9628 | |
@3352 @_ _ = pie // n 9019 | |
@3353 @_ _ = sake // n 8954 | |
@3354 @_ _ = gaze // n 9852 | |
@3355 @_ _ = courage // n 8720 | |
@3356 @_ _ = pregnancy // n 8944 | |
@3357 @_ _ = swear // v 9181 | |
@3358 @_ _ = defeat // v 8945 | |
@3359 @_ _ = clue // n 8732 | |
@3360 @_ _ = reinforce // v 9345 | |
@3361 @_ _ = win // n 9584 | |
@3362 @_ _ = confusion // n 8751 | |
@3363 @_ _ = slice // n 9337 | |
@3364 @_ _ = occupation // n 9115 | |
@3365 @_ _ = dear // adj 9151 | |
@3366 @_ _ = coal // n 8928 | |
@3367 @_ _ = sacred // adj 9018 | |
@3368 @_ _ = criminal // n 8854 | |
@3369 @_ _ = formula // n 8965 | |
@3370 @_ _ = cognitive // adj 10166 | |
@3371 @_ _ = collective // adj 9384 | |
@3372 @adj (zak, @ext exact) = exact // adj 8643 | |
@3373 @_ uncl = uncle // n 9355 | |
@3374 @_ _ = square // n 8906 | |
@3375 @_ _ = captain // n 9087 | |
@3376 @_ _ = sigh // v 10099 | |
@3377 @n atribuet = attribute // v 9228 | |
@3378 @_ _ = dare // v 9033 | |
@3379 @_ _ = okay // adj 9499 | |
@3380 @n (`hous-lus`, @ext `hoem-lus`) = homeless // adj 9149 | |
@3381 @_ _ = cool // v 8980 | |
@3382 @_ _ = gallery // n 8963 | |
@3383 @_ `foot-bol-gaem` = soccer // n 9212 | |
@3384 @n `lawsuu-dee` = defendant // n 9230 | |
@3384 @n (`criem-chargj-dee`, `ac.cuez-dee`) = defendant // n 9230 | |
@3385 @_ _ = tunnel // n 9024 | |
@3386 @_ _ = fitness // n 9261 | |
@3387 @_ _ = lap // n 9260 | |
@3388 @_ _ = grave // n 8868 | |
@3389 @_ _ = toe // n 9047 | |
@3390 @n (dan, @ext cun.teiner) = container // n 8956 | |
@3391 @_ _ = virtue // n 9111 | |
@3392 @_ _ = abroad // adv 8788 | |
@3393 @_ _ = architect // n 8969 | |
@3394 @_ _ = dramatically // adv 8712 | |
@3395 @_ _ = makeup // n 8916 | |
@3396 @_ _ = inquiry // n 9136 | |
@3397 @_ _ = rose // n 8988 | |
@3398 @_ _ = surprisingly // adv 8704 | |
@3399 @_ _ = highlight // v 9119 | |
@3400 @_ _ = decrease // v 9291 | |
@3401 @_ _ = indication // n 8715 | |
@3402 @_ _ = rail // n 8826 | |
@3403 @_ _ = anniversary // n 8676 | |
@3404 @_ _ = couch // n 9209 | |
@3405 @_ _ = alliance // n 8948 | |
@3406 @_ _ = hypothesis // n 9890 | |
@3407 @_ _ = boyfriend // n 8755 | |
@3408 @_ _ = compose // v 8866 | |
@3409 @_ _ = peer // v 9099 | |
@3410 @_ _ = mess // n 8745 | |
@3411 @_ _ = rank // v 8879 | |
@3412 @_ _ = legend // n 8660 | |
@3413 @_ _ = regulate // v 8856 | |
@3414 @_ _ = adolescent // n 10568 | |
@3415 @_ _ = shine // v 8984 | |
@3416 @_ _ = norm // n 9360 | |
@3417 @_ _ = upset // v 8570 | |
@3418 @_ _ = remark // n 8453 | |
@3419 @_ _ = resign // v 8867 | |
@3420 @_ _ = reward // n 8662 | |
@3421 @_ _ = gentle // adj 8766 | |
@3422 @_ _ = related // adj 9227 | |
@3423 @_ _ = organ // n 8596 | |
@3424 @_ _ = lightly // adv 8893 | |
@3425 @_ _ = concerning // prep 9329 | |
@3426 @_ _ = invent // v 8461 | |
@3427 @_ _ = laughter // n 9019 | |
@3428 @_ _ = fit // adj 8550 | |
@3429 @_ _ = northwest // n 8650 | |
@3430 @_ _ = counseling // n 9303 | |
@3431 @_ _ = tight // adv 8980 | |
@3432 @_ _ = receiver // n 8882 | |
@3433 @_ _ = ritual // n 8883 | |
@3434 @_ _ = insect // n 8814 | |
@3435 @_ _ = interrupt // v 8757 | |
@3436 @_ _ = salmon // n 8860 | |
@3437 @_ _ = favor // n 8403 | |
@3438 @_ _ = trading // n 8787 | |
@3439 @_ _ = concern // v 8702 | |
@3440 @_ _ = magic // adj 8506 | |
@3441 @_ _ = superior // adj 8632 | |
@3442 @_ _ = combat // n 8675 | |
@3443 @_ _ = stem // n 8963 | |
@3444 @_ _ = surgeon // n 8519 | |
@3445 @_ _ = acceptable // adj 8723 | |
@stem `phys` = _ | |
@3446 @n `phys-ics` = physics // n 9184 | |
@3446 @n `phys-ology` = physics // n 9184 | |
@3447 @_ _ = rape // n 8790 | |
@3448 @_ _ = counsel // n 9387 | |
@3449 @_ _ = brush // n 8821 | |
@3450 @_ _ = jeans // n 8851 | |
@3451 @_ _ = hunt // v 8812 | |
@3452 @_ _ = continuous // adj 8996 | |
@3453 @_ _ = log // n 8606 | |
@3454 @_ _ = echo // v 8477 | |
@3455 @_ _ = pill // n 8537 | |
@3456 @_ _ = excited // adj 8491 | |
@3457 @_ _ = sculpture // n 8659 | |
@3458 @_ _ = compound // n 8573 | |
@3459 @_ _ = integrate // v 9060 | |
@3460 @_ _ = flour // n 9103 | |
@3461 @_ _ = bitter // adj 8353 | |
@3462 @_ _ = bare // adj 8943 | |
@3463 @_ _ = slope // n 8573 | |
@3464 @_ _ = rent // v 8446 | |
@3465 @_ _ = presidency // n 8814 | |
@3466 @_ _ = serving // n 9453 | |
@3467 @_ _ = subtle // adj 8442 | |
@3468 @_ _ = greatly // adv 8648 | |
@3469 @_ _ = bishop // n 8639 | |
@3470 @_ _ = drinking // n 8446 | |
@3471 @_ (`laet-ena`, @ext de.leya) = delay // v 8333 | |
@3472 @_ _ = cry // n 8648 | |
@3473 @_ _ = acceptance // n 8870 | |
@3474 @_ _ = collapse // n 8397 | |
@3475 @_ _ = shop // v 8509 | |
@3476 @_ _ = pump // n 8617 | |
@3477 @_ _ = candy // n 8633 | |
@3478 @_ _ = evil // n 8391 | |
@3479 @_ _ = final // n 8964 | |
@3480 @_ _ = finance // v 8571 | |
@3481 @_ _ = pleased // adj 8502 | |
@3482 @_ _ = medal // n 8991 | |
@3483 @_ _ = beg // v 8542 | |
@3484 @_ _ = sponsor // v 8542 | |
@3485 @_ _ = ethical // adj 9018 | |
@3486 @_ _ = secondary // adj 9121 | |
@3487 @_ _ = slam // v 9076 | |
@3488 @_ _ = export // n 9013 | |
@3489 @_ _ = experimental // adj 9019 | |
@3490 @_ _ = melt // v 8533 | |
@3491 @_ _ = midnight // n 8440 | |
@3492 @_ _ = net // adj 8563 | |
@3493 @_ _ = curve // n 8397 | |
@3494 @_ _ = integrity // n 8463 | |
@3495 @_ _ = entitle // v 8381 | |
@3496 @_ _ = evident // adj 8753 | |
@3497 @_ _ = logic // n 8646 | |
@3498 @_ _ = essence // n 8388 | |
@3499 @_ _ = park // v 8650 | |
@3500 @_ _ = exclude // v 8780 | |
@3501 @_ _ = harsh // adj 8092 | |
@3502 @_ _ = closet // n 8597 | |
@3503 @_ _ = suburban // adj 8463 | |
@3504 @_ _ = greet // v 8367 | |
@3505 @_ _ = favor // prep 8357 | |
@3506 @_ _ = interior // n 8370 | |
@3507 @_ _ = corridor // n 8842 | |
@3508 @_ _ = murder // v 8462 | |
@3509 @_ _ = retail // adj 8600 | |
@3510 @_ _ = pitcher // n 8835 | |
@3511 @_ _ = march // v 8267 | |
@3512 @_ _ = snake // n 8523 | |
@3513 @_ _ = pitch // v 8628 | |
@3514 @_ _ = excuse // v 8722 | |
@3515 @_ _ = cross // n 8207 | |
@3516 @_ _ = weakness // n 8275 | |
@3517 @_ _ = pig // n 8307 | |
@3518 @_ _ = cold // n 8527 | |
@3519 @_ _ = classical // adj 8475 | |
@3520 @_ _ = estimated // adj 8464 | |
@3521 @_ _ = T-shirt // n 8386 | |
@3522 @_ _ = online // adv 8729 | |
@3523 @_ _ = unemployment // n 8471 | |
@3524 @_ _ = civilization // n 8447 | |
@3525 @_ _ = fold // v 8630 | |
@3526 @_ _ = patient // adj 8504 | |
@3527 @_ _ = pop // n 8316 | |
@3528 @_ _ = daily // adv 8405 | |
@3529 @_ _ = reverse // v 8154 | |
@3530 @_ _ = missing // adj 8232 | |
@3531 @_ _ = correlation // n 9584 | |
@3532 @_ _ = humanity // n 8259 | |
@3533 @_ _ = flash // v 8815 | |
@3534 @_ _ = developer // n 8671 | |
@3535 @_ _ = reliable // adj 8302 | |
@3536 @_ _ = excitement // n 8160 | |
@3537 @n `cow-meet` = beef // n 8416 | |
@3538 @_ _ = Islam // n 8755 | |
@3539 @_ _ = Roman // adj 8299 | |
@3540 @_ _ = stretch // n 8285 | |
@3541 @_ _ = architecture // n 8449 | |
@3542 @_ _ = occasional // adj 8162 | |
@3543 @_ _ = administrative // adj 8895 | |
@3544 @_ _ = elbow // n 8536 | |
@3545 @_ _ = deadly // adj 8196 | |
@3546 @_ _ = Muslim // n 8498 | |
@3547 @_ _ = Hispanic // adj 8690 | |
@3548 @_ _ = allegation // n 8675 | |
@3549 @_ _ = tip // v 8300 | |
@3550 @_ _ = confuse // v 8045 | |
@3551 @_ _ = airplane // n 8254 | |
@3552 @_ _ = monthly // adj 8335 | |
@3553 @_ _ = duck // n 8335 | |
@3554 @_ _ = dose // n 8291 | |
@3555 @_ _ = Korean // adj 8441 | |
@3556 @_ _ = plead // v 8140 | |
@3557 @_ _ = initiate // v 8630 | |
@3558 @_ _ = lecture // n 8278 | |
@3559 @_ _ = van // n 8364 | |
@3560 @_ _ = sixth // nm 8170 | |
@3561 @_ _ = bay // n 8209 | |
@3562 @_ _ = mainstream // adj 8170 | |
@3563 @_ _ = suburb // n 8249 | |
@3564 @_ _ = sandwich // n 8298 | |
@3565 @_ _ = unlike // adj 8103 | |
@3566 @n `tree-beem` = trunk // n 8400 | |
@3566 @n trunk = trunk // n 8400 (large container) | |
@3567 @_ _ = rumor // n 8023 | |
@3568 @_ _ = implementation // n 9293 | |
@3569 @_ _ = swallow // v 8583 | |
@3570 @_ _ = motivate // v 8324 | |
@3571 @_ _ = render // v 8288 | |
@3572 @_ _ = longtime // adj 8439 | |
@3573 @_ _ = trap // v 8030 | |
@3574 @_ _ = restrict // v 8340 | |
@3575 @_ _ = cloth // n 8287 | |
@3576 @_ _ = seemingly // adv 8010 | |
@3577 @_ _ = legislative // adj 8384 | |
@3578 @_ _ = effectiveness // n 8889 | |
@3579 @_ _ = enforce // v 8162 | |
@3580 @_ _ = lens // n 8313 | |
@3581 @_ _ = reach // n 7982 | |
@3582 @_ _ = inspector // n 8652 | |
@3583 @_ _ = lend // v 7961 | |
@3584 @_ _ = plain // adj 8015 | |
@3585 @_ _ = fraud // n 8176 | |
@3586 @_ _ = companion // n 8136 | |
@3587 @_ _ = contend // v 8249 | |
@3588 @_ _ = nail // n 8255 | |
@3589 @_ _ = array // n 8167 | |
@3590 @_ _ = strict // adj 8013 | |
@3591 @_ _ = assemble // v 7996 | |
@3592 @_ _ = frankly // adv 8620 | |
@3593 @_ _ = rat // n 8177 | |
@3594 @_ _ = burst // v 8393 | |
@3595 @_ _ = hallway // n 8717 | |
@3596 @_ _ = cave // n 8261 | |
@3597 @_ _ = inevitable // adj 7889 | |
@3598 @_ _ = southwest // n 8190 | |
@3599 @_ _ = monster // n 8164 | |
@3600 @_ _ = speed // v 7936 | |
@3601 @_ _ = protest // v 7871 | |
@3602 @_ _ = unexpected // adj 7829 | |
@3603 @_ _ = obstacle // n 8075 | |
@3604 @_ _ = facilitate // v 8946 | |
@3605 @_ _ = encounter // n 8073 | |
@3606 @_ _ = rip // v 8164 | |
@3607 @_ _ = herb // n 8279 | |
@3608 @_ _ = overwhelming // adj 7831 | |
@3609 @_ _ = integration // n 8847 | |
@3610 @_ _ = crystal // n 8035 | |
@3611 @_ _ = recession // n 8809 | |
@3612 @_ _ = wish // n 7789 | |
@3613 @_ _ = top // v 8162 | |
@3614 @_ _ = written // adj 8371 | |
@3615 @_ _ = motive // n 8029 | |
@3616 @_ _ = label // v 7969 | |
@3617 @_ _ = flood // n 7986 | |
@3618 @_ _ = pen // n 8117 | |
@3619 @_ _ = ownership // n 8177 | |
@3620 @_ _ = nightmare // n 7895 | |
@3621 @_ _ = notice // n 7762 | |
@3622 @_ _ = inspection // n 8128 | |
@3623 @_ _ = supervisor // n 8049 | |
@3624 @_ _ = consult // v 7778 | |
@3625 @_ `'reenai` = arena // n 8008 | |
@3626 @_ _ = laugh // n 8164 | |
@3627 @_ _ = diagnosis // n 8454 | |
@3628 @_ _ = possession // n 7828 | |
@3629 @_ _ = forgive // v 8003 | |
@3630 @_ _ = warm // v 7973 | |
@3631 @_ _ = consistently // adv 8104 | |
@3632 @_ _ = basement // n 7988 | |
@3633 @_ _ = project // v 7871 | |
@3634 @_ _ = drift // v 8311 | |
@3635 @_ _ = drain // v 8123 | |
@3636 @_ _ = last // adv 8415 | |
@3637 @_ _ = prosecution // n 8941 | |
@3638 @_ _ = maximum // adj 8075 | |
@3639 @_ _ = announcement // n 7863 | |
@3640 @_ _ = warrior // n 7975 | |
@3641 @_ _ = prediction // n 7996 | |
@3642 @_ _ = bacteria // n 8256 | |
@3643 @_ _ = questionnaire // n 9123 | |
@3644 @_ _ = mud // n 8026 | |
@3645 @_ _ = infrastructure // n 7961 | |
@3646 @_ _ = hurry // v 8723 | |
@3647 @_ _ = privilege // n 7923 | |
@3648 @_ _ = temple // n 7949 | |
@3649 @_ _ = medium // adj 8586 | |
@3650 @_ _ = outdoor // adj 8101 | |
@3651 @_ _ = suck // v 8204 | |
@3652 @_ _ = `and/or` // conj 8481 | |
@3653 @_ _ = broadcast // n 8130 | |
@3654 @_ _ = re // prep 15773 | |
@3655 @_ _ = leap // v 8376 | |
@3656 @_ _ = random // adj 7818 | |
@3657 @_ _ = past // adv 7921 | |
@3658 @_ _ = wrist // n 8250 | |
@3659 @_ _ = curtain // n 8204 | |
@3660 @n `shoe-or` = monitor // n 7879 | |
@3661 @_ _ = pond // n 7971 | |
@3662 @_ _ = domain // n 8641 | |
@3663 @_ _ = guilt // n 7746 | |
@3664 @_ _ = cattle // n 7827 | |
@3665 @_ _ = subject // prep 8087 | |
@3666 @_ _ = walking // n 7847 | |
@3667 @_ _ = playoff // n 8803 | |
@3668 @_ _ = minimum // adj 8011 | |
@3669 @_ _ = fiscal // adj 8005 | |
@3670 @_ _ = skirt // n 8167 | |
@3671 @_ _ = dump // v 7689 | |
@3672 @_ _ = hence // adv 8468 | |
@3673 @_ _ = database // n 8094 | |
@3674 @_ _ = uncomfortable // adj 7667 | |
@3675 @_ _ = aim // n 7973 | |
@3676 @_ execueta = execute // v 7671 | |
@3677 @_ _ = limb // n 8018 | |
@3678 @_ _ = ideology // n 8485 | |
@3679 @_ _ = average // v 8106 | |
@3680 @_ _ = welcome // adj 7798 | |
@3681 @_ _ = tune // v 7934 | |
@3682 @_ _ = continuing // adj 7845 | |
@3683 @_ _ = harm // n 7619 | |
@3684 @_ _ = railroad // n 7796 | |
@3685 @v en.duura = (endure, tolerate, `put up with`) // v 7586 | |
@3686 @_ _ = radiation // n 7912 | |
@3687 @_ _ = horn // n 7813 | |
@3688 @_ _ = chronic // adj 8036 | |
@3689 @_ _ = peaceful // adj 7704 | |
@3690 @_ _ = innovation // n 8099 | |
@3691 @_ _ = strain // n 7713 | |
@3692 @_ _ = guitar // n 7712 | |
@3693 @_ _ = replacement // n 7734 | |
@3694 @_ `acta` = behave // v 7546 | |
@3694 @_ `act-eya` = "behave well" // v 7546 | |
@3694 @_ (`mis-acta`, `act-iga`) = misbehave // v 7546 | |
@3695 @_ _ = administer // v 8135 | |
@3696 @_ _ = simultaneously // adv 7960 | |
@3697 @_ _ = dancer // n 7664 | |
@3698 @_ _ = amendment // n 8132 | |
@3699 @_ _ = guard // v 7659 | |
@3700 @_ _ = pad // n 7846 | |
@3701 @_ _ = transmission // n 7829 | |
@3702 @_ _ = await // v 7550 | |
@3703 @_ _ = retired // adj 7869 | |
@3704 @_ _ = trigger // v 7630 | |
@3705 @_ _ = spill // v 7798 | |
@3706 @_ _ = grateful // adj 7597 | |
@3707 @_ _ = grace // n 7634 | |
@3708 @_ _ = virtual // adj 7776 | |
@3709 @_ _ = response // prep 7868 | |
@3710 @_ _ = colony // n 7822 | |
@3711 @_ _ = adoption // n 7986 | |
@3712 @_ _ = slide // n 7780 | |
@3713 @_ _ = indigenous // adj 8785 | |
@3714 @_ _ = closed // adj 7500 | |
@3715 @_ _ = convict // v 7940 | |
@3716 @_ _ = civilian // n 7889 | |
@3717 @_ _ = towel // n 7978 | |
@3718 @_ _ = modify // v 8997 | |
@3719 @_ _ = particle // n 7925 | |
@3720 @_ _ = award // v 7666 | |
@3721 @_ _ = glance // n 8122 | |
@3722 @_ _ = prize // n 7519 | |
@3723 @_ _ = landing // n 7646 | |
@3724 @_ _ = conduct // n 7821 | |
@3725 @_ bluu = blue // n 7671 | |
@3726 @_ _ = boost // v 7863 | |
@3727 @_ _ = bat // n 7694 | |
@3728 @_ _ = alarm // n 7631 | |
@3729 @_ _ = festival // n 7775 | |
@3731 @_ _ = weird // adj 7709 | |
@3732 @_ _ = undermine // v 7762 | |
@3733 @_ _ = freshman // n 7849 | |
@3734 @_ _ = sweat // n 8036 | |
@3735 @_ _ = outer // adj 7618 | |
@3736 @_ _ = European // n 7688 | |
@3737 @_ _ = drunk // adj 7890 | |
@3738 @_ _ = survey // v 7556 | |
@3739 @_ _ = research // v 7618 | |
@3740 @_ _ = separation // n 7760 | |
@3741 @_ _ = traditionally // adv 7717 | |
@3742 @_ _ = stuff // v 7687 | |
@3743 @v guverna = govern // v 7668 | |
@3744 @_ _ = southeast // n 7589 | |
@3745 @_ _ = intelligent // adj 7373 | |
@3746 @_ _ = wherever // adv 7382 | |
@3747 @_ _ = ballot // n 9217 | |
@3748 @_ _ = rhetoric // n 7765 | |
@3749 @_ _ = convinced // adj 7389 | |
@3750 @_ _ = driving // adj 7438 | |
@3751 @_ _ = vitamin // n 8245 | |
@3752 @_ _ = enthusiasm // n 7368 | |
@3753 @_ _ = accommodate // v 7571 | |
@3754 @_ _ = praise // v 7379 | |
@3755 @_ _ = injure // v 7574 | |
@3756 @_ _ = wilderness // n 7916 | |
@3757 @_ _ = nearby // adv 7545 | |
@3758 @_ _ = endless // adj 7458 | |
@3759 @_ _ = mandate // n 7704 | |
@3760 @_ _ = pause // n 8140 | |
@3761 @_ _ = excuse // n 7388 | |
@3762 @_ _ = respectively // adv 8223 | |
@3763 @_ _ = uncertainty // n 7671 | |
@3764 @_ _ = chaos // n 7304 | |
@3765 @_ _ = short // adv 7495 | |
@3766 @_ _ = mechanical // adj 7835 | |
@3767 @_ _ = canvas // n 7795 | |
@3768 @_ _ = forty // nm 7692 | |
@3769 @_ _ = matter // det 7396 | |
@3770 @_ _ = lobby // n 7556 | |
@3771 @_ _ = profound // adj 7477 | |
@3772 @_ _ = format // n 7910 | |
@3773 @_ _ = trait // n 7980 | |
@3774 @_ _ = currency // n 7753 | |
@3775 @_ _ = turkey // n 7757 | |
@3776 @_ _ = reserve // n 7585 | |
@3777 @_ _ = beam // n 7625 | |
@3778 @_ _ = abuse // v 7554 | |
@3779 @_ _ = astronomer // n 8157 | |
@3780 @_ _ = corruption // n 7518 | |
@3781 @_ _ = contractor // n 7634 | |
@3782 @_ _ = apologize // v 7485 | |
@3783 @_ _ = doctrine // n 8081 | |
@3784 @_ _ = genuine // adj 7336 | |
@3785 @_ _ = thumb // n 7659 | |
@3786 @_ _ = unity // n 7810 | |
@3787 @_ _ = compromise // n 7469 | |
@3788 @_ _ = horrible // adj 7538 | |
@3789 @_ _ = behavioral // adj 8320 | |
@3790 @_ _ = exclusive // adj 7402 | |
@3791 @v (`dis-ieza`, `dis-ifiea`) = scatter // v 7461 | |
@3792 @_ _ = commonly // adv 7861 | |
@3793 @_ _ = convey // v 7529 | |
@3794 @_ _ = rush // n 7458 | |
@3795 @_ _ = twist // v 7875 | |
@3796 @_ _ = complexity // n 7813 | |
@3797 @_ _ = fork // n 7742 | |
@3798 @_ _ = disk // n 7898 | |
@3799 @_ _ = relieve // v 7352 | |
@3800 @_ _ = suspicion // n 7187 | |
@3801 @_ _ = lock // n 7605 | |
@3802 @n `finish-film` = finish // n 7585 | |
@engerror finish => (`finish-film`, `finish-ij`) | |
@3803 @n `re.zied-ens` = residence // n 7332 | |
@3804 @_ _ = shame // n 7347 | |
@3805 @_ _ = meaningful // adj 7719 | |
@3806 @_ _ = sidewalk // n 7668 | |
@3807 @_ _ = Olympics // n 8039 | |
@3808 @_ _ = technological // adj 7780 | |
@3809 @n `sien-ens` = signature // n 7349 | |
@3810 @_ _ = pleasant // adj 7425 | |
@3811 @_ _ = wow // intj 8016 | |
@3812 @_ _ = suspend // v 7228 | |
@3813 @_ _ = rebel // n 7525 | |
@3814 @_ _ = frozen // adj 7474 | |
@3815 @_ _ = desire // v 7454 | |
@3816 @_ _ = spouse // n 7510 | |
@3817 @_ (`floe-um`, @ext fluid) = fluid // n 7464 | |
@3818 @_ _ = pension // n 7660 | |
@3819 @_ _ = resume // v 7243 | |
@3820 @_ _ = theoretical // adj 8320 | |
@3821 @_ _ = sodium // n 7998 | |
@3822 @_ _ = blow // n 7324 | |
@3823 @_ _ = promotion // n 7416 | |
@3824 @_ _ = delicate // adj 7332 | |
@3825 @_ _ = forehead // n 8123 | |
@3826 @_ _ = rebuild // v 7474 | |
@3827 @_ _ = bounce // v 7451 | |
@3828 @_ _ = electrical // adj 7347 | |
@3829 @_ _ = hook // n 7382 | |
@3830 @_ _ = detective // n 7441 | |
@3831 @_ _ = traveler // n 7336 | |
@3832 @_ _ = click // v 7549 | |
@3833 @_ _ = compensation // n 7512 | |
@3834 @_ _ = signal // v 7171 | |
@3835 @_ _ = exit // n 7333 | |
@3836 @_ _ = attraction // n 7280 | |
@3837 @_ _ = dedicate // v 7226 | |
@3838 @_ _ = altogether // adv 7147 | |
@3839 @_ _ = pickup // n 7415 | |
@3840 @_ _ = carve // v 7294 | |
@3841 @_ _ = needle // n 7378 | |
@3842 @_ _ = belly // n 7784 | |
@3844 @v (`feer-us-ena`, @ext skerra) = (scare, frighten) // v 7367 | |
@3845 @_ _ = portfolio // n 7663 | |
@3846 @_ _ = shuttle // n 7593 | |
@3847 @_ _ = invisible // adj 7355 | |
@3848 @_ _ = timing // n 7345 | |
@3849 @_ _ = engagement // n 7675 | |
@3850 @_ _ = ankle // n 7397 | |
@3852 @_ _ = rescue // v 7187 | |
@3853 @_ _ = counterpart // n 7484 | |
@3854 @_ _ = historically // adv 7426 | |
@3855 @_ _ = firmly // adv 7189 | |
@3856 @_ _ = mild // adj 7211 | |
@3857 @_ _ = rider // n 7450 | |
@3858 @n dol = doll // n 7351 | |
@n `dol-ig` = effigy | |
@3859 @n `mid-dey-point` = noon // n 7425 | |
@3860 @_ _ = exhibit // n 7326 | |
@3861 @_ _ = amid // prep 7264 | |
@3862 @_ _ = identical // adj 7247 | |
@3863 @_ _ = precise // adj 7211 | |
@3864 @_ _ = anxious // adj 7096 | |
@3865 @_ _ = structural // adj 7870 | |
@3866 @adj `re.zied-er-ic` = residential // adj 7415 | |
@3867 @_ _ = loud // adv 7541 | |
@3868 @_ _ = diagnose // v 7255 | |
@3869 @_ _ = carbohydrate // n 8057 | |
@3870 @_ _ = liberty // n 7442 | |
@3871 @_ _ = poster // n 7069 | |
@3872 @_ _ = theology // n 7866 | |
@3873 @_ _ = nonprofit // adj 7482 | |
@3874 @_ _ = crawl // v 7596 | |
@3875 @_ _ = oxygen // n 7191 | |
@3876 @_ _ = handsome // adj 7512 | |
@3877 @_ _ = magic // n 7415 | |
@3878 @_ _ = sum // n 7217 | |
@3879 @_ _ = provided // conj 7431 | |
@3880 @_ _ = businessman // n 7190 | |
@3881 @_ _ = promising // adj 7075 | |
@3882 @_ _ = conscious // adj 7152 | |
@3883 @_ _ = determination // n 7170 | |
@3884 @_ _ = donor // n 7231 | |
@3885 @_ _ = hers // pr 7770 | |
@3886 @_ _ = pastor // n 7260 | |
@3887 @_ _ = jazz // n 7220 | |
@3888 @_ _ = opera // n 7332 | |
@3889 @_ _ = Japanese // n 7419 | |
@3890 @_ _ = bite // n 7160 | |
@3891 @_ _ = frame // v 7063 | |
@3892 @_ _ = evil // adj 7045 | |
@3893 @_ _ = acquisition // n 7338 | |
@3894 @_ pit = pit // n 7132 (hole that does not go all the way through) | |
@3895 @_ _ = hug // v 7478 | |
@3896 @_ _ = wildlife // n 7361 | |
@3897 @_ _ = punish // v 6955 | |
@3898 @_ _ = giant // n 7102 | |
@3899 @_ _ = primary // n 7823 | |
@3900 @_ _ = equity // n 7277 | |
@3901 @_ _ = wrong // adv 7038 | |
@3902 @_ _ = doorway // n 7914 | |
@3903 @_ _ = departure // n 7008 | |
@3904 @_ _ = elevator // n 7535 | |
@3905 @_ _ = teenage // adj 7030 | |
@3906 @_ _ = guidance // n 7399 | |
@3907 @_ _ = happiness // n 7036 | |
@3908 @_ _ = statue // n 7058 | |
@3909 @_ _ = pursuit // n 7070 | |
@3910 @_ _ = repair // n 7088 | |
@3911 @_ _ = decent // adj 6954 | |
@3912 @_ _ = gym // n 7229 | |
@3913 @_ _ = oral // adj 7448 | |
@3914 @_ _ = clerk // n 7234 | |
@3915 @_ _ = Israeli // n 7673 | |
@3916 @_ _ = envelope // n 7241 | |
@3917 @_ _ = reporting // n 7184 | |
@3918 @_ _ = destination // n 7039 | |
@3919 @_ _ = fist // n 7729 | |
@3920 @_ _ = endorse // v 7167 | |
@3921 @_ _ = exploration // n 7294 | |
@3922 @_ _ = generous // adj 6907 | |
@3923 @_ _ = bath // n 7149 | |
@3924 @_ _ = rescue // n 7094 | |
@3925 @_ _ = thereby // adv 7588 | |
@3926 @_ _ = overall // adv 7225 | |
@3927 @_ _ = indicator // n 7574 | |
@3928 @_ _ = sunlight // n 7349 | |
@3929 @_ _ = feedback // n 7735 | |
@3930 @_ _ = spectrum // n 7216 | |
@3931 @_ _ = purple // adj 7216 | |
@3932 @_ _ = laser // n 7197 | |
@3933 @_ _ = bold // adj 6936 | |
@3934 @_ _ = reluctant // adj 6842 | |
@3935 @_ _ = starting // n 7118 | |
@3936 @_ _ = expertise // n 7219 | |
@3937 @_ _ = hay // n 6914 | |
@3938 @_ _ = program // v 7015 | |
@3939 @ext picturea = picture // v 7103 | |
@3940 @_ _ = tune // n 6887 | |
@3941 @_ _ = eating // n 7067 | |
@3942 @_ _ = age // v 7005 | |
@3943 @_ _ = volunteer // v 6864 | |
@3944 @_ _ = hint // n 6951 | |
@3945 @_ _ = sharply // adv 6966 | |
@3946 @_ _ = parade // n 7010 | |
@3947 @_ _ = advocate // v 7198 | |
@3948 @_ _ = realm // n 7261 | |
@3949 @_ _ = ban // n 7070 | |
@3950 @_ _ = strip // v 6894 | |
@3951 @_ _ = cancel // v 6932 | |
@3952 @_ _ = blend // v 7238 | |
@3953 @_ _ = therapist // n 7170 | |
@3954 @_ _ = slice // v 7316 | |
@3955 @_ _ = peel // v 7182 | |
@3956 @_ pitsudish = pizza // n 7130 | |
@3957 @_ _ = recipient // n 7126 | |
@3958 @_ _ = hesitate // v 7462 | |
@3959 @_ _ = flip // v 7274 | |
@3960 @_ _ = accounting // n 7319 | |
@3961 @v `argue-eya` = debate // v 6952 | |
@3962 @_ _ = bias // n 7388 | |
@3963 @_ _ = huh // intj 7563 | |
@3964 @_ _ = metaphor // n 7461 | |
@3965 @_ _ = candle // n 7204 | |
@3966 @n (`grab-'bul`, @ext handul) = handle // n 7101 | |