Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Asterisk

From Wikipedia, the free encyclopedia
Typographical symbol (*)
* redirects here. For other uses, seeAsterisk (disambiguation) and* (disambiguation).
For the comic book series, seeAsterix.
*
Asterisk
In UnicodeU+002A *ASTERISK (*, *)
Related
See alsoU+203B REFERENCE MARK (komejirushi)
U+A673 SLAVONIC ASTERISK
Look up* orasterisk in Wiktionary, the free dictionary.

Theasterisk (/ˈæstərɪsk/*), fromLate Latinasteriscus, fromAncient Greekἀστερίσκος,asteriskos, "little star",[1][2] is atypographical symbol. It is so called because it resembles a conventional image of aheraldic star.

Computer scientists andmathematicians often vocalize it asstar (as, for example, intheA* search algorithm orC*-algebra). An asterisk is usually five- or six-pointed inprint and six- or eight-pointed when handwritten, though more complex forms exist. Its most common use is to call out afootnote. It is also often used to censor offensive words.

Incomputer science, the asterisk is commonly used as awildcard character, or to denotepointers, repetition, ormultiplication.

History

[edit]
The asteriskos used in an early Greek papyrus.

There are several precursors to the asterisk, which may be unrelated in meaning.[3] A kind of asterisk symbol was in used inice agecave paintings.[4] One hypothesis for the origin of the asterisk used to mark notes is that it stems from the 5000-year-oldSumerian characterdingir,𒀭,[5] though this hypothesis seems to only be based on visual appearance.[6]

Early asterisks seen in the margin of Greek papyrus.

There is also a two-thousand-year-old character used byAristarchus of Samothrace called theasteriskos, which he used when editing Homeric poetry to mark lines that were duplicated.[7]Origen is known to have also used the asteriskos to mark missingHebrew lines from hisHexapla.[8] In the Middle Ages, the asterisk (along with other symbols) was used to emphasize a particular part of text, often linking those parts of the text to a marginal comment.[9] The asterisk was frequently used to indicate footnotes in the era of print media.[10]

Usage

[edit]

Censorship

[edit]
Main article:Wordfilter
Grawlix ending in an asterisk

When toning downexpletives, asterisks are often used to replace letters. For example, the word "badword" might become "ba***rd", "b*****d", "b******" or even "*******".[11] Vowels tend to be censored with an asterisk more than consonants, but the intelligibility of censored profanities with multiple syllables such as "b*dw*rd" and "b*****d" or "ba****d", or uncommon ones is higher if put in context with surrounding text.[12] Incomics, an entire swear word may be replaced with agrawlix, a string of typographic symbols used to indicate undefined profanity.[13]

Asterisks are one method used toredact nonpublic information.[14] When a document containingclassified information is published, the document may be redacted or"sanitized" by replacing the classified information with asterisks. For example, theIntelligence and Security Committee Russia report.[15]

Competitive sports and games

[edit]

In colloquial usage, an asterisk attached to a sportingrecord indicates that it is somehow tainted. This is because results that have been considered dubious or set aside are recorded in the record books with an asterisk rendering to a footnote explaining the reason or reasons for concern.[16] During the first decades of the 21st century, the asterisk came to denote a tainted accomplishment, initially due to its use in North American sports records.[17] This "tainted" usage soon spread to American politics.[18]

Baseball

[edit]
Barry Bonds' 756th* home run baseball at theNational Baseball Hall of Fame and Museum

The usage of the term in sports arose during the 1961 baseball season in whichRoger Maris of theNew York Yankees was threatening to breakBabe Ruth's 34-year-old single-seasonhome run record. Ruth had amassed 60 home runs in a season with only 154 games, but Maris was playing the first season in the American League's newly expanded 162-game season. Baseball CommissionerFord C. Frick, a friend of Ruth's during the legendary slugger's lifetime, held a press conference to announce his "ruling" that should Maris take longer than 154 games both records would be acknowledged by Major League Baseball, but that some "distinctive mark" [his term][19] be placed next to Maris', which should be listed alongside Ruth's achievement in the "record books". The asterisk as such a mark was suggested at that time byNew York Daily News sportswriterDick Young, not Frick.[19] The reality, however, was that MLB had no direct control over any record books until many years later, and it all was merely a suggestion on Frick's part. Within a few years the controversy died down and all prominent baseball record keepers listed Maris as the single-season record holder for as long as he held the record.[19]

Nevertheless, the stigma of holding a tainted record remained with Maris for many years, and the concept of a real or figurative asterisk denoting less-than-accepted "official" records has become widely used in sports and other competitive endeavors. A 2001TV movie about Maris's record-breaking season was called61* (pronouncedsixty-one asterisk) in reference to the controversy.[20]

Uproar over the integrity of baseball records and whether or not qualifications should be added to them arose again in the late 1990s, when asteroid-fueled power explosion led to the shattering of Maris' record. Even though it was obvious - and later admitted[21] - byMark McGwire that he was heavily on steroids when he hit 70 home runs in 1998, ruling authorities did nothing - to the annoyance of many fans and sportswriters. Three years later self-confessed steroid-userBarry Bonds pushed that record out to 73, and fans once again began to call for an asterisk in the sport's record books.

Fans were especially critical and clamored louder for baseball to act during the 2007 season, as Bonds approached and later brokeHank Aaron's career home run record of 755.[22]

TheHouston Astros' 2017 World Series win was marred after an investigation by MLB revealed the team's involvement in asign-stealing scheme during that season. Fans, appalled by what they perceived to be overly lenient discipline against the Astros players, nicknamed the team the "Houston Asterisks".[23]

Cricket

[edit]

The asterisk has several uses incricket:

  • It signifies a total number of runs scored by a batsman without losing their wicket; e.g. "107*" means "107not out".
  • Where only the scores of the two batsmen that are currently in are being shown, an asterisk following a batsman's score indicates that he is due to face the next ball to be delivered.
  • When written before a player's name on a scorecard, it indicates thecaptain of the team.
  • It is also used on television when giving a career statistic during a match. For example, "47*" in a number of matches column means that the current game is the player's 47th.

Computing

[edit]
  • Inregular expressions, the asterisk is used to denote zero or more repetitions of a pattern; this use is also known as theKleene star orKleene closure afterStephen Kleene.
  • InUnified Modeling Language, the asterisk is used to denote zero to many classes.
  • In somecommand line interfaces, such as theUnix shell andMicrosoft'sCMD, the asterisk is thewildcard character (or wildcard symbol) and stands for anystring ofcharacters. A common use of the wildcard is in searching for files on a computer. For instance, if a user wished to find a document calledDocument 1, search terms such asDoc* andD*ment* would return this file. Due to being a wildcard, they could also return files likeDocument 2 and (only the latter)Dark Knight Monument.jpg.Document* would in fact return any file that begins withDocument, andD*ment* any file that began with D and had 'ment' somewhere in its name.
  • In somegraphical user interfaces, an asterisk is pre- or affixed to the current working document name shown in a window's title bar to indicate that unsaved changes exist.
  • In many computing andInternet applications, an asterisk is displayed in place of the characters of sensitive or confidential visible information, such as a password.
  • InCommodore (and related)file systems, an asterisk appearing next to a filename in a directory listing denotes an improperly closed file, commonly called a "splat file".
  • In travel industryGlobal Distribution Systems, the asterisk is the display command to retrieve all or part of aPassenger Name Record.
  • InHTMLweb forms, a (usually red) asterisk can be used to denote required fields.
  • Chat room etiquette calls on one asterisk to correct a misspelled word or typo that has already been submitted. For example, one could postlck, then follow it with*luck orluck* (the placement of the * on the left or right is a matter of personal style) to correct the word's spelling, or if it's someone else that notices the mistake, they might also use*luck orluck*.[24] This also applies to typos that result in a different word from the intended one but are correctly spelled.
  • Incomics, enclosing a word or phrase between two asterisks is used to denote an action the subject is "performing", e.g.*cough*.[25][better source needed]
  • InMarkdown and other markup languages, surrounding a set of characters or words in one asterisk italicizes, two asterisks bolds, and three asterisks both italicizes and bolds.[26] See the table below for examples of all three uses of the asterisk in Markdown, including how it translates to HTML and how it renders.
MarkdownItalicized text is the*cat's meow*.I just love**bold text**.This text is ***really important***.
HTMLItalicized text is the<em>cat's meow</em>.I just love<strong>bold text</strong>.This text is<em><strong>really important</strong></em>.
Rendered OutputItalicized text is thecat's meow.I just lovebold text.This text isreally important.

Adding machines and printing calculators

[edit]
  • Some models ofadding machines andprinting calculators use the asterisk to denote thetotal, or the terminal sum or difference of an addition or subtraction sequence, respectively. The symbol is sometimes given on the printout to indicate this total.[citation needed]

Programming languages

[edit]

Manyprogramming languages andcalculators use the asterisk as a symbol formultiplication. It also has a number of special meanings in specific languages, for instance:

  • In some languages such asC,C++,Rust andGo, the asterisk is used todereference or declare apointer variable.
  • InCommon Lisp, the names ofglobal variables are conventionally set off with asterisks,*LIKE-THIS*.
  • InAda,Fortran,Perl,Python,Ruby, some dialects ofPascal, and many others, a double asterisk is used to signifyexponentiation:5**3 is 53 = 125.
  • InPerl, the asterisk is used to refer to thetypeglob of all variables with a given name.
  • InRuby andPython, the asterisk has two specific uses. First, the unary * operator applied to a list object inside a function call will expand that list into the positional arguments of the function call. Second, a parameter preceded by *in the parameter list in a function definition will result in any extra positional parameters being aggregated into atuple (Python) orarray (Ruby), and likewise a parameter preceded by ** will result in any extrakeyword parameters being aggregated into adictionary (Python) orhash (Ruby):
fromtypingimportAnydeffunction1(a:int,b:int,c:int,d:int)->None:print(a,b,c,d)deffunction2(first:int,*args:tuple[int,...])->None:# args will be a tuple# the name 'args' is convention: it may be any parameter nameprint(args)deffunction3(first:int,**kwargs:dict[str,Any])->None:# kwargs will be a dict# the name 'kwargs' is convention: it may be any parameter nameprint(kwargs)function1(1,2,3,4)# prints 1 2 3 4function1(*[1,2,3,4])# prints 1 2 3 4function1(**{"a":5,"b":6,"c":7,"d":8})# prints 5 6 7 8function2(1,2,3,4)# prints (2, 3, 4), 1 is not part of argsfunction2(99)# prints (), unfilled *parameter will be ()function3(0,e=3,f=9)# prints {'e': 3, 'f': 9}, 0 is not part of kwargsfunction3(0)# prints {}, unfilled **parameter will be {}
  • InAPL, the asterisk represents theexponential andexponentiation functions, with*X representingeX, andY*X representingYX.
  • In IBMJob Control Language, the asterisk has various functions, including in-stream data in the DD statement, the default print stream asSYSOUT=*, and as a self-reference in place of a procedure step name to refer to the same procedure step where it appears.
  • InHaskell, the asterisk represents the set of well-formed, fully applied types; that is, a 0-arykind of types.
Comments in programming languages
[edit]
Main article:block comments

In theB programming language and languages that borrow syntax from it, such asC,PHP,Java, orC#, comments in thesource code (for information to people, ignored by thecompiler) are marked by an asterisk combined with the slash:

/* This section displays message if user input was not valid    (comment ignored by compiler) */

CSS also uses this comment format:

body{/* This ought to make the text more readable for far-sighted people */font-size:24pt;}

SomePascal-like programming languages, such asObject Pascal,Modula-2,Modula-3, andOberon, and other languages such asML,Wolfram Language (Mathematica),AppleScript,OCaml,Standard ML, andMaple, use an asterisk combined with a parenthesis:

(* Do not change this variable - it is used later    (comment ignored by compiler) *)

Each computing language has its own way of handling comments;/* ... */ and similar notations are not universal.

History of information technology

[edit]

The asterisk was a supported symbol on the IBM 026Keypunch (introduced in 1949 and used to createpunch cards with data for early computer systems).[27] It was also included in theFIELDATA character encoding[28] and theASCII standard.[29][30][31]

Economics

[edit]

Education

[edit]

Fluid mechanics

[edit]

Influid mechanics an asterisk in superscript is sometimes used to mean a property at sonic speed.[32]

Games

[edit]
  • Certain categories of character types inrole-playing games are calledsplats, and the game supplements describing them are calledsplatbooks. This usage originated with the shorthand "*book" for this type of supplement to variousWorld of Darkness games, such asClanbook: Ventrue (forVampire: The Masquerade) orTribebook: Black Furies (forWerewolf: The Apocalypse), and this usage has spread to other games with similar character-type supplements. For example,Dungeons & Dragons Third Edition has had several lines of splatbooks: the "X & Y" series includingSword & Fist andTome & Blood prior to the "3.5" revision, the "Complete X" series includingComplete Warrior andComplete Divine, and the "Races of X" series includingRaces of Stone andRaces of the Wild.
  • InMagic: The Gathering, an asterisk is used on a creature's power and/or toughness when it's a variable amount.
  • In manyMUDs andMOOs, as well as "male", "female", and other more esoteric genders, there is a gender called "splat", which uses an asterisk to replace the letters that differ in standard English gender pronouns. For example,h* is used rather thanhim orher. Also, asterisks are used to signify doing an action, for example, "*action*".
  • Game show producerMark Goodson used a six-pointed asterisk as his trademark. It is featured prominently on many set pieces fromThe Price Is Right.
  • Scrabble players put an asterisk after a word to indicate that an illegal play was made.[33]

Human genetics

[edit]
  • In human genetics,* is used to denote that someone is a member of ahaplogroup and not any of its subclades (see* (haplogroup)).

Linguistics

[edit]

Inlinguistics, an asterisk may be used for a range of purposes depending on what is being discussed. The symbol is used to indicate reconstructed words ofproto-languages (for which there are no records). For modern languages, it may be placed before posited problematic word forms, phrases or sentences to flag that they are hypothetical, ungrammatical, unpronounceable, etc.

Historical linguistAugust Schleicher is cited as first using the asterisk for linguistic purposes, specifically forunattested forms that arelinguistic reconstructions.[34]: 208 

Using the asterisk for descriptive and not just historical purposes arose in the 20th century.[35]: 334  By analogy with its use in historical linguistics, the asterisk was variously prepended to "hypothetical" or "unattested" elements in modern language.[35]: 332  Its usage also expanded to include "non-existent" or "impossible" forms.Leonard Bloomfield (1933) uses the asterisk with forms such as*cran, impossible to occur in isolation:cran- only occurs within the compoundcranberry.[36]: 160 [35]: 331  Such usage for a "non-existent form" was also found in French, German and Italian works in the middle of the 20th century.[35]: 332–34 

Asterisk usage in linguistics later came to include not just impossible forms, but "ungrammatical sentences", those that are "ill formed for the native speaker".[35]: 332  The expansion of asterisk usage to entire sentences is often credited toNoam Chomsky, but Chomsky in 1968 already describes this usage as "conventional".[35]: 330  Linguist Fred Householder claims some credit,[37]: 365 [35]: 331  but Giorgio Graffi argues that using an asterisk for this purpose predates his works.[35]: 336 [a]

The meaning of the asterisk usage in specific linguistic works may go unelucidated so can be unclear.[37]: 369 [b] Linguistics sometimes uses double asterisks (**), another symbol such as thequestion mark, or both symbols (e.g.?*) to indicate degrees of unacceptability.[37]: 369 

Historical linguistics

[edit]

Inhistorical linguistics, the asterisk marks words or phrases that are not directly recorded in texts or other media, and that are thereforereconstructed on the basis of other linguistic material by thecomparative method.[38]

In the following example, theProto-Germanic word*ainlif is a reconstructed form.

A double asterisk (**) sometimes indicates an intermediary or proximate reconstructed form (e.g. a single asterisk for reconstructedthirteenth century Chinese and a double asterisk for reconstructions of olderAncient Chinese[39]: 5  or a double asterisk for proto-Popolocan and a single asterisk for intermediary forms[40]: 322 ).

In other cases, the double asterisk denotes a form that would be expected according to a rule, but is not actually found. That is, it indicates a reconstructed form that is not found or used, and in place of whichanother form is found in actual usage:

  • For the plural, **kubar would be expected, but separate masculine pluralakābirأكابر‎ and feminine pluralkubrayātكبريات‎ are found as irregular forms.

Ungrammaticality

[edit]

In most areas of linguistics, but especially insyntax, an asterisk in front of a word or phrase indicates that the word or phrase is not used because it isungrammatical.[35]: 332 

  • wake her up / *wake up her

An asterisk before a parenthesis indicates that the lack of the word or phrase inside is ungrammatical, while an asterisk after the opening bracket of the parenthesis indicates that the existence of the word or phrase inside is ungrammatical—e.g., the following indicates "go the station" would be ungrammatical:

  • go *(to) the station

Use of an asterisk to denote forms or sentences that are ungrammatical is often complemented by the use of thequestion mark (?) to indicate a word, phrase or sentence that is avoided, questionable or strange, but not necessarily outright ungrammatical.[c]

Other sources go further and use several symbols (e.g. the asterisk, question mark, anddegree symbol°) to indicate gradations or a continuum of acceptability.[d]

Ambiguity
[edit]

Since a word marked with an asterisk could mean either "unattested" or "impossible", it is important in some contexts to distinguish these meanings. In general, authors retain asterisks for "unattested", and prefixx,**,, or? for the latter meaning.[e] An alternative is to append the asterisk (or another symbol, possibly to differentiate between even more cases) at the end.[citation needed]

Optimality theory

[edit]

Inoptimality theory, asterisks are used as "violation marks" in tableau cells to denote a violation of a constraint by an output form.[46]

Phonetic transcription

[edit]

In phonetic transcription using theInternational Phonetic Alphabet and similar systems, an asterisk was historically used to denote that the word it preceded was a proper noun.[47][48] See this example from W. Perrett's 1921 transcription of Gottfried Keller'sDas Fähnlein der sieben Aufrechten:[49]

ˈkɑinəˈreːdə,virtˈniçtsdaˈraˑus!zɑːktə*ˈheːdigərˈkurts.
(»Keine Rede, wird nichts daraus!« sagte Hediger kurz.)

This convention is no longer usual.[50]

Mathematics

[edit]

The asterisk has many uses inmathematics. The following list highlights some common uses and is not exhaustive.

stand-alone
as aunary operator, denoted inprefix notation
as a unary operator, written as asubscript
as a unary operator, written as asuperscript
as abinary operator, ininfix notation

The asterisk is used in all branches of mathematics to designate a correspondence between two quantities denoted by the same letter – one with the asterisk and one without.

Mathematical typography

[edit]

In fine mathematical typography, theUnicode characterU+2217 ASTERISK OPERATOR (in HTML, &lowast;; not to be confused withU+204E LOW ASTERISK) is available. This character also appeared in the position of the regular asterisk in thePostScript symbol character set in theSymbol font included with Windows and Macintosh operating systems and with many printers.[citation needed] It should be used for a large asterisk that lines up with the other mathematical operators, sitting on the math centerline rather than on the text baseline.[52]

Music

[edit]

Religious texts

[edit]
  • In the Geneva Bible and the King James Bible, an asterisk is used to indicate a marginal comment or scripture reference.
  • In theLeeser Bible, an asterisk is used to mark off the seven subdivisions of the weekly Torah portion. It is also used to mark the few verses to be repeated by the reader of the Haftara.
  • In American printings of theBook of Common Prayer, an asterisk is used to divide a verse of a Psalm in two portions for responsive reading. British printings use a spaced colon (" : ") for the same purpose.[53]
  • Inpointed psalms, an asterisk is used to denote a break or breath.

Star of Life

[edit]
The Star of Life may representemergency medical services

AStar of Life, a six-bar asterisk overlaid with theRod of Asclepius (the symbol of health), may be used as an alternative to cross or crescent symbols on ambulances.

Statistical results

[edit]

In many scientific publications, the asterisk is employed as a shorthand to denote thestatistical significance of results when testinghypotheses. When the likelihood that a result occurred by chance alone is below a certain level, one or more asterisks are displayed. Popular significance levels are <0.05 (*), <0.01 (**), and <0.001 (***).

Telephony

[edit]
Further information:E.161

On atone dialling telephone keypad, the asterisk (calledstar) is one of the two special keys (the other is the'square key – almost invariably replaced by thenumber sign# (called 'pound sign' (US), 'hash' (other countries), or 'hex'), and is found to the left of the zero[54]). They are used to navigate menus in systems such asvoice mail, or invertical service codes. Itscodepoint inUnicode isU+2217 ASTERISK OPERATOR (&lowast;) as a valid alternative usage.[55]

Typography

[edit]
icon
This sectionneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources in this section. Unsourced material may be challenged and removed.
Find sources: "Asterisk" – news ·newspapers ·books ·scholar ·JSTOR
(April 2020) (Learn how and when to remove this message)
  • The asterisk is used to call out afootnote, especially when there is only one on the page. Less commonly, multiple asterisks are used to denote different footnotes on a page (i.e., *, **, ***).[56][57] Typically, an asterisk is positioned after a word or phrase and preceding its accompanying footnote. Other characters are also used for this purpose, such asdagger (†, ‡) or superscript letters and numbers (as in Wikipedia). In marketing and advertising, asterisks or other symbols are used to refer readers discreetly to terms or conditions for a certain statement, the "small print".
  • In English-language typography the asterisk is placed after all other punctuation marks (for example, commas, colons, or periods) except for the dash.[58][59]
Asterisks used to illustrate asection break inAlice's Adventures in Wonderland
  • Three spaced asterisks centered on a page is called adinkus and may represent a jump to a different scene, thought, orsection.
  • A group of three asterisks arranged in a triangular formation is called anasterism. It may be used instead of a name on a title page.[57]
  • One or more asterisks may be used as censorship over all or part of a word.
  • Asterisks are sometimes used as an alternative totypographical bullets to indicate items of a list.
  • Asterisks can be used in textual media to represent *emphasis* whenbold oritalic text is not available (e.g.,Twitter,text messaging).
  • Asterisks may denote conversationalrepair, or corrections to misspelling or misstatements in previous electronic messages, particularly when replacement or retraction of a previous writing is not possible, such as with "immediate delivery" messages or "instant messages" that can not be edited. Usually this takes the form of a message consisting solely of the corrected text, with an asterisk placed before (or after) the correction. For example, one might send a message reading "*morning" or "morning*" to correct the misspelling in the message "I had a good mroning".[24][citation needed]
  • Bounding asterisks as "a kind of self-describing stage direction", as linguistBen Zimmer has put it. For example, in "Another gas station robbery *sigh*", the writer uses *sigh* to express disappointment (but does not necessarily literally sigh).[60]
  • Bounding asterisks can also represent an action in online situations where they aren't shown.[61]

Unique uses in other languages

[edit]

German

[edit]
This section is an excerpt fromGender star.[edit]
Part ofa series on
Linguistics
Portal
This sign, readingRadfahrer absteigen (Cyclists, dismount), has been amended with a gender star to make it gender-neutral.

Thegender star (German:Genderstern, ordiminutiveGendersternchen;lit.'gender asterisk') is a nonstandard typographic style used by some authors ingender-neutral language inGerman.[62]

It is formed by placing an asterisk after thestem and appending the feminine plural suffix "-innen". For example,Fahrer ([male] driver, singular & plural) becomesFahrer*innen (drivers). The gender star makes it possible to refer to allgenders while also includingnon-binary people.[63]

In speech, the gender star is sometimes signalled by aglottal stop.[64][65]

Alternatives to the gender star includeBinnen-I (with medial capitalI), thegender gap (where anunderscore takes the place of the asterisk) or using inherently gender neutral terms, such as 'people' instead of 'man' or 'woman'.[66]

The gender star was named the German Anglicism of the Year in 2018 by theLeibniz-Institut für Deutsche Sprache.[67]

Encodings

[edit]
Further information:Star (glyph)

TheUnicode standard has a variety of asterisk-like characters, compared in the table below. (Characters will display differently in different browsers and fonts.) The reason there are so many is chiefly because of the controversial[citation needed] decision to include in Unicode the entireZapf Dingbats symbol font.

AsteriskAsterisk operatorHeavy asteriskSmall asteriskFull-width asteriskOpen-centre asterisk
*
Low asteriskArabic starEast Asianreference markTeardrop-spoked asteriskSixteen-pointed asterisk
٭

In Unicode

[edit]

See also

[edit]

Notes

[edit]
  1. ^"...Chomsky adopted, with some delay, a convention which had been (possibly) circulated among generative grammarians by Householder. However, Householder (who was not a generative grammarian) was simply following a practice which had already been introduced by others, and which was so automatic as to be adopted almost unconsciously."[35]: 336 
  2. ^The numerous and confusing uses are detailed in Householder (1973).[37]
  3. ^One article notes succinctly that"...common practice in linguistics [is that] an asterisk preceding a word, a clause or a sentence is used to indicate ungrammaticality or unacceptability, while a question mark is used to indicate questionable usage",[41]: 15  another that,"A question mark indicates that the example is marginal; an asterisk indicates unacceptability"[42]: 409  and another that"examples preceded by an asterisk are ungrammatical, and those preceded by a question mark would be considered strange".[43]: 623 
  4. ^One example is"rough approximations of acceptability are given in four gradations and indicated as follows: normal and preferred, no mark; acceptable but not preferred, degree sign°; marginally acceptable, question mark (?); unacceptable, asterisk (*)."[44]: 123–24 
  5. ^For example, one linguistic article states that,"A question mark (?) denotes uncertainty; an asterisk (*) indicates a classificatory base not encountered in my own data."[45]: 119 

References

[edit]
  1. ^"asterisk"Archived 2015-12-08 at theWayback Machine, American Heritage Dictionary
  2. ^ἀστερίσκοςArchived 2021-01-17 at theWayback Machine, Henry George Liddell, Robert Scott,A Greek-English Lexicon, on Perseus
  3. ^Houston, Keith (2013).Shady Characters. W. W. Norton & Company, Inc.ISBN 978-1-846-14647-3.
  4. ^D'Arcy, Patrick (June 7, 2017)."32 mysterious symbols made by early humans".ted.com.Archived from the original on June 2, 2019. RetrievedJune 2, 2019.
  5. ^Robert Bringhurst, "Asterisk," inThe Elements of Typographic Style: Version 3.2 (Vancouver, BC: Hartley & Marks, 2008), 303.
  6. ^Houston, Keith (2013).Shady Characters. W. W. Norton & Company, Inc. p. 98.ISBN 978-1-846-14647-3.
  7. ^Kathleen McNamee, "Sigla," inSigla and Select Marginalia in Greek Literary Papyri (Brussels: Fondation Egyptologique Reine Elisabeth, 1992), 9.
  8. ^McNamee, "Sigla," 12.
  9. ^Parkes, "The Technology of Printing and the Stabilization of the Symbols," 50-64.
  10. ^Houston, Keith (2013).Shady Characters. W. W. Norton & Company, Inc.ISBN 978-1-846-14647-3.
  11. ^Werner, Edgar (1997).Englishes Around the World: Caribbean, Africa, Asia, Australasia. p. 284.
  12. ^Wutiolarn, Nopsarun, and Damrong Attaprechakul. A study of nonstandard orthography and vowel omission in an international online game: AuditionSEA. Language Institute, Thammasat University, 2012.
  13. ^"What the #@*% Is a 'Grawlix'?". Words We're Watching.Merriam-Webster. April 18, 2018.Archived from the original on 2023-10-25. Retrieved2025-04-19.
  14. ^"WISEdash Help: About Data Redaction and Student Privacy".Wisconsin Information System for Education. Wisconsin Department of Public Instruction. Retrieved24 November 2025.
  15. ^Lomas, Natasha (21 July 2020)."UK gov't asleep at the wheel on Russia cyber ops threat, report warns".TechCrunch.Plenty of sections of the report contain a string of asterisk at a crucial point, eliding strategic specifics (e.g. this paragraph on exactly how Russia is targeting critical UK infrastructure: "Russia has also undertaken cyber pre-positioning activity on other nations' Critical National Infrastructure (CNI). The National Cyber Security Centre (NCSC) has advised that there is *** Russian cyber intrusion into the UK's CNI – particularly marked in the *** sectors.)")
  16. ^Allen Barra (2007-05-27)."An Asterisk is very real, even when it's not".New York Times. Archived fromthe original on 10 December 2008.
  17. ^"Ten Years After 756, A Reminder of What Barry Bonds' Record Really Means".SI. 7 August 2017.
  18. ^Houston, Keith (17 September 2013). "The Asterisk and Dagger".Shady Characters: The Secret Life of Punctuation, Symbols, and Other Typographical Marks. W. W. Norton & Company. ch. 6.ISBN 978-0-393-24154-9."In an entirely different sphere of American life [...]
  19. ^abcBarra, Allen (October 3, 2001)."The myth of Maris' asterisk".Salon.com.Archived from the original on April 12, 2021. RetrievedNovember 15, 2014.
  20. ^Salfino, Michael (14 April 2025)."Roger Maris jersey worn in 'asterisk game' of his 61 home run season going to auction".The New York Times.
  21. ^"McGwire comes clean, admits steroids use".ESPN.com. January 11, 2010.Archived from the original on January 23, 2016. RetrievedSeptember 5, 2019.
  22. ^Michael Wilbon (2004-12-04)."Tarnished records deserve an Asterisk".Washington Post. p. D10.Archived from the original on 2018-04-19. Retrieved2017-08-24.
  23. ^"Let's Call Them the Houston Asterisks".Forbes.Archived from the original on 2020-10-03. Retrieved2020-08-26.
  24. ^abCollister, Lauren B. (2011-02-01)."*-repair in Online Discourse"(PDF).Journal of Pragmatics.43 (3):918–921.doi:10.1016/j.pragma.2010.09.025.Archived(PDF) from the original on 2017-09-22. Retrieved2018-05-31.
  25. ^Zimmer, Ben (7 February 2013)."The cyberpragmatics of bounding asterisks".Language Log.Archived from the original on 16 August 2025. Retrieved16 August 2025.
  26. ^"Markdown Guide - Basic Syntax: Emphasis".Markdown Guide. 2024-04-16.Archived from the original on 2024-04-13. Retrieved2024-04-16.
  27. ^"the IBM 026 Key Punch". Columbia University. Archived fromthe original on 20 June 2011.
  28. ^""Univac Fieldata Codes"".
  29. ^"WPS:Projects:History of character codes:X3.4 1963".www.sensitiveresearch.com. Retrieved2023-11-18.
  30. ^"American Standard Code for Information Interchange (page 5)".
  31. ^X3, American Standards Association Sectional Committee on Computers and Information Processing (1963).American Standard Code for Information Interchange: Sponsor: Business Equipment Manufacturers Association. Approved June 17, 1963.{{cite book}}: CS1 maint: numeric names: authors list (link)
  32. ^White, F. M. Fluid Mechanics, Fourth Ed. WCB McGraw Hill.
  33. ^"Scrabble Glossary". Tucson Scrabble Club. Archived fromthe original on 2011-08-30. Retrieved2012-02-06.
  34. ^Golla, Victor (June 1999)."Reconstruction".Journal of Linguistic Anthropology.9 (1/2):208–211.doi:10.1525/jlin.1999.9.1-2.208.ISSN 1055-1360.JSTOR 43102468. Retrieved5 September 2023.
  35. ^abcdefghijGraffi, Giorgio (May 2002)."The Asterisk from Historical to Descriptive and Theoretical Linguistics: An historical note".Historiographia Linguistica.29 (3):329–338.doi:10.1075/hl.29.3.04gra. Retrieved5 September 2023.
  36. ^Bloomfield, Leonard (1984) [1933].Language. Chicago: University of Chicago Press.ISBN 9780226060675.
  37. ^abcdHouseholder, F. W. (September 1973)."On Arguments from Asterisks".Foundations of Language.10 (3):365–376.ISSN 0015-900X.JSTOR 25000725. Retrieved5 September 2023.
  38. ^"Here is how linguists know that extinct languages existed".thelanguagenerds.com. Archived fromthe original on 18 August 2020. Retrieved21 August 2020.
  39. ^Cheng, Tsai Fa (1985)."Ancient Chinese and Early Mandarin".Journal of Chinese Linguistics Monograph Series (2):i–vi,1–182.ISSN 2409-2878.JSTOR 23886826. Retrieved5 September 2023.
  40. ^Veerman-Leichsenring, Annette (July 2000)."Popolocan Independent Personal Pronouns: Comparison and Reconstruction".International Journal of American Linguistics.66 (3):318–359.doi:10.1086/466428.ISSN 0020-7071.JSTOR 1265625.S2CID 143785664. Retrieved5 September 2023.
  41. ^Xu, Hui Ling (2007)."Aspect of Chaozhou Grammar A Synchronic Description of the Jieyang Variety / 潮州話揭陽方言語法研究".Journal of Chinese Linguistics Monograph Series (22):i–xiv,1–304.ISSN 2409-2878.JSTOR 23826160. Retrieved5 September 2023.
  42. ^Simons, Mandy (August 1996)."Pronouns and Definite Descriptions: A Critique of Wilson".The Journal of Philosophy.93 (8):408–420.doi:10.2307/2941036.JSTOR 2941036. Retrieved5 September 2023.
  43. ^Everett, Daniel L. (August–October 2005)."Cultural Constraints on Grammar and Cognition in Pirahã: Another Look at the Design Features of Human Language".Current Anthropology.46 (4):621–646.doi:10.1086/431525.hdl:2066/41103.JSTOR 10.1086/431525.S2CID 2223235. Retrieved5 September 2023.
  44. ^Timberlake, Alan (Summer 1975)."Hierarchies in the Genitive of Negation".The Slavic and East European Journal.19 (2):123–138.doi:10.2307/306765.JSTOR 306765. Retrieved5 September 2023.
  45. ^Benton, Richard A. (Winter 1968)."Numeral and Attributive Classifiers in Trukese".Oceanic Linguistics.7 (2):104–146.doi:10.2307/3622896.JSTOR 3622896. Retrieved5 September 2023.
  46. ^McCarthy, John J. (2007)."What Is Optimality Theory?".Language and Linguistics Compass.1 (4): 268.doi:10.1111/j.1749-818X.2007.00018.x.Archived from the original on 2017-04-03. Retrieved2017-05-02.
  47. ^International Phonetic Association (2010)."The Principles of the International Phonetic Association (1949)".Journal of the International Phonetic Association.40 (3): 317.doi:10.1017/S0025100311000089.hdl:2027/wu.89001200120.S2CID 232345365.
  48. ^Vachek, Josef (1989) [1987]."Remarks on redundancy in written language with special regard to capitalization of graphemes". In Luelsdorff, Philip A. (ed.).Written Language Revisited. John Benjamins. p. 152.doi:10.1075/z.41.ISBN 978-90-272-2064-6.
  49. ^Perrett, W. (1921). "dɔytʃ".Textes pour nos Élèves.1. Association Phonétique Internationale: 4.hdl:2027/wu.89048935472.
  50. ^Pullum, Geoffrey K.; Ladusaw, William A. (1996). "Asterisk".Phonetic Symbol Guide (2nd ed.). Chicago: University of Chicago Press. p. 228.
  51. ^"Complex Conjugate - from Wolfram MathWorld". Mathworld.wolfram.com. 2018-09-12.Archived from the original on 2018-10-22. Retrieved2018-09-18.
  52. ^Unicode Consortium (2022). "Chapter 22: Symbols".The Unicode Standard(PDF) (15.0 ed.). pp. 877–878.
  53. ^Thomas MacKellar:The American Printer: A Manual of Typography: containing complete instructions for beginners, as well as practical directions for managing all departments of a printing office. MacKellar, Smiths & Jordan, Philadelphia 1870, p. 55 (Google BooksArchived 2023-03-26 at theWayback Machine).
  54. ^"E.161 : Arrangement of digits, letters and symbols on telephones and other devices that can be used for gaining access to a telephone network".www.itu.int.Archived from the original on 2019-11-14. Retrieved2019-11-14.
  55. ^"Miscellaneous mathematical symbols".Unicode Consortium.
  56. ^H. P. Trueman:The Eclectic Hand-book of Printing: Containing Practical Instructions to Learners; With Copious Quotations from Standard Works; Forming a Complete Guide to the Art of Printing. Second edition, Abel Heywood & Son, London 1880, p. 27Google BooksArchived 2023-03-26 at theWayback Machine),
  57. ^abWalter Thomas Rogers:A Manual of Bibliography: Being an Introduction to the Knowledge of Books, Library Management and the Art of Cataloguing, with a List of Bibliographical Works of Reference, a Latin-English and English-Latin Topographical Index of Ancient Printing Centres, and a Glossary. H. Grevel & Co., London 1891, p. 184 (Google BooksArchived 2023-03-26 at theWayback Machine).
  58. ^United Nations Editorial Manual Online,IX. Footnote indicators,archived from the original on 2016-10-05, retrieved2016-10-03
  59. ^Fogarty, Mignon (November 15, 2012),"How to Use an Asterisk," QuickandDirtyTips.com,archived from the original on October 5, 2016, retrievedOctober 3, 2016
  60. ^Zimmer, Ben."The cyberpragmatics of bounding asterisks".Language Log, University of Pennsylvania.Archived from the original on 14 September 2013. Retrieved24 August 2013.
  61. ^Halley, Mitch."descriptions of internet English punctuation".seximal.net. Retrieved2025-05-31.
  62. ^Loxton, Rachel (1 November 2019)."From Fräulein to the gender star: Germany's language revolution".The Local. Retrieved5 April 2020.
  63. ^Berger, Miriam (15 December 2019)."A guide to how gender-neutral language is developing around the world".The Washington Post. Retrieved5 April 2020.
  64. ^Bukenberger, Carina (22 January 2020)."Wie spricht man einen Genderstern?".Leonarto (in German). Retrieved5 April 2020.
  65. ^Stefanowitsch, Anatol (9 June 2018)."Gendergap und Gendersternchen in der gesprochenen Sprache".Sprachlog.de (in German). Retrieved5 April 2020.
  66. ^Walser, Franziska (September 2019)."Gender: how fair is the German language?".Alumniportal Deutschland. Retrieved5 April 2020.
  67. ^"Anglizismus des Jahres 2018".Leibniz-Institut für Deutsche Sprache. Retrieved5 April 2020.
  68. ^"Miscellaneous mathematical symbols".Unicode Consortium.
Commonpunctuation and othertypographical symbols
  •   ‘ ’   “ ”   ' '   " "   quotation mark 
  •   ‹ ›   « »   guillemet 
  •   ( )   [ ]   { }   ⟨ ⟩   bracket 
  •   ”   ditto mark 
Retrieved from "https://en.wikipedia.org/w/index.php?title=Asterisk&oldid=1324357043"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp