0%

13-letter words containing n, o, t, i, c

  • ethnomedicine — (medicine) traditional folk-medicine.
  • eudaemonistic — Of or pertaining to eudaemonism.
  • eudicotyledon — any plant belonging to one of the two major groups of flowering plants, comprising over 60 per cent of all plants, normally having net-veined leaves and two cotyledons in the seed
  • evening stock — a plant, Matthiola incana, of the genus Matthiola, of the Mediterranean region, cultivated for its brightly coloured flowers: Brassicaceae (crucifers)
  • evocativeness — The state or condition of being evocative.
  • exacerbations — Plural form of exacerbation.
  • exceptionable — Open to objection; causing disapproval or offense.
  • exceptionally — To a greater degree than normal; unusually.
  • exceptionless — Without exception.
  • exclamational — Relating to, or having the form of, an exclamation.
  • exclusionists — Plural form of exclusionist.
  • excommunicate — Officially exclude (someone) from participation in the sacraments and services of the Christian Church.
  • excoriatingly — So as to excoriate.
  • excortication — the act of stripping off the outer layer, esp the bark from a tree
  • excursionists — Plural form of excursionist.
  • exotic dancer — a striptease dancer or belly dancer
  • expectational — of or relating to an expectation or expectations
  • expectorating — Present participle of expectorate.
  • expectoration — The action of expectorating, of ejecting phlegm or mucus from the throat or lungs by coughing, hawking, or spitting.
  • explicitation — (rare, possibly nonstandard) The process or fact of becoming explicit or of causing to be explicit; that which makes something explicit.
  • exteroception — The perception of environmental stimuli acting on the body.
  • facetiousness — (uncountable) The state of being facetious.
  • faction fight — a fight between rival Black groups, usually originating in tribal or clan feuds
  • factionalized — Simple past tense and past participle of factionalize.
  • factorisation — Alternative spelling of factorization.
  • factorization — Mathematics. to resolve into factors.
  • falsification — to make false or incorrect, especially so as to deceive: to falsify income-tax reports.
  • fantasmagoric — phantasmagoria.
  • fasciculation — a fascicular condition.
  • felicitations — an expression of good wishes; congratulation.
  • ferromagnetic — noting or pertaining to a substance, as iron, that below a certain temperature, the Curie point, can possess magnetization in the absence of an external magnetic field; noting or pertaining to a substance in which the magnetic moments of the atoms are aligned.
  • fictionalised — Simple past tense and past participle of fictionalise.
  • fictionalized — to make into fiction; give a somewhat imaginative or fictional version of: to fictionalize a biography.
  • fictionalizes — Third-person singular simple present indicative form of fictionalize.
  • fighting cock — a gamecock.
  • firnification — the process by which snow changes into névé.
  • flash fiction — very short works of fiction that are typically no longer than a couple of pages and may be as short as one paragraph.
  • floating dock — a submersible, floating structure used as a dry dock, having a floor that is submerged, slipped under a floating vessel, and then raised so as to raise the vessel entirely out of the water.
  • floccillation — a delirious picking of the bedclothes by the patient, as in certain fevers.
  • floutingstock — a laughing-stock; the object of mockery or flouting
  • flow function — The flow function is the relationship between the strength of a compact and the degree of compaction.
  • fluctuational — Of, pertaining to, or resulting from fluctuation(s).
  • flying doctor — a doctor listed with local authorities as willing to be flown to remote areas to give emergency medical care.
  • fold function — (programming)   In functional programming, fold or "reduce" is a kind of higher-order function that takes as arguments a function, an initial "accumulator" value and a data structure (often a list). In Haskell, the two flavours of fold for lists, called foldl and foldr are defined like this: foldl :: (a -> b -> a) -> a -> [b] -> a foldl f z [] = z foldl f z (x:xs) = foldl f (f z x) xs foldr :: (a -> b -> b) -> b -> [a] -> b foldr f z [] = z foldr f z (x:xs) = f x (foldr f z xs) In both cases, if the input list is empty, the result is the value of the accumulator, z. If not, foldl takes the head of the list, x, and returns the result of recursing on the tail of the list using (f z x) as the new z. foldr returns (f x q) where q is the result of recursing on the tail. The "l" and "r" in the names refer to the associativity of the application of f. Thus if f = (+) (the binary plus operator used as a function of two arguments), we have: foldl (+) 0 [1, 2, 3] = (((0 + 1) + 2) + 3 (applying + left associatively) and foldr (+) 0 [1, 2, 3] = 0 + (1 + (2 + 3)) (applying + right associatively). For +, this makes no difference but for an non-commutative operator it would.
  • fonctionnaire — a civil servant
  • fondant icing — icing made from fondant
  • footing piece — one of a series of horizontal transverse timbers supporting a platform or staging.
  • for-instances — an instance or example: Give me a for-instance of what you mean.
  • form function — (jargon)   The shape of something designed. This term is currently (Feb 1998) in vogue among marketroids.
  • fortification — the act of fortifying or strengthening.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?