Copyright © Philip M. Parker, INSEAD. Terms of Use.

Definition: Text |
TextNoun1. The words of something written; "there were more than a thousand words of text"; "they handed out the printed text of the mayor's speech"; "he wants to reconstruct the original text". 2. A passage from the Bible that is used as the subject of a sermon; "the preacher chose a text from Psalms to introduce his sermon". 3. A book prepared for use in schools or colleges; "his economics textbook is in its tenth edition"; "the professor wrote the text that he assigned students to buy". 4. The main body of a written work (as distinct from illustrations or footnotes etc.); "pictures made the text easier to understand". Source: WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. |
Date "text" was first used in popular English literature: sometime before 1321. (references) |
| Domain | Definition |
Computing | Text n. 1. [techspeak] Executable code, esp. a `pure code' portion shared between multiple instances of a program running in a multitasking OS. Compare English. 2. Textual material in the mainstream sense; data in ordinary {ASCII or {EBCDIC representation (see flat-ASCII). "Those are text files; you can review them using the editor." These two contradictory senses confuse hackers, too. Source: Jargon File. |
Business | Main copy block or blocks of an advertisement, as distinguished from headline, subheads, coupon copy, etc. Source: European Union. (references) |
Dream Interpretation | To dream of hearing a minister reading his text, denotes that quarrels will lead to separation with some friend. To dream that you are in a dispute about a text, foretells unfortunate adventures for you. If you try to recall a text, you will meet with unexpected difficulties. If you are repeating and pondering over one, you will have great obstacles to overcome if you gain your desires. Source: Ten Thousand Dreams Interpreted .... |
Post & Telecom | A sequence of characters forming part of a transmission, which is transmitted as an entity to the ultimate destination and which contains the information to be conveyed. Source: European Union. (references) |
Source: compiled by the editor from various references; see credits. | |
(From Wikipedia, the free Encyclopedia)
ASCII (American Standard Code for Information Interchange, generally pronounced ass-key) is a character set and a character encoding based on the Roman alphabet as used in modern English. It is most commonly used by computers and other communication equipment to represent text and by control devices that work with text.
Binary Decimal Hex Abbreviation Printable
RepresentationName/Meaning 0000 0000 0 00 NUL ␀ Null character 0000 0001 1 01 SOH ␁ Start of Header 0000 0010 2 02 STX ␂ Start of Text 0000 0011 3 03 ETX ␃ End of Text 0000 0100 4 04 EOT ␄ End of Transmission 0000 0101 5 05 ENQ ␅ Enquiry 0000 0110 6 06 ACK ␆ Acknowledgment 0000 0111 7 07 BEL ␇ Bell 0000 1000 8 08 BS ␈ Backspace 0000 1001 9 09 HT ␉ Horizontal Tab 0000 1010 10 0A LF ␊ Line feed 0000 1011 11 0B VT ␋ Vertical Tab 0000 1100 12 0C FF ␌ Form Feed 0000 1101 13 0D CR ␍ Carriage return 0000 1110 14 0E SO ␎ Shift Out 0000 1111 15 0F SI ␏ Shift In 0001 0000 16 10 DLE ␐ Data Link Escape 0001 0001 17 11 DC1 ␑ XON Device Control 1 0001 0010 18 12 DC2 ␒ Device Control 2 0001 0011 19 13 DC3 ␓ XOFF Device Control 3 0001 0100 20 14 DC4 ␔ Device Control 4 0001 0101 21 15 NAK ␕ Negative Acknowledgement 0001 0110 22 16 SYN ␖ Synchronous Idle 0001 0111 23 17 ETB ␗ End of Trans. Block 0001 1000 24 18 CAN ␘ Cancel 0001 1001 25 19 EM ␙ End of Medium 0001 1010 26 1A SUB ␚ Substitute 0001 1011 27 1B ESC ␛ Escape 0001 1100 28 1C FS ␜ File Separator 0001 1101 29 1D GS ␝ Group Separator 0001 1110 30 1E RS ␞ Record Separator 0001 1111 31 1F US ␟ Unit Separator 0111 1111 127 7F DEL ␡ Delete In the table above, the fifth column contains graphic characters that are reserved for representing the position of control codes in a data stream; your HTML user agent may require the installation of additional fonts in order to display them.
See new line.
Binary Decimal Hex Graphic 0010 0000 32 20 (blank) (␠) 0010 0001 33 21 Exclamation mark 0010 0010 34 22 " 0010 0011 35 23 # 0010 0100 36 24 $ 0010 0101 37 25 % 0010 0110 38 26 & 0010 0111 39 27 ' 0010 1000 40 28 ( 0010 1001 41 29 ) 0010 1010 42 2A * 0010 1011 43 2B + 0010 1100 44 2C Comma 0010 1101 45 2D - 0010 1110 46 2E Full stop 0010 1111 47 2F / 0011 0000 48 30 0 0011 0001 49 31 1 0011 0010 50 32 2 0011 0011 51 33 3 0011 0100 52 34 4 0011 0101 53 35 5 0011 0110 54 36 6 0011 0111 55 37 7 0011 1000 56 38 8 0011 1001 57 39 9 0011 1010 58 3A Colon 0011 1011 59 3B Semicolon 0011 1100 60 3C < 0011 1101 61 3D = 0011 1110 62 3E > 0011 1111 63 3F Question mark
Binary Decimal Hex Graphic 0100 0000 64 40 @ 0100 0001 65 41 A 0100 0010 66 42 B 0100 0011 67 43 C 0100 0100 68 44 D 0100 0101 69 45 E 0100 0110 70 46 F 0100 0111 71 47 G 0100 1000 72 48 H 0100 1001 73 49 I 0100 1010 74 4A J 0100 1011 75 4B K 0100 1100 76 4C L 0100 1101 77 4D M 0100 1110 78 4E N 0100 1111 79 4F O 0101 0000 80 50 P 0101 0001 81 51 Q 0101 0010 82 52 R 0101 0011 83 53 S 0101 0100 84 54 T 0101 0101 85 55 U 0101 0110 86 56 V 0101 0111 87 57 W 0101 1000 88 58 X 0101 1001 89 59 Y 0101 1010 90 5A Z 0101 1011 91 5B [ 0101 1100 92 5C \\ 0101 1101 93 5D ] 0101 1110 94 5E ^ 0101 1111 95 5F _
Binary Decimal Hex Graphic 0110 0000 96 60 ` 0110 0001 97 61 a 0110 0010 98 62 b 0110 0011 99 63 c 0110 0100 100 64 d 0110 0101 101 65 e 0110 0110 102 66 f 0110 0111 103 67 g 0110 1000 104 68 h 0110 1001 105 69 i 0110 1010 106 6A j 0110 1011 107 6B k 0110 1100 108 6C l 0110 1101 109 6D m 0110 1110 110 6E n 0110 1111 111 6F o 0111 0000 112 70 p 0111 0001 113 71 q 0111 0010 114 72 r 0111 0011 115 73 s 0111 0100 116 74 t 0111 0101 117 75 u 0111 0110 118 76 v 0111 0111 119 77 w 0111 1000 120 78 x 0111 1001 121 79 y 0111 1010 122 7A z 0111 1011 123 7B { 0111 1100 124 7C | 0111 1101 125 7D } 0111 1110 126 7E ~ Note how uppercase characters can be converted to lowercase by adding 32 to their ASCII value; in binary, this can be accomplished simply by setting the sixth-least significant bit to 1.
Variants Of ASCII
The international spread of computer technology led to many variations and extensions to the ASCII character set, since ASCII does not include accented letters and other symbols necessary to write most languages besides English that use Roman-based alphabets. International standard ISO 646 (1972) was the first attempt to remedy this problem, although it regrettably created compatibility problems as well. ISO 646 was still a seven-bit character set, and since no additional codes were available, some were re-assigned in language-specific variants. See ISO 646 for details.
Improved technology brought out-of-band means to represent the information formerly encoded in the eighth bit of each byte, freeing this bit to add another 128 additional character codes for new assignments. Eight-bit standards such as ISO 8859 enabled a broader range of languages to be represented, but were still plagued with incompatibilities and limitations. Still, ISO 8859-1 and original 7-bit ASCII are the most common character encodings in use today. Unicode, with a much larger character repertoire, is quickly supplanting ISO 8859 and ASCII in many places, but it only maps code points to characters, and does not necessarily require that each code point be represented by a single 7-bit or 8-bit byte, as ASCII or ISO 8859 do. To the extent that it maps characters to code points, though, Unicode is backward compatible: the first 127 code points of Unicode are the same as in ASCII, and the first 256 code points of Unicode are the same as in ISO 8859-1.
The portmanteau word ASCIIbetical has evolved to describe the collation of data in ASCII code order rather than genuine alphabetical order (which requires some tricky computation, and varies with language).
ASCII contains many characters which were not commonly used, or at least spoken of, outside of the computing context; the "popularization" of these characters required that names be agreed upon for them. Some of these names are more whimsical than others. (See especially the end of the list.)
ASCIIZ or ASCIZ is an adjective used to refer to a null-terminated ASCII string.
See also
- ASCII art
- Binary and text files
- Extended ASCII
- Unicode
- EBCDIC
External link
ASCII is also a name of one of the oldest and most prestigious computer magazines published in Japan. See ASCII (magazine)Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "ASCII."
(From Wikipedia, the free Encyclopedia)
In language, text is something that contains words to express something. The term usually has broader meaning.
See also: boilerplate text, plain text.
Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Text."
(From Wikipedia, the free Encyclopedia)
A text encoding is a method of representing a piece of text as a sequence of codes (from a character encoding) for the purpose of computer storage or electronic communication of that text. While character encodings like ASCII represent individual characters of a language, a text encoding has to represent much larger things like articles and books, and must represent not only the characters they contain but the structure and organization of the text, and perhaps information about the text or its appearance. Common examples are HTML and RTF which represent texts in natural languages, and XML, which can represent many kinds of text not necessarily intended to be human-readable (the contents of a database, for example).In general there are two basic forms of text encoding that are widely used. One is to use a markup language which adds markers to the text itself. Markup has the advantage of being easy to represent, but has the disadvantage of being hard to view without an "aware" reader application. HTML is generally unreadable if opened in a text editor for instance, at least to those unfamiliar with the format. Another method is to use "pointers" into the text, which is left in the original format. This has the advantage of allowing the content to be easily readable in any editor, although you lose the "styling". On the downside, editing such a document in a non-aware application typically leaves the pointers pointing to the wrong data. Today the majority of text encoding systems appear to use markup, although whether by choice of simple because "everyone else" does is open to question.
Though character encodings like ASCII and Unicode are not, strictly speaking, text encodings in their own right, they may serve as very simple text encodings if one wishes only to preserve the English content of a document and not necessarily its formatting. By far the most common text encoding now in use is what might informally be called "Plain ASCII", which involves simply encoding a text as a stream of ASCII characters. The specifics of how this is done vary greatly: for example, the end of a text line might be encoded as ASCII code 10 ("line feed" or "new line") as is common practice on Unix machines, or as ASCII code 13 ("carriage return") as is common on Apple machines, or as both (the sequence <13, 10> is used to end lines on MS-DOS based machines and many others, while the rather rare sequence <10, 13> was used by some Acorn machines). Some texts also use this line-end sequence inside paragraphs (with a blank line between paragraphs) while some do not. Also, various texts in this form interpret code 9 ("tab") and other control characters differently. None of these methods specify how to identify text structure like headings and tables, or special text forms like italics. Text in this format is basically readable by any computer though some work might be needed to accommodate local variations, and all information besides the actual words of the text will be lost.
Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Text encoding."
| The following table is compiled from various sources, across various languages. When English abbreviations or acronyms come from a non-English source, this is noted. | |||
| Entry | Source | Expression | Field |
TEXT | English | Trans-European Exchange and Transfer Consortium | N/A |
| TE | English | Text editor | Computing |
Source: compiled by the editor, based on several corpora (additional references). | |||
Synonyms: TextSynonyms: school text (n), schoolbook (n), text edition (n), textbook (n), textual matter (n). (additional references) |
| Antonym: trade book (n). (additional references) |
| Context | Synonyms within Context (source: adapted from Roget's Thesaurus). |
Idea | Subject, subject matter; matter, theme, gr/noemata/gr, topic, what it is about, thesis, text, business, affair, matter in hand, argument; motion, resolution; head, chapter; case, point; proposition, theorem; field of inquiry; moot point, problem; (question). |
Imagination | Matter; subject, subject matter; argument, text, sum and substance. |
Perseverance | Verb: persevere, persist; hold on, hold out; die in the last ditch, be in at the death; stick to, cling to, adhere to; stick to one's text, keep on; keep to one's course, keep to one's ground, maintain one's course, maintain one's ground; go all lengths, go through fire and water; bear up, keep up, hold up; plod; stick to work; (work); continue; follow up; die in harness, die at one's post. |
Printing | Print, letterpress, text; context, note, page, column. |
Prototype | Text, copy, design; fugleman, keynote. die, mold; matrix, last, plasm; proplasm, protoplasm; mint; seal, punch, intaglio, negative; stamp. |
School | School book, horn book, text book; grammar, primer, abecedary, rudiments, manual, vade mecum; encyclopedia, cyclopedia; Lindley Murray, dictionary, lexicon. |
Term | Text |
| Source: adapted from Roget's Thesaurus. | |
Crosswords: Text |
| English words defined with "text": ASCII text file ♦ electronic text ♦ German text ♦ machine-displayable text, machine-readable text ♦ school text ♦ text edition, text editor, text file. (references) |
| Specialty definitions using "text": boxed text ♦ End Of Text, end of text character ♦ formatted message text ♦ Rich Text Format ♦ standing text, Start Of Text ♦ Text Encoding Initiative, Text Processing Utility, Text Reckoning And Compiling, text segment, Text To Speech, TICKLE TEXT, to unthread text ♦ unabridged text. (references) |
| Etymologies containing "text": Zend-Avesta. (references) |
| Non-English Usage: "Text" is also a word in the following languages with English translations in parentheses. Czech (lyrics, script, text, word), German (caption, libretto, line, lyric, lyrics, narrative, script, text, wording, words), Hungarian (two-line long primer), Romanian (letterpress, lyric, text), Swedish (lettering, lyric, lyrics, matter, text). |
| Domain | Usage | |
Screenplays | I believe the subtext here is rapidly becoming the text. (Buffy the Vampire Slayer; writing credit: Doreen Spicer) My text for today comes from Psalm 99, Verse 9: Exalt the Lord our God, and worship at his holy hill (The Englishman Who Went Up a Hill But Came Down a Mountain; writing credit: Ivor Monger; Christopher Monger) Is that the full text of the message (What's Up, Doc?; writing credit: Peter Bogdanovich; Buck Henry) | |
Lyrics | Now I've often thought I'd like to write a mathematics text book because I have (New Math; performing artist: Tom Lehrer) | |
Movie/TV Titles | The Text of Light (1974) Ready Text Go (2002) | |
Source: compiled by the editor from various references; see credits. | ||
| Domain | Title | ||
References | |||
Books |
| ||
Periodicals | |||
Music |
| ||
High Tech |
| ||
Source: compiled by the editor from various references; see credits. | |||
| Thumbnail | Description & Credit | Thumbnail | Description & Credit |
From an overhead angle, a peach, a nectarine, a cherry tomato and a plum sit on a green marble table garnished with a stem of green leaves. The script text in the lower third reads: "Include 2-3 servings of fruit each day". Shot on 4x5 format. This was used in the 1989 calendar "Eat for Good Health" August 1989. See artwork: PV-19. Credit: Bill Branson (photographer). | This illustration with and without text, explains how a normal cell becomes a cancer cell. An oncogene in a normal cell appears to regulate and influence cell growth and division. When a cancer causing agent affects a cell's DNA and the oncogene is activated, a cancer cell develops. See artwork: GA-17. Credit: Jane Hurd (artist). | ||
![]() | Text Slide Example, Mycobacterium tuberculosis. Credit: CDC. | ![]() | Ancient text demonstrating use of cross-staff. Credit: Coast & Geodetic Survey Historical Image Collection. |
![]() | An early diving bell used by 16th Century divers during salvage operations. The book this came from is a text on ship salvage and includes diving information. In: Regola generale di soleuare ogni fondata naue & nauilii con ragione" by Niccolo Tartaglia. Credit: National Undersea Research Program (NURP). | ![]() | Text accompanying Plate I. In: "Report on the Florida Reefs", 1880, by Louis Agassiz. Memoirs of the Museum of Comparative Zoology at Harvard College, Vol. VII, No. 1. Plate I. NOAA Central Library Call No. QE565.A263 1880 These plates help document the oldest studies of the Florida Reefs. Credit: The Coral Kingdom. |
![]() | Sara Elizabeth Branham inoculating a mouse to text meningitis serum. Credit: National Library of Medicine. | ![]() | Photograph of a Sailor in his hammock aboard ship, with sentiments on the Navy and changes in those feelings as re-enlistment time nears. The original view was published by P. Wischmeyer, Seattle, Washington, circa 1923. The photographer, or author of the text, was G. A. Pickard, USN. Credit: NAVY. |
![]() | Poster featuring Mess Attendant Harmon and USS Harmon (DE-678), which was named in his honor. He was killed in action on board USS San Francisco (CA-38) during the Naval Battle of Guadalcanal, 13 November 1942. For his heroism in that action, Mess Attendant Harmon was posthumously awarded the Navy Cross. The poster also features the text of his award citation and a representation of the Navy Cross medal. Credit: NAVY. | ![]() | Illustrated arithmetic problem showing man stamping on fruit in rectangular tub and man standing in round tub, with mathematical equations and surrounding text. Credit: Library of Congress. |
Source: pictures compiled by the editor from various references; see picture credits. | |||
![]() | ![]() |
| "Bérénice" by Pedro Valdeolmillos Commentary: "Text detail from the Bérénice theatrical play by Racine." | "Private" by Matthew Maaskant Commentary: "The word PRIVATE in text on a brick wall. Visit http://www.qr5.com ." |
Source: photographs selected by the editor, with permission from the photographers. | |
| Author | Quotation |
Arthur Schopenhauer | The first forty years of life give us the text; the next thirty supply the commentary on it. |
Edward Gibbon | My English text is chaste, and all licentious passages are left in the obscurity of a learned language. |
Henry James | To read between the lines was easier than to follow the text. |
Marguerite Duras | Acting doesn't bring anything to a text. On the contrary, it detracts from it. |
Source: compiled by the editor from various references. | |
| Author | Date | Quotation |
Treaty of Versailles | 1919 | In the case of any discrepancies between the text of the Treaty and this map or any other map which may be annexed, the text will be final. (reference) |
Source: compiled by the editor from various references. | ||
| Title | Author | Quote |
Les Miserables | Hugo, Victor | God makes visible to men his will in events, an obscure text written in a mysterious language |
Source: compiled by the editor from various references. | ||
| Subject | Topic | Quote |
Health | The full text of the consensus panel's statement follows. (references) | |
Medical terms are shown in italic print and are explained in the text or in the glossary. (references) | ||
"Adapted" signifies that the text is reproduced with attribution, with some or no editorial adjustments. (references) | ||
Business | This makes composing anything more than a few lines of text cumbersome. (references) | |
Books published in Mexico include text books, workbooks and literature in Spanish. (references) | ||
SMS messages, Simple text messages sent over GSM digital wireless networks, have soared in number. (references) | ||
Civil Liberties | Yemen | Officials at the National Library must read and endorse the text. (references) |
Tajikistan | The Ministry of Justice's verification of the text inevitably delays the granting of registration. (references) | |
Turkmenistan | There has been intense Government promotion of the text as one upon which all actions and behavior in the country should be based. (references) | |
Economic History | Finland | Short text messages are very popular, especially among the young people. (references) |
Vietnam | The complete text of the US - Vietnam BTA is available for review at www.ustr.gov. (references) | |
Armenia | Armenian text may be accompanied by text in a foreign language, provided the latter appears in smaller script. (references) | |
Human Rights | Mauritania | With international assistance, the Government continued a program to improve judicial performance and independence, which consisted of organizing all laws and statutes into a single reference text and training officials throughout the justice system. (references) |
Indigenous People | Indonesia | Most of the provisions in the Papuan version survived largely intact in the final text, including permission to rename the province Papua and permission for a Papuan flag and anthem. (references) |
Minorities | Pakistan | Senior government officials regularly make disparaging remarks about Ahmadis in public, and government-sponsored text books have been revised in recent years to remove all references to the contributions made by Ahmadis to society. (references) |
Political Economy | SAUDI ARABIA | Instead, the new text code will include loss carry-forward provisions without any time limits. (references) |
PANAMA | In May 2001, Panama and the Central American Common Market (CACM) agreed on a common text and format for a Free Trade Agreement. (references) | |
UNITED KINGDOM | New copyright legislation simplified the British copyright process and permitted the UK to join the most recent text of the Berne Convention. (references) | |
Political Rights | Mali | The President also promulgates laws within 15 days, following transmission to the Government of a final adopted text. (references) |
Cote d'Ivoire | The Constitution of the Second Republic was implemented formally on August 4, 2000. The Constitution was drafted by the CNSP-created Constitutional and Electoral Consultative Commission (CCCE), which was made up of members of major political parties and civil society; however, the CNSP and General Guei made changes to the CCCE's text prior to submitting the draft Constitution to a referendum. (references) | |
Trade | Moldova | Text in other languages may be used in addition to the Romanian text. (references) |
Travel | Canada | All forms of communication and transmission are possible, including voice, text, data, and video. (references) |
Sweden | Consequently most business leaders have been taught the same operating principles by professors who have collaborated on writing the text. (references) | |
Kuwait | One page of typing of English text costs approximately US$5.00. A business executive hotel guest may use these services on a walk-in basis. (references) | |
Worker Rights | El Salvador | On May 9, the NLC made public the text of an August 2000 report by the Labor Ministry on conditions in the country's maquilas. (references) |
Russia | Moreover the law does not require management to sign the agreement, even after both sides have signed protocols approving a draft text. (references) | |
Burma | The Committee also criticized the Government for not implementing the provisions of ILO Convention 87 on Freedom of Association and Protection of the Right to Organize, which the Government ratified in 1955. In his testimony to the Committee, a government representative said that the Trade Unions Law was being revised, but that he could not provide the draft text at the present time. (references) | |
Lexicography | Devil's Dictionary | ABRACADABRA. By Abracadabra we signify An infinite number of things. 'Tis the answer to What? and How? and Why? And Whence? and Whither? -- a word whereby The Truth (with the comfort it brings) Is open to all who grope in night, Crying for Wisdom's holy light. Whether the word is a verb or a noun Is knowledge beyond my reach. I only know that 'tis handed down. From sage to sage, From age to age -- An immortal part of speech! Of an ancient man the tale is told That he lived to be ten centuries old, In a cave on a mountain side. (True, he finally died.) The fame of his wisdom filled the land, For his head was bald, and you'll understand His beard was long and white And his eyes uncommonly bright. Philosophers gathered from far and near To sit at his feat and hear and hear, Though he never was heard To utter a word But "Abracadabra, abracadab, Abracada, abracad, Abraca, abrac, abra, ab!" 'Twas all he had, 'Twas all they wanted to hear, and each Made copious notes of the mystical speech, Which they published next -- A trickle of text In the meadow of commentary. Mighty big books were these, In a number, as leaves of trees; In learning, remarkably -- very! He's dead, As I said, And the books of the sages have perished, But his wisdom is sacredly cherished. In Abracadabra it solemnly rings, Like an ancient bell that forever swings. O, I love to hear That word make clear Humanity's General Sense of Things. Jamrach Holobom |
Source: compiled by the editor from ICON Group International, Inc.; see credits. | ||
| Speaker | Phrase(s) |
Jodie Foster | Literature, which I think is really helpful because it's about reading and about reading the text and interpreting it. |
Source: compiled by the editor from various references; see credits. | |
| Speaker | Term | Phrase(s) |
Richard Nixon | 1969-1974 | The full text of both letters is being released to the press. |
Source: compiled by the editor from various references. | ||
| "Text" is generally used as a noun (singular) -- approximately 100.00% of the time. "Text" is used about 7,657 times out of a sample of 100 million words spoken or written in English. Its rank is based on over 700,000 words used in the English language. Some parts-of-speech are not covered due to the samples used by the British National Corpus. (note: percents less than one-hundredth of one percent have been omitted) |
| Parts of Speech | Percent | Usage per 100 Million Words | Rank in English |
| Noun (singular) | 100% | 7,657 | 1,264 |
Source: compiled by the editor from several corpora; see credits.
| Country | Name |
| Canada | Open Text Corporation |
| (more examples...) |
Source: compiled by the editor from Icon Group International, Inc.
Expressions using "text": ascii text file ♦ boxed text ♦ brief text ♦ centered text ♦ cling to the text ♦ comment upon a text ♦ display text ♦ electronic text ♦ end Of Text ♦ end of text character ♦ formatted message text ♦ free from message text ♦ free text ♦ German text ♦ help text files ♦ hidden text ♦ omitted public text ♦ original text ♦ printed text ♦ proof text ♦ religious text ♦ revisable form text ♦ rich Text Format ♦ sacred text ♦ school text ♦ standing text ♦ start Of Text ♦ stick to one's text ♦ structured message text ♦ text attribute ♦ Text blindness ♦ text book ♦ text boundaries ♦ text coherency ♦ text control ♦ text editing ♦ text edition ♦ text editor ♦ text Encoding Initiative ♦ text example ♦ text file ♦ text hand ♦ Text letter ♦ text message ♦ Text pen ♦ text Processing Utility ♦ text Reckoning And Compiling ♦ text replace ♦ text screen ♦ text scroll ♦ text segment ♦ text statistics ♦ text templates ♦ text To Speech ♦ to unthread text ♦ traditional text ♦ unabridged text ♦ unjustified text ♦ variable text ♦ written text. Additional references. | |
| Hyphenated Usage | |
Beginning with "text": text-adventure, text-analysis, text-and-data, text-archives, text-as-product, text-attachment, text-attatchment, text-base, text-based, Text-book, text-books, text-by-text, text-centred, text-copying, text-databases, text-driven, text-files, text-graphics, Text-hand, text-handling, text-hung, text-illustrative, text-immanent, text-intensive, text-linguistics, text-maker, text-methods, text-only, text-on-the-wall-as-art, text-processing, text-processors, text-producers, text-reader, text-receivers, text-related, text-retrieval, text-searching, text-sentence, text-sentences, text-to-hypertext, text-to-speech, text-type, text-types, text-world, text-worlds, text-writers. | |
Ending with "text": co-text, full-text, Gore-text, non-text, sub-text. | |
Containing "text": author-text-reader. | |
| Source: compiled by the editor from various references; see credits. | |
| The following statistics estimate the number of searches per day across the major English-language search engines as identified by various trade publications. Hyperlinks lead to commercial use of the expression at Amazon.com. |
| Expression | Frequency per Day | Expression | Frequency per Day |
text twist | 11,678 | funny text message | 207 |
text to speech | 1,693 | sprint text messaging | 191 |
text messaging | 1,261 | college text book | 191 |
text message | 1,171 | cool text | 191 |
text | 1,023 | at t text messaging | 190 |
flaming text | 838 | flaming text.com | 185 |
free text message | 710 | text to voice | 177 |
text editor | 702 | sprint text message | 155 |
free text messaging | 599 | 7 effects psp text | 155 |
function htmlencode text | 482 | cingular text messaging | 154 |
1252 charset content content equiv html text type window | 398 | 3d text | 151 |
send text message | 378 | text reader | 149 |
used text book | 288 | text picture | 148 |
text twister | 280 | text art | 144 |
game text twist | 262 | flamming text | 140 |
super text twist | 246 | animated text | 139 |
free text | 238 | cingular text message | 127 |
send a free text message | 237 | song text | 127 |
verizon text messaging | 221 | att text messaging | 119 |
verizon text message | 216 | nextel text messaging | 118 |
| Source: compiled by the editor from various references; see credits. | |||
| Language | Translations for "text"; alternative meanings/domain in parentheses. | |
Afrikaans | teks (lyric). (various references) | |
Albanian | tekst (context). (various references) | |
Arabic | متن الكتاب, نص (draw up, purview, version), آية من الكتاب المقدس, شاهد (attestation, behold, evidence, see, sight, telltale, view, witness). (various references) | |
Bulgarian | цитат от библията (scripture), текст (letterpress, purview, script), тема (area, argument, chapter, message, motif, motive, subject, subject matter, theme, topic), книги посочени като източници, проповед (exhortation, homily, jobation, preach, pulpit, rant, sermon). (various references) | |
Chinese | 課文 , 文本, 案文 . (various references) | |
Czech | text (lyrics, script, word), téma (subject, subject matter, theme, topic), pasáž (arcade, passage). (various references) | |
Danish | tekst (lyric). (various references) | |
Dutch | tekst (lyric). (various references) | |
Esperanto | teksto (lyric). (various references) | |
Faeroese | læribók (text-book). (various references) | |
Farsi | مفاد (Content, Context, Intent, Purporst, Scope, Sense, Significance, Substance, Tenor), موضوع (Head, Issue, Motif, Object, Point, Problem, Proposition, Question, Subject, Theme, Topic), متن (Version), نص , کتاب درسی (Textbook). (various references) | |
Finnish | teksti (caption, lesson, lyric, print, wording). (various references) | |
French | texte (terms). (various references) | |
German | Text (caption, libretto, line, lyric, lyrics, narrative, script, wording, words). (various references) | |
Greek | κείμενο (passage). (various references) | |
Hebrew | מובאה (citation, extract, quotation), מקרא (assembly, convocation, key, legend, recitation), תמליל, כתוב (inscribed, passage, verse, written), גרסה (reading, study, version), טקסט, נוסח (copy, custom, formula, manner, style, version). (various references) | |
Hungarian | szöveg (lyrics, pitch, rap, spiel, yackety-yak, yack-yack). (various references) | |
Indonesian | teks, isi tulisan. (various references) | |
Italian | testo (lyric, script). (various references) | |
Japanese Kanji | 翻案 (adaptation of story |