Numeronym

Last updated

A numeronym is a word, usually an abbreviation, composed partially or wholly of numerals. The term can be used to describe several different number-based constructs, but it most commonly refers to a contraction in which all letters between the first and last of a word are replaced with the number of omitted letters (for example, "i18n" for "internationalization"). [1] According to Anne H. Soukhanov, editor of the Microsoft Encarta College Dictionary , it originally referred to phonewords – words spelled by the letters of keys of a telephone pad. [2]

Contents

A numeronym can also be called an alphanumeric acronym or alphanumeric abbreviation.

Types

Homophones

A number may be substituted into a word where its pronunciation matches that of the omitted letters. For example, "K9" is produced "kay-nine", which sounds like "canine" (relating to dogs).

Examples of numeronyms based on homophones include:

Numerical contractions

Alternatively, letters between the first and last letters of a word may be replaced by the number of letters omitted. For example, the word "internationalization" can be abbreviated by replacing the eighteen middle letters ("nternationalizatio") with "18", leaving "i18n". Sometimes the last letter is also counted and omitted. These word shortenings are sometimes called numerical contractions.

According to Tex Texin, the first numeronym of this kind was "S12n", the electronic mail account name given to Digital Equipment Corporation (DEC) employee Jan Scherpenhuizen by a system administrator because his surname was too long to be an account name. By 1985, colleagues who found Jan's name unpronounceable often referred to him verbally as "S12n" (ess-twelve-en). The use of such numeronyms became part of DEC corporate culture. [3]

Examples of numerical contractions include:

Purely numeric

Some numeronyms are composed entirely of numbers, such as "212" for "New Yorker", "4-1-1" for "information", "9-1-1" for "help", "101" for "basic introduction to a subject", and "420" for "Cannabis". Words of this type have existed for decades, including those in 10-code, which has been in use since before World War II. Chapter or title numbers of some jurisdictions' statutes have become numeronyms, for example 5150 and 187 from California's penal code. Largely because the production of many American movies and television programs are based in California, usage of these terms has spread beyond its original location and user population.

Examples of purely numeric words include:

Repeated letters

A number may also denote how many times the character before or after it is repeated. This is typically used to represent a name or phrase in which several consecutive words start with the same letter, as in W3 (World Wide Web) or W3C (World Wide Web Consortium).

SI prefixes

Numeronyms can also make use of SI prefixes, as are commonly used to abbreviate long numbers (e.g. "1k" for 1000 or "1M" for 1000000).

Examples of numeronyms using SI prefixes include

See also

Related Research Articles

An abbreviation is a shortened form of a word or phrase, by any method. It may consist of a group of letters or words taken from the full version of the word or phrase; for example, the word abbreviation itself can be abbreviated as abbr., abbrv., or abbrev.. It may also consist of initials only, a mixture of initials and words, or words or letters representing words in another language. Some types of abbreviations are acronyms or grammatical contractions or crasis.

<span class="mw-page-title-main">HTML</span> HyperText Markup Language

HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.

A Uniform Resource Identifier (URI) is a unique sequence of characters that identifies an abstract or physical resource, such as resources on a webpage, mail address, phone number, books, real-world objects such as people and places, concepts. URIs are used to identify anything described using the Resource Description Framework (RDF), for example, concepts that are part of an ontology defined using the Web Ontology Language (OWL), and people who are described using the Friend of a Friend vocabulary would each have an individual URI.

Mathematical Markup Language (MathML) is a mathematical markup language, an application of XML for describing mathematical notations and capturing both its structure and content, and is one of a number of mathematical markup languages. Its aim is to natively integrate mathematical formulae into World Wide Web pages and other documents. It is part of HTML5 and standardised by ISO/IEC since 2015.

The Resource Description Framework (RDF) is a World Wide Web Consortium (W3C) standard originally designed as a data model for metadata. It has come to be used as a general method for description and exchange of graph data. RDF provides a variety of syntax notations and data serialization formats, with Turtle currently being the most widely used notation.

<span class="mw-page-title-main">Internationalization and localization</span> Process of making software accessible to people in different areas of the world

In computing, internationalization and localization (American) or internationalisation and localisation (British), often abbreviated i18n and l10n respectively, are means of adapting computer software to different languages, regional peculiarities and technical requirements of a target locale.

XML Signature defines an XML syntax for digital signatures and is defined in the W3C recommendation XML Signature Syntax and Processing. Functionally, it has much in common with PKCS #7 but is more extensible and geared towards signing XML documents. It is used by various Web technologies such as SOAP, SAML, and others.

<span class="mw-page-title-main">Acronym</span> Word or name made from the initial components of the words of a sequence

An acronym, a type of abbreviation, is a word or name consisting of parts of the full name's words. Some authorities add that an acronym must be pronounced as a single word rather than individual letters, so considering NASA an acronym but not USA; the latter they instead call an initialism or alphabetism, for a string of initial letters which are pronounced individually. Acronyms commonly are formed from initials alone, such as NATO, FBI, YMCA, GIF, EMT, and PIN, but sometimes use syllables instead, as in Benelux, NAPOCOR, and TRANSCO. They can also be a mixture, as in radar and MIDAS.

<span class="mw-page-title-main">Scribal abbreviation</span> Abbreviations used by ancient and medieval scribes

Scribal abbreviations or sigla are abbreviations used by ancient and medieval scribes writing in various languages, including Latin, Greek, Old English and Old Norse.

XML namespaces are used for providing uniquely named elements and attributes in an XML document. They are defined in a W3C recommendation. An XML instance may contain element or attribute names from more than one XML vocabulary. If each vocabulary is given a namespace, the ambiguity between identically named elements or attributes can be resolved.

Speech Recognition Grammar Specification (SRGS) is a W3C standard for how speech recognition grammars are specified. A speech recognition grammar is a set of word patterns, and tells a speech recognition system what to expect a human to say. For instance, if you call an auto-attendant application, it will prompt you for the name of a person. It will then start up a speech recognizer, giving it a speech recognition grammar. This grammar contains the names of the people in the auto attendant's directory and a collection of sentence patterns that are the typical responses from callers to the prompt.

RDFa or Resource Description Framework in Attributes is a W3C Recommendation that adds a set of attribute-level extensions to HTML, XHTML and various XML-based document types for embedding rich metadata within Web documents. The Resource Description Framework (RDF) data-model mapping enables its use for embedding RDF subject-predicate-object expressions within XHTML documents. It also enables the extraction of RDF model triples by compliant user agents.

In computer science and web development, XML Events is a W3C standard for handling events that occur in an XML document. These events are typically caused by users interacting with the web page using a device, such as a web browser on a personal computer or mobile phone.

In computing, Terse RDF Triple Language (Turtle) is a syntax and file format for expressing data in the Resource Description Framework (RDF) data model. Turtle syntax is similar to that of SPARQL, an RDF query language. It is a common data format for storing RDF data, along with N-Triples, JSON-LD and RDF/XML.

Semantic interoperability is the ability of computer systems to exchange data with unambiguous, shared meaning. Semantic interoperability is a requirement to enable machine computable logic, inferencing, knowledge discovery, and data federation between information systems.

The Pronunciation Lexicon Specification (PLS) is a W3C Recommendation, which is designed to enable interoperable specification of pronunciation information for both speech recognition and speech synthesis engines within voice browsing applications. The language is intended to be easy to use by developers while supporting the accurate specification of pronunciation information for international use.

N-Triples is a format for storing and transmitting data. It is a line-based, plain text serialisation format for RDF graphs, and a subset of the Turtle format. N-Triples should not be confused with Notation3 which is a superset of Turtle. N-Triples was primarily developed by Dave Beckett at the University of Bristol and Art Barstow at the World Wide Web Consortium (W3C).

Extensible HyperText Markup Language (XHTML) is part of the family of XML markup languages which mirrors or extends versions of the widely used HyperText Markup Language (HTML), the language in which Web pages are formulated.

<span class="mw-page-title-main">English Braille</span> Tactile writing system for English

English Braille, also known as Grade 2 Braille, is the braille alphabet used for English. It consists of around 250 letters (phonograms), numerals, punctuation, formatting marks, contractions, and abbreviations (logograms). Some English Braille letters, such as ⟨ch⟩, correspond to more than one letter in print.

A document type declaration, or DOCTYPE, is an instruction that associates a particular XML or SGML document with a document type definition (DTD). In the serialized form of the document, it manifests as a short string of markup that conforms to a particular syntax.

References

  1. Pope, Mike (2012-02-29). "It's a Number! It's a Word! It's Both!". Vocabulary.com. Retrieved 2023-12-19.
  2. Jeffrey McQuain (September 16, 2001). "Screening the Novel Words of Harry Potter". The New York Times . Archived from the original on February 5, 2016. Retrieved 2010-04-12.
  3. Tex Texin. "Origin Of The Abbreviation I18n" . Retrieved September 14, 2005.
  4. "Canonical XML". W3C. Retrieved November 11, 2007.
  5. "INTEROPERABILITY.net". Archived from the original on August 2, 2012. Retrieved November 11, 2007.
  6. "a11yproject.com" . Retrieved July 22, 2019.
  7. "Modularization of XHTML in XML Schema". W3C. Retrieved November 11, 2007.
  8. "p13n – Wiktionary". en.wiktionary.org. Retrieved 2019-09-12.
  9. "s{horte}n". s5n.pw.
  10. 1 2 "Localization vs. Internationalization". w3.org. Retrieved 2021-03-01.
  11. "About". a16z.com. Andreessen Horowitz. Retrieved 2021-03-01.
  12. "Kubernetes (K8s) README". Kubernetes. November 12, 2020 via GitHub.
  13. Jeffries, Andy (September 24, 2019). "What's the difference between k3s vs k8s". civo.com. K8s is just an abbreviation of Kubernetes ("K" followed by 8 letters "ubernete" followed by "s").
  14. Hartshorne, Ben (2018-06-26). "How Are Structured Logs Different From Events?". Honeycomb. Retrieved 2021-01-24.
  15. "Exclusive XML Canonicalization Version 1.0". w3.org. Retrieved 2022-10-28.
  16. Faye Flam (2010-04-23). "Iceland a hot spot of volcanic activity". The Philadelphia Inquirer . Retrieved 2023-11-27. Some scientists have come to abbreviate the volcano as E15, for the 15 letters that follow the E
  17. "Incubator 143 Lab". Fred Rogers Institute.
  18. Hill, Evan; Tiefenthäler, Ainara; Triebert, Christiaan; Jordan, Drew; Willis, Haley; Stein, Robin (2020-05-31). "8 Minutes and 46 Seconds: How George Floyd Was Killed in Police Custody". The New York Times. ISSN   0362-4331 . Retrieved 2020-06-02.
  19. "8 minutes, 46 seconds". St. Cloud Times. Retrieved 2020-06-02.