the
scientific
landscape
 modeling 
representation
(models, semantics)
 semiotics 
logic &
reasoning
complexity & metrics sets & numbers
categories
relations
objects
wholes & levels
meaning
meta
linguistic
glossary
formalization
& symbol
manipulation
components & datatypes relations
 ontology 
truth & reality
algebras
Location: http://www.cs.mun.ca/~ulf/gloss/pling.html. By Ulf Schünemann since 2001. Please mail any comments.

Linguistic Glossary (with Remarks on Programming Languages)

«In order to analyse the information carried by linguistic utterances the inquirer has to discover what the expressions they contain refer to. For this purpose, he needs a theory of the world and, particularly, of what basic categories of entities there are, what fundamental properties the entities have and how they are related.»
-> see linguistic semantics / ontology.

[dtv] dtv-Atlas Deutsche Sprache; dtv 1998.
[ESW] Gerhild von Schuch: Einführung in die Sprachwissenschaft; Ars Una, 1990.
[ELT] Hans J Vermeer: Einführung in die linguistische Terminologie; Nymphenburger Verlagshandlung/Wissenschaftliche Buchgesellschaft, 1971.
[EML] John Lyons: Einführung in die moderne Linguistik (7th unchanged ed.); C H Beck 1989.
[GLT] G Morrill: Grammar and Logical Types, in G Barry, G Morrill (eds.): Studies in Categorial Grammar, Edinburgh Working Papers in Cognitive Science 5.
[KL] Bernhard Imhasly, Bernhard Marfurt, Paul Portmann: Konzepte der Linguistik: eine Einführung; (3. Auflage) Aula Verlag 1986. - original: Introduction to Theoretial Linguistics, Cambridge Univ. Press 1968.
[LMBM] Robert Beard: Lexeme-Morpheme Base Morphology web site.
[Mor] Jirí Kráamský: Morphology in relation to other language levels; in Vol. 2 of H Geckeler, B Schlieben-Lange, J Trabant, H Wegdt (eds.): Logos Semantikos: studia linguisitice in honorem Eugenio Coseriu 1921-1981; de Gruyter, Gredos; 1981.

Some linguistic terms have a relation to programming languages, others are superfluous since the describe complications absent in programming languages. Semantic concepts of linguistc/semiotics/logics/philosophy etc. can be found on the meaning page.
  phonology/graphology
& phonetics
morphology syntax  
lexical/semantic  sememe
(semantic factor of word,
or meaning of morpheme)
lex. word compositional meaning 
grammatical   morpheme
(gram. factor of word)
gram. word sentencetext
form   ? morpho. wordsentence's sequentialization  
substance
phonologic/orthographic
phoneme/
grapheme
morph
(segment of word)
phon./orth. word   
material (physical)
phonic/graphical
phone/graph        
«It is necessary to admit that a sharp devision into morphology and syntax has no universal validity, it is valid only for certain languages. The boundary between morphology and syntax seemingly disappears in those languages in which no boundary between the word and the sentence exists» [Morphemic 127]
         
ambiguity
1. Lexical ambiguity. The ambiguity of a sentence's meaning originating from ambiguity in the meaning of its lexical elements: E.g. I saw a bat - animal or table tennis bat? [x]
2. Grammatical ambiguity. The ambiguity of the grammatical analysis of a phrase is a function of the constituent structure and of the distributional (grammatical) classification of the constituents [EML 215]:
  • ambiguous constituent structure: "beautiful girl's dress" = [beautiful (girl's dress)] vs. [(beautiful girl's) dress]
  • ambiguous classification: "they can fish" - has unique constituent structure [they (can fish)], but they can[auxiliar modal verb] fish[intrans. verb] vs. they can[trans. verb] fish[noun]
  • ambiguity explainable both ways: "some more convincing evidence": {some [(more convincing) evidence]} = some more[comparative auxiliary] convinving evidence vs. {(some more) (convincing evidence)} = some more[adjective] convinving evidence
3. Transformational ambiguity.
  • The traditional example: "amor Dei" is lexically and grammatically unambiguous [EML 252]: "Dei" is genetive to the noun "amor". But it is transformationally (deep structurally) related to two different sentences: (a) "Deus[subject] amat" ("God loves") - "Dei" was a so-called genetivus subjectivus; or (b) "... amat Deum[object]" ("... loves God") - "Dei" was a so-called genetivus objectivus. Cf. "It is the love of God which inspeires men to work for their fellows".
  • Chomsky's "the shooting of the hunters" ("the hunters' shooting") [EML 255] is related to (a) "the hunters[subject] shoot" - "shooting" was gerundium of intransitive "shoot"; or (b) "s.o. shot the hunters[object]" - "shooting" was gerundium of transitive "shoot".
  • Chomsky's "Flying planes can be dangerous" [EML 253] (Cf. there are two ways to turn 'planes' to singular: (a) "A flying plane can be dangerous"; or (b) "Flying a plane can be dangerous"; and to insert "many"/"several"/"some" ...: (a) "Many/several/some flying planes can be dangerous"; or (b) "Flying many/several/some planes can be dangerous") is related to (a) "Planes[subject] which fly can be dangerous" - "flying" was particip (verb used as adjective); or (b) "You/One flying planes[object] can be dangerous" - "flying" was gerundium (verb used as noun: "the flying of planes"); or
  • In indirect speech in Latin, "Dico Clodiam amare Catullum", word order does not help to distinguish the direct speech's accusative object from the direct speech's subject turned to accusative [EML 257]: (a) "Dico 'Clodia amat Catullum'", (b) "Dico 'Clodiam amat Catullus'".
    4. Semantic-combinatorial ambiguity. The adjective-noun combination "criminal lawyer" is grammatically unambiguous, and its constituents "criminal" (related to crime) and "lawyer" (person + practicing + law) are lexically unambiguous. Still, there are three ways to interpret it: "criminal" can be attributed to any of the three basic semantic components of "lawyer": "criminal lawyer" = (a) a criminal person practicing law, (b) a person criminally practicing law, or (c) a person practicing criminal law.
  •  
    categorial grammar [grammatical]
    [`categorial' as in `logical categories'] Defines formation rules for a language's phrase structure. The fundamental phrase classes (non-terminals) are sentence and noun-phrase n. Other phrase classes are derived from these [ETL 230]:
  • vi = n\ -- intransitive verb-phrase (vi) prefixed by n (subject-verb order) produces
  • vt = n\(/n) -- transitive verb-phrase (vt) prefixed by n produces something which postfixed by n produces
  • a = n/n -- adjectival phrase (a) followed by n produces n
  • adv = vi\vi -- adverbial phrase (adv) prefixed by vi produces vi
    With more base categories in [GLT]:
  • noun phrases = NP: John, Mary, the man
  • noun = N: man
  • article = NP/N: the
  • infinitive = VP: to-go
  • adjective = A = N/N: tall
  • intransitive verb = V = NP\S: walks, likes Mary
  • transitive verb = V/NP: likes -- or is it NP\(S/NP)?
  • verb with object and adjective = V/(NP·A): considers -- using Lambek's (1958) category-pairing operator "·"
  • verb with subclause = V/S: thinks
  • verb with infinitive (intransitive) = V/VP: wants
  • verb with infinitive (transitive) = V/(NP·VP): wants
  • verb with ?-preposition = V/PP: votes
  • ?-preposition: PP/NP: for
  • adnominal preposition = (N\N)/NP: with
  • adverbial preposition = (V\V)/NP: with
  • relative = (N\N)/(S/NP): who
  • reflexive = (V/NP)\V: himself -- observed by Szabolcsi 1987
  • overloaded noun/adjective = N^A: square -- using intersection types
    Compared to phrase structure grammars, no production rules need to be specified. The name of the phrase class specifies what to do. In terms of phrase structure grammars, categorial grammar is like having only two fixed basic implicit rule templates:
    - application of prefix constructors (X/Y): X -> X/Y + Y
    - application of postfix constructors (Z\X): X -> Z + Z\X
    - a slight generalization: infix constructors (Z\X/Y): X -> Z + Z\X/Y + Y
    Categorial grammars may produce the same constituent structures as phrase structure grammars (esp. if generalized to allow more than one element ``below the fraction bar''). But they always identify one of a constituent's sub-constituents as the dominant one, on which the others depend (dependence) [EML 234].
    Grammatical analysis for a sentence with a categorial grammar is similar to (direction sensitive) calculation with fractions:
    "Poor John ran away" : a · n · vi · adv = (n/n · n) · (vi · vi\vi) = n · vi = n · n\ =
    Expressed as category inference rules, they define a categorial calculus (Ajdukiewicz 1935, Bar-Hillel 1953) which can be completed to Lambek's associative calculus L of 1958 [GLT 2].
    • Mary thinks John votes for the man =>
      [S: [NP:Mary] [V: [V/S:thinks] [S: [NP:John] [V: [V/PP:votes] [PP: [PP/NP:for] [NP: [NP/N:the] [N:man]]]]]]]
    • the man who Mary likes =>
      [NP: [NP/N:the] [N: [N:man] [N\N: [(N\N)/(S/NP):who] [S/NP: [NP:Mary] [V/NP:likes]]]]]
    • try youself with "the man who John thinks Marky likes"
    • John votes for himself =>
      [S: [NP:John] [V: [V/NP: [V/PP:votes] [PP/NP:for]] [(V/NP)\V:himself]]]
    • Mary considers John tall =>
      [S: [NP:Mary] [V: [V/(NP·A):considers] [NP·A: [NP:John] [A:tall]]]]
    • John meets the man with Mary =>
      [S: [NP:John] [V: [V: [V/NP:meets] [NP: [NP/N:the] [N:man]]] [V\V: [(V\V)/NP:with] [NP:Mary]]]]
    • Mary wants to-go =>
      [S: [NP:Mary] [V: [V/VP: wants] [VP: to-go]]]
    • Mary wants John to-go
      [S: [NP:Mary] [V: [V/NP·VP: wants] [NP·VP: [NP:John] [VP: to-go]]]]

    Categorial grammars are based on works of the Polish logician Ajdukiewicz ["Die syntaktische Konnexität" 1935] (he followed Lesniewski); further developed by Bar-Hillel ["Logical syntax and semantics" 1954], Lambek ["On the calculus of syntactic types" 1961?] and other logicians and linguists [ETL 230]
    -> categorial explanation of parts of speech
  • Cf. PL analogies to categorial parts of speech

    Maybe kind-systems can be understood as a categorial grammar for the abstract syntax.
    If Fi are functions/ expressions with i parameters, t are types and x are names then

  • F0/F0: 1st ord. functions
  • Fi/t: polymorphic functions
  • t/t: unary type constructors
  • t\t/t: infix type constructors
  • x\decl/t: infix constructors for declarations of variables (x = «:») or type aliases (x = «=»)
  • rec/{decl}: record type constructors, (rec = «record», «struct», ...)
  •  
    clause (Teilsatz) [grammatical]
    Word sequence with subject and predicate (like a sentence and unlike a syntagma) but which is contained in a sentence [EML 173].
     
    closed class
    A class of words or morphemes whose membership is fixed and can be listed. E.g. there is a closed class of determiners (the, this, etc.). Control-flow construct keywords like if, then, else, while, for, case, break, continue, return
     
    constituent structure [grammatical]
    A purely structural description of phrases: which parts belong (closer) together. it does not build on grammatical classifications (cf. morphemes). See grammatical ambiguity by ambiguous constituent structure.
    IC-analysis = the analysis of the immediate constituents (Bloomfield 1933) [EML 213] (defined by distributional criteria [EML 215]). E.g. ICs of "poor John ran away" are "poor John" and "ran away", each of which has two constituents again. This constituent structure can be made explicit by bracketing: [(Poor John) (ran away)], or by drawing a (binary) tree above the sentence with the four words as the tree's leaves [EML 213].
    "Belonging (closer) together" does not always imply "standing (closer) together": The constituent "called up" in sentences like "John called up Bill" becomes a discontinuous constituent in sentences like "John called him up".
    A compound constituent is endocentric if it is in the distribution class like one of its immediate subconsituents (e.g., "poor John" is a noun-phrase, just like "John" alone). Otherwise a compound constituent is exocentric (e.g., "in Vancouver" distributes like adverbs of place, not like preposition "in" and not like noun "Vancouver") [EML 235].
    ((abstract?) syntax tree without node labels)
     
    deep structure [grammatical]
    A hypothetical construct between visible structure and semantics:
    • Active and passive version of sentence derive from the same deep structure. The object of the active sentence corresponds to the subject of the passive sentence [EML 258].
    • Some amiguities can be understood as a surface structure S deriving from different deep structures Di, which can be made visible by alternative surface structures Si derived from them: word w in genetiv <-> sentence with subject w (and intransitiv verb) or object w (and transtive verb); direct <-> indirect speech, etc.
    • "They denied the existence of God" and "They denied that God exists" have the same deep structure [EML 258].
    Cf. Chomsky's transformation grammar. Chomsky's 1981 new theory replaced deep structure by "D-structure" [x], abondoned in the early 1990s in Chomsky's minimalist programme [x].
    abstract syntax (tree)
     
    grammar [grammatical]
    The grammar of a language is parameterized by the language's lexicon and describes (among others) the syntax of sentences and the morphology of words. The grammar can be specified by a combination of several sets of rules [EML 227]:
    1. formation rules, or PS-rules, define the phrase structure (e.g. in form of categorial grammars or phrase-structure grammars). In a transformation grammar the phrase structure is the deep structure.
    2. Several ways of compensating for the shortcomings of formation rules (PS-rules) have been proposed [x]:
      1. transformation rules convert phrase structures with structural combinator "+" into proper strings of words with concatenation as combinator. They deal with discontinuous constituents and linearize words in language's whose phrase structure has free word order. In a transformation grammar the transformation rules transform deep structure into surface structure, e.g., to obtain a passive sentence from an active one (the passive rules).
      2. Generalized Phrase Structure Grammar (G J M Gazdar, et.al. from end of 1970s) «with additional devices, in particular the use of metarules and slash categories, that removed the need ... for transformations» [x]. «The constraint of transformational rules has been carried to its logical conclusion within GPSG, since transformational rules have been abolished altogether. Instead, the phrase structure of a sentence permits the flow of information from one part of the sentence to another, in a tightly constrained manner» [x].
      3. Lexical-Functional Grammar (J Bresnan, R Kaplan, et.al. from the end of the 1970s) [x] «has also abandoned transformational rules, and relies instead on the properties of lexical items to explain the connections between sentence types. For example, the relationship between active and passive sentences is established via the lexical properties of active and passive verb forms (for example, eat/is eaten; see/was seen)» [x].
    3. morphophonetic and morphographemic rules realize morpheme combinations (grammatical words) at the phonologic/orthographic substance level as strings of phonemes or graphemes, respectively. -> see morphology. For example the "morphological spelling" module of the Lexeme-Morpheme Base Morphology approach [LMBM].
    By the ``rule to rule hypothesis'' [x] each rule of syntax is paired with a corresponding rule of semantics. Cf. compositional meaning of sentences.
  • Variant of transformational grammar : Case Grammar (C J Fillmore, late 1960s) [x].
  • Universal grammar theories [x]: Principles and Parameters Theory (Chomsky early 1980's onwards) [x], Government and Binding Theory (Chomsky's version which was current in the 1980s) [x, x].
  • Relational grammar theories: Relational Grammar (D M Perlmutter, P M Postal, et.al., 1970s) [x], Arc Pair Grammar (D E Johnson, P M Postal, 1980) [x],
  • Models of functional syntax [x]: Tagmemics (Pike, R E Longacre, et.al., 1950s) [x], Systemic Grammar (Halliday, late 1950s) [x], Functional Grammar (S C Dik et.al., late 1970s) [x], Role and Reference Grammar (W A Foley, R D Van Valin, mid-1980s) [x]
  • grammar, syntax rules -- cf. Describing Morphology and Syntax of PLs
     
    grammatical meaning [grammatical]
    Any aspect of meaning described as part of the syntax and morphology of a language as distinct from its lexicon. Thus, in particular, the meanings of constructions; of inflections; of other units forming closed classes. [x]
     
    graph [physical:graphic]
    A symbol for an idea, sound, or linguistic expression [x] in the graphic medium [x]. Graphs like "t", "t", "t", "t" etc all represent the same grapheme t [x], they are allographs [x].
     
    grapheme [substance:orthography]
    Minimal unit in a writing system. «Graphemes are classes of similar marks, each of which functions in an identical way in the [written] language» [Realms 65].
  • Each grapheme is realized in writing or print by its graphs, such as the different ways of writing and printing an a or a t. [x].
  • one grapheme in written language approximately encodes one phoneme of spoken language.
    In alphabetic script a letter [more at x]. A digraph/trigraph are two/three separate letters that represent one phoneme, such as ch, gh, sh, th, wh, ng, ck, and such as tch and sch [x]. Diacritical marks can modify a base letter [more at x]. A ligature is the close combination of two letters cast in the same piece of printer type [x]. A ligatures may represent a digraph, e.g., Æ/æ (ash) = A+E/a+e. In that case, their constituents may be forgotten, so that the ligature becomes a letter of its own, e.g., German ß (s-sharp) = s (in its long form) + z. Or one of the constituents may be converted to a diacritical, e.g., Ç/ç (cedilla) = C/c + z below [x]; German Ä/ä (a-umlaut) = A/a + e atop [x].
  • character
     
    graphology [substance:orthography]
    The study of writing and print as systems [x], e.g. letters and how they are used to express sounds and form words (also called orthography) [x]. Parallel to to phonology. The spelling system of an alphabetic language consists of the conventions by which its letters represent sounds and words (E-G-G spells egg) and the way(s) in which words are spelt/spelled (How d'you spell 'accommodation' -- one m or two?) [x]
     
    isogloss [dialectology]
    [from x]
    1. In dialect geography, an area within which a feature is used predominantly or exclusively. Such a feature (phonological, morphological, syntactic, semantic, lexical, or other) usually contrasts with some similar feature in adjoining areas.
    2. More commonly, the line on a dialect map which bounds the area of a certain usage.
     
    isolating language (or "analytical language", as opposed to synthetic)
    A language whose (lexical) words do not occur in different forms (grammatical words) (e.g. Vietnamnese). The degree of isolation can be measured by the proportion of morphemes and words: English 1.68, Sanskrit 2.59, Eskimo 3.72 (1.0 would be an ideal isolating language) [EML 191]. All PLs are isolating
     
    langue
    The language as a system captured in its grammar. Main components of langue: lexicon, semantics, syntax, morphology, phonology. Linguists try to infer the langue from the observable parole.
     
    lexeme
    1. lexical word
    2. semantic morpheme (Vendryes's "semanteme")
     
    lexical rule [lexical]
    A rule that expresses generalization over sets of entries in a lexicon. For example in derivational morphology: «[A] lexical rule can state that, if there is an entry for X, where X is an adjective, there is also, barring exceptions, an entry for X + -ness, where the whole is an abstract noun with a meaning corresponding to it. Hence happiness or blackness» [x].
     
    lexicon [lexical]
    Contains grammatical and semantic information on each word [EML 170]. Associates words with their ``distribution classes'' or ``grammatical features'' on which the grammar is based [EML 161].
    The lexicon contains (for phrase-structure grammars) the following information (which can be presented in two alternative ways) [EML 220]:
    	N   = { John, ... }            away: Adv
    	V   = { ran,  ... }            John: N
    	A   = { poor, ... }            poor: A
    	Adv = { away, ... }            ran:  V
    However, closer analysis of word distributivity shows that there are overlapping subclassifications of word classes. This is better handled by assigning grammatical features to the entries in the lexicon [EML 169]:
    	door:  [appellativ] [-human] [neutral]
    	boy:   [appellativ] [+human] [masculine]
    	child: [appellativ] [+human]
    	
    There is often an alignment of grammatical features and words' semantic components. However note that [masculine] [feminine] [neutral] are grammatical, whereas [male] [female] [asexual] are semantic.
  • In language formalization, the environment associates words with their meaning ("value"), and the type assignment associates words with their grammatical class ("static type").
  • In compiler construction: the symbol table associates words with their tokenclass.


    grammatical features
    ->static types
  •  
    morph [substance]
  • The smallest segment of the phonological/orthographic word [EML 187] into which it is divided in an analysis of morphemes [x]. (why not the morphologic word?) E.g. «unacceptable» = un·(accept·able) [EML 187].

  • Simplified, a morph realizes a morpheme at the substance level -> see morphology.
    Allomorphs are variants of realizing a morpheme [EML 187]. The same (allo)morph can represent different morphemes [EML 194]. E.g. allomorphs s and es (or /s/, /z/, /iz/) can realize the morphemes {plural} or {3rd pers. sg.}
    A portmanteau morph realizes two or more successive morphemes. E.g. in French «au théâtre», au is a single morph ([o]) which simultaneously realizes preposition {à} and the definite article {le}. [x]
    An empty morph does not directly realize a morpheme. E.g. in «children», r is an empty morph whereas the morph child realizes the morpheme {child}, and a morph {en} may be said to realize the plural morpheme {s} (as also in oxen). [x]
    A zero morph is the invisible realization of a morpheme. E.g. in three sheep the noun's plural morpheme {s} is realized by a zero morph: «sheep» = sheep·ø. [x]
  • Subsegments of words can be identified in PLs, but are they realizations of content-distinguishing morphemes?
    • «12.34E-56» = (12 · . · 34) · E · (- · 56)
      = float with mantissa 12.34 and exponent -56
      Meaning and grammatical properties do not change by varying between 'E' and 'e'
    • «010» = 0 · 10 = octal 10 = 8
      «0x10» = 0x · 10 = hexadecimal 10 = 16
      Meaning and grammatical properties do not change by varying between '0x' and '0X'
    • «" string text "» = «"» · « string text » · «"»
      The second morph of a string literal never contains unmasked «"»
    • «/* comment text */» = «/*» · « comment text » · «*/»
      The second morph of a comment never contains '*/'
     
    morpheme [grammatical]
    A minimal unit of form and meaning in the language system. There are many variations in how the term is used and understood [x]:
    1. In structural linguistics ((Bloomfield 1933), a morpheme is a grammatical factor of a word (irrespectively of its realization at the phonological or orthographic level) which determines its distributability [EML 185]. E.g. «oxen» is composed of the morphemes {ox} and {s} (or {plural}), and «worse» = {bad} + {er} (or {comparative}). Note that this is in fact a matter of distributability since only certain words can be qualified with the {bad}-words bad, worse, worst, and only certain contexts allow {er}-words like worse or taller. The {bad} and {er} dimensions of distributability can be shown and compared as follows [EML 185]:
      	 bad  :   worse    :   worst    =  tall  :   taller    :   tallest
      	{bad} : {bad}+{er} : {bad}+{st} = {tall} : {tall}+{er} : {tall}+{st}

      The 8-word sentence «The cats were sitting unhappily in the rain» consists of 12 morphemes, all of equal status: {the} + {cat} + {s} + {were} + {sit} + {ing} + {un} + {happy} + {ly} + {in} + {the} + {rain} [x].

    2. The French linguist Joseph Vendryes (1921) called morpheme the minimal grammatical unit (a grammatical morpheme), as opposed to the "semanteme" (now known as lexeme(b) = lexical word?), the minimal semantical unit (a lexical morpheme). The former are the glue that hold the latter together [x]: The sentence «The cats were sitting unhappily in the rain» consists of 8 morphemes and 5 lexemes: {the} + CAT + {s} + (BE + {past/plural}) + SIT + {ing} + {un} + HAPPY + {ly} + {in} + {the} + RAIN
      For Bloomfield, morphemes have meanings called sememes. Bloomfield's morphemes have been devided into "system morphemes" (glue) and "source morphemes" (content) by Dwight Bolinger (1968); while André Martinet (1970) subsumed Vendryes's morpheme and lexeme under the "moneme" [x]. «[W]e distinguish three kinds of morphemes:» [Mor 126]
      1. «semantic morphemes which have lexical meaning» (Vendryes's "semanteme" or lexemes(b), Bolinger's "source morpheme", lexical morphemes (root, stem) [ESW ch.VII]). They are the units of semantic meaning:
        have a meaning (content), always have a substance realization, form an open unlimited class [LMBM]
      2. «grammatical morphemes which have grammatical meaning» (also in [ESW ch.VII], Vendryes's "morpheme", "system morpheme"). They are the units of grammatical meaning:
        have only grammatical value but no meaning (they are ``empty forms''), they may have no substance realization, they belong to a small closed class (around 200; fewer than 100 in Indo-European languages) [LMBM].
      3. «and grammatical-semantic morphemes which have both grammatical indication and semantic (lexcial) meaning.» In lioness the morpheme {ness} not only changes the grammatical gender to feminine [my dictionary says, lioness is neutral!] but also fixes the sex of the animal designated by {lion} to be female. On the other hand, plural {s} changes the grammatical category of the whole word lions but not the semantics of the semantic/lexical morpheme {lion}.

    3. The morpheme (in `langue' [ESW]) is an invariant lexical or grammatical unit (the ``ultimate constituent'' of a sentence [x]) realized by one or more configurations of phonological units (in `parole' [ESW]). Reversely, an morpheme is the abstraction behind a morph, possibly subsuming several allomorphs [x]. See example in morphology. E.g., the {negative} morpheme may be realized by allomorphes dis in distasteful or by un in unpleasant [x] or by in-, im-, and il- in insincere, impolite, illogical. An unusal example: The future tense in Tagalog (or Philippino) is indicated by a prefix -- the reduplication of the first syllable of the verb stem: bi-bili (will buy), ku-kuha (will get), pu-punta (will go), su-sulat (will write), ta-tawa (will laugh) [LMBM]
     
    morphology [grammatical]
    The study of words (their structure, their phonological and orthographic realization), and the grammatical and semantical categories they convey [LMBM]. E.g., inflection [x]; derivation of one word in the lexicon from another (hang => hanger, count => countless) [x] -- cf. lexical rule.
    Free morph(eme)s like 'prawn' and 'alabaster', can exist independently, whereas bound morph(eme)s, like '-ed' and '-ing', cannot stand alone and only find legitimate expression as part of a word [x].
    Lexical morph(eme)s, such as 'non-', 'conform' and '-ist', can be used to build up forms of (new) lexical words (for example, 'nonconformist'), whereas grammatical morph(eme)s, like the third person singular marker '-s', do not result in new lexical words but only change the grammatical meaning [x].
  • free grammatical (articles, prepositions, conjunctions, ...): the, in, therefore
  • bound grammatical (suffixes, prefixes): -ly, un- (derivative), and -s, -ed (flexative)
  • free lexical: house
  • bound lexical: rasp- (as in raspberry)? (in German: Him-, Brom-)

    An example of realization at the substance level [EML 268]:

    orthograpic:    «the»    «man»      «will»     «have»     «read»      «the»     «books»
    phonological:   /ðe/     /mAn/      /wil/      /haf/      /red/       /ðe/      /bu:ks/
    grammatical:    {the}   {man}+ø   {will}+{s}   {have}   {read}+{en}   {the}   {book}+{s}
    
    orthograpic:    «the»     «books»     «will»    «have»    «been»       «read»      «by»   «the»    «man»
    phonological:   /ðe/      /bu:ks/     /wil/     /haf/     /bi:n/       /red/       /bAi/  /ðe/     /mAn/
    grammatical:    {the}   {book}+{s}   {will}+ø   {have}   {be}+{en}   {read}+{en}   {by}   {the}   {man}+ø
    (the "{s}" is the noun-plural or the 3rd pers. sg. morpheme, the "ø" is the morpheme for unmarked noun-singular or non-3rd p. sg.; "ø" is an artefact of the PS-grammar which produced the morpheme string in Lyon's example)

    In an agglutinating language (e.g. Turkish), each morpheme of a word is represented by a morph of its own [EML 191]. In a flecting language (e.g. Latin), several morphemes of a word are represented in one morph (e.g. '-us' represents {singular} and {nominative}) [EML 192] (cf. ``cumulative exponence'' [LMBM]).

  •  
    open class [lexical]
    A class of words or morphemes to which new members can readily be added. E.g., one cannot list all the nouns since it will always be possible for speakers to coin ones that are new, or to borrow them from another language. [x] The class of valid (defined) identifiers is an open class in PLs.
     
    paradigma [lexical]
    A relationship between signs. More precisely, signs form a paradigma if they are mutually substitutable in a syntagma [KL, ch.4].
    A closed paradigma: e.g. a flexion group. An open paradigma: e.g. "relative" + "kin" + "friend" ... [ELT].
     
    parole
    The language as a body of linguistic artifacts (observables). From them, linguists try to construct the langue defining them.
     
    parts of speech
    - «the role that a word (or sometimes a phrase) plays in a sentence» [wiki].
  • Traditionally: Parts of speech are verbs, nouns, adjectives, adverbs, prepositions, articles, conjunctions, etc. This classification is a compromize between morphological and grammatical distinctions.
  • «Words are not inherently one part of speech or another. Many verbs and nouns are spelled identically, for instance, denoting the action and the name of the action, respectively: neigh, break, outlaw» [wiki].
  • «In transformational-generative grammar, parts of speech are known as lexical categories» [wiki] -> syntactic categories
  • Categories (NB: not the same as the categories of categorial grammar): The main parts of speech have been explained as follows by Hjelmslev and Jespersen:
    1. Nouns (n) are the `first grade' category.
    2. Verbs (in the broad semantic, not the strict syntactic sense, ie. including adjectives) are the `second grade' category: They further determine a noun, are `adnominal'.
    3. Adverbs (in the broad sense, ie. including adadjectives) are the `third grade' category: They further determines a verb or adjective, they are ad-verbs or ad-adjectives.
    More categories are not needed, since there is no further part of speech whose main[!] purpose it is to determine adverbs (in all checked languages). [EML 333].
    Specifying parts of speach using categorial grammar helps to find correspondences to programming language concepts. But the categorial classification is less powerful than a type system and can not even capture the full natural syntactic categories, but only subcases.
  • In APL jargon, first-order functions are verbs, higher-order functions are adverbs (cf. adverbial programming).
  • In object-oriented analysis, nouns in problem statements are seen as candidates for objects, and verbs as candidates for object operations.
  • Interface types can be regarded as adjectives, describing objects' capabilities and not objects per-se. Analyzing problems statements (also) for adjectives allows better modelling than only looking for nouns [Michael C Feathers: Factoring Class Capabilities with Adjectives; JOOP Mar/Apr 1999]
  • H&J's grade
    categories
    fine parts of speech programming languagesin categorial grammar
    (not 'part') sentence statement
    1st noun (phrase) value identifier/expression n
    2nd
    (adnominal)
    intransitive = 1-valued verb (phrase) unary procedure (name/expr.) v1 = n \
    transitive = 2-valued verb (phrase) binary procedure (name/expr.) v2 = n \ / n
    verb (phrase), generally procedure (name/expr.) v = v0(?) v1 v2 v3 ...
    adjective (phrase)unary 1st-order function (name/expr.) a = n/n
    3rd
    (adverbial)
    ad-verb (phrase) unary transformer of procedures (name/expr.) adv = v/v
    ad-adjective (phrase)unary 2nd-order function (name/expr.) a/a
             
     
    phone [physical:phonic] sound
  • The smallest segment of speech in the phonic medium recognized by a listener as a complete vowel or consonant [x]. Studied by phonetics [more at x].
  • A sound that is the realization of a phoneme at the phonic level. Examples of different phones realizing the same phoneme: In German Kahle/Kehle/Kuhle the "K" sounds differently each time, but this difference (alone) distinguishes no two German words [ELT 85-90]. Aspirated and non-aspirated t in English, [l] and [r] in Chinese and Japanese; using one or the other never makes a difference in the English or Chinese resp. [EML 103, 115].
  • Allophones are phonetically similar position dependent different realizations of the same phoneme. In English bright and low 'l' are allophones of phoneme /l/: bright 'l' appears only in front of vowels and /y/, and low 'l' appears only in front consonants and at word end [EML 115]. In some languages the phones [b] and [p] are allophones of one phoneme (and analogously [t] and [d], and [k] and [g]): p, t, k only appear at word begin & end, and b, d, g only appear inside of words. Then b:p, t:d, k:g never makes a difference in legal words of such languages.
  • Characters are the phonemes of PLs. PLs are not concerned with the encoding used to represent the program's characters in an electronic, magnetic, or whatever medium.
     
    phoneme [substance:phonologic]
    [x entry]
  • Smallest content-distinguishing units (``make a functional difference'' [EML 103]) as opposed to the morphemes, the smallest content-carrying units [ELT 85, 93]. It is «the smallest language unit capable of functional opposition against other units. ... [T]he phoneme by itself possesses no meaning but is the realizer of meaning. Phonemes are capable of distinguishing meanings of higher language units but by themselves they do not distinguish meaning. ... The phonological level is only the realizer of the morphological level» [Morphemic 123]. E.g. phones [l] and [r] are two different phonemes /l/ and /r/ in English because lot =/= rot, light =/= right [EML 115].
  • The words knife and loaf are said to end in a morphophoneme 'F' which is normally written f (knife, loaf), but as v if the plural ending follows (knives, loaves). house ends in morphophoneme 'S' normally spoken [s] but spoken [z] in houses.
  • A phoneme's distinctive features can be analyzed [EML 123]: In Indogermanic, the distinction was between aspirated (/bh, dh, gh/), non-aspirated voiced (/b,d,g/), and non-aspirated non-voiced (/p,t,k/). In Germanic, the distinction was between fricative (/f,Þ,h/), non-fricative voiced (/b,d,g/), and non-fricative non-voiced (/p,t,k/).
  •  
    phonology [substance]
    The study of sound patterns in languages. (Regarded as part of phonetics, or as a separate study included in linguistics.) Phonological patterns relate the sounds of speech to the grammar of the language. Phonologists study both phonemes (vowels and consonants) [this part of phonology is called "phonemics"] and prosody (stress, rhythm, and intonation) as subsystems of spoken language. [x]
     
    phrase structure [grammatical]
    Combines the constituent structure with the grammatical classification of the consituents, indicated by P-markers (phrase markers) in bracket/tree representation [EML 262]. This disambiguates all three kinds of grammatical ambiguities.
    E.g. "poor John ran away" = [ NP[ A[poor] + N[John]] + VP[ V[ran] + Adv[away]]] -- can be analogously represented as a tree (not shown) [EML 216]. Structural combination ("+") is concatenation in most cases, but not in the case of discontinuous constituents.
    (abstract?) syntax tree
     
    phrase-structure grammar [grammatical] PS-grammar
    A system of formation rules of the form X -> A + B + C ... to describe a language's phrase structure. The symbols X, A, B, C, ... are called terminal symbols if they stand for a class of elements of the lexicon [EML 219]. Structural combination ("+") is concatenation in most cases, but not in the case of discontinuous constituents.
    A subset of simple English sentences are described by the following grammar ( is the symbol for sentences):
        -> NP + VP
    VP -> Vintransitive + Adv
    VP -> Vtransitive + NP
    NP -> A + N
    grammar
     
    sememe, [words'] semantic component, semantic feature [semantics]
    1. Bloomfield's sememe is the meaning of a morpheme [x].
    2. Sememes as a word's semantic components = the factors (semantic factors) which disguish the word semantically from other word [EML 482] (cf. morphemes as factors of grammatical distributivity).
      	   man   :   woman   :  child   =   bull    :   cow     :   calf
      
      	[+human]   [+human]    [+human]   [+bovine]   [+bovine]   [+bovine]
      	[+adult] : [+adult]  : [-adult] = [+adult]  : [+adult]  : [-adult]
      	[+male]    [+female]              [+male]     [+female]
      	
      Studied by componential analysis, developed since the 1930's in several independent versions, e.g. J J Katz and J A Fodor 1963 for generative grammar [x].
      There is often an alignment of words' semantic components and grammatical features.
    ->dynamic types
     
    sentence [grammatical] -- and its sequentialization [form]
    Maximal unit of grammatical analysis (Bloomfield's definition (term explication)) [EML 175, 179]. Complements are mandatory constituents; adjuncts are optional constituents of a sentence.
    In English, Brutus killed Caesar and Caesar killed Brutus are two grammatically different sentences. In Latin, Brutus necavit Caesarem and Caesarem necavit Brutus are grammatically the same sentence, just two different realizations (sequentializations) of it [EML 79].
    C.f. clause, syntagma, word.
    The meaning of a sentence is normally assumed to be compositional, according to the ``principle of compositionality'' [x], esp., if semantics is considered in isolation from the pragmatics of the situation of utterance. That is, the sentence's meaning is obtained by some kind of amalgamation of the semantic components of its consitutuents based on `projection rules' which are related to the sentence's deep structure [EML 487].

    In a statement there has to be a theme (the entity about which something is said) and a comment (that what is said about the theme) [Hockett's widely accepted terminology - EML 341]. These two functions of a statement are most of the time expressed by the two main syntactic parts of the statement: subject and predicate, respectively. [Counterexamples: "This book I did not read" - "This book" is the theme, the comment about the book is that it wasn't read by the speaker.
    The agens of a statement is that X for one can ask "What does X do?". The patiens is that X for which one can ask "What happens to X?" [EML 373]. The subject is in most cases also the agens of the sentence (aka. logical subject as opposed to grammatical subject) [EML 348]. The predicate can be an intransitive verb or a transitive verb with a nominal phrase (usually the sentence's patiens) [e.g. "John killed Bill" with agens "John" and patiens "Bill" - "killed Bill" is the predicate, it answers the question "What did John do?"] But in a passive sentence "Bill was killed [by John]", the subject is the patiens, and the agens is an optional adjunct [EML 349].
    C.f. agens and patiens with 1-valued vs. 2-valued verbs (intransitive, passive, active, ergative, ...)
    Maybe the theme could also be neither the agens nor the patients, but, e.g., the verb... [EML 350]

    translation unit (aka. module, program)
     
    sign
  • A sign is composed of a syntactic component (form or significant) and a semantic component (content or signifié). [KL ch4]: A form without content is called ``empty form''; a content without any form is something unexpressable. The arbitrary relationship between form and content is determined by the language users by (implicit) convention. The users follow the conventions so that a communicated form is related consistently with a content.
  • Signs are in syntactic and semantic relationships with their neighbours in texts (syntagmatic relationships), and with associated words in the vocabulary (paradigmatic relationships) [ELT].
    Compound signs are syntagmas [ELT].
  • ?
     
    surface
    «[P]art of the syntactic description of a sentence that determines its phonetic representation; therefore a structure in which, in particular, all elements are in the order in which the corresponding phonetic forms are spoken» [x].
    Cf. grammar
    In Chomsky's 1981 theory replaced by the "S-structure" (evolved from shallow structure [x]) abondoned in Chomsky's early 1990s' minimalist programme [x].
     
    syntactic category [grammatical]
    "Traditionally called the parts of speech" [wiki].
    1. Lexical categories (noun, verb): categories of sentence parts that cannot be decomposed syntactically, i.e., categories of words (but are these morphological words or grammatical/morphosyntactic words???)
    2. Phrasal categories (NP, VP, ...): categories of sentence parts that can be decomposed into smaller syntactic units.
    In terms of phrase-structure grammar: categories that cannot, and that can, occur as left hand side of rules.
    syntactic domain (lexical, grammatical)
     
    syntagma [grammatical]
  • A compound sign [ELT].
  • A word sequence which is grammatically equal to a word and which has no subject and predicate (unlike a clause) [EML 173].
  • ?
     
    syntax [grammatical]
    (The study of) the grammatical sentence structure above the word level [LMBM].
     
    transformation grammar [grammatical]
    A grammar with two syntax components [EML 259]:
    1. The formation rules of a transformation grammar, called PS-rules, belong to the ``base component'' or ``phrase-structure component.'' PS-rules (a) capture the language's deep structure and (b) are formalized as context-senstive rules of a phrase-structure grammar. The grammar's terminal strings are called kernel strings [EML 260].
    2. The transformation rules of a transformation grammar, called T-rules, belong to the ``transformational component.'' T-rules transform deep structure into surface structure, eg., active->passive, ...
    A transformation grammar is a -> symbol manipulation system
    The first transformation grammer was published by Chomsky in "Syntactic Structures" 1957.
    It has the following PS-rules [EML 259]
    ("|" is alternative, "[...]" is optional):
        -> NP + VP
    VP -> Verb + NP
    NP -> NPsing | NPplur
    NPsing -> T + N + ø
    NPplur -> T + N + {s}
    Verb -> Aux + V
    Aux -> C [M] [{have}+{en}] [{be}+{ing}]
    The corresponding lexicon [EML 259] is something like
    T = {the}
    N = {man, ball, ...}
    V = {hit, take, walk, read, ...}
    M = {will, can, shall, must, ...}
     
  • The passive rule, a generic T-rule for transforming active sentences into passive ones [EML 260ff]:
    If matches NP - Aux - V - NP then use rule Xnp - XAux - XV - Ynp -> Ynp - XAux + {be}+{en} - XV - {by} + Xnp
    For example: The PS-rules allow to generate the following kernel string (terminals in blue, phrase structure in black):
    (NP(NPsing(T+N+ø)) + VP(Verb( Aux(C+M+{have}+{en}) + V) + NP(NPsing(T+N+ø))))
    «The man will have read the book» would be the orthographic realization (cf. morphology) for a possible choice of words from the lexicon. But the four substrings of terminals match the passive rule condition NP - Aux - V - NP. After the transformation, the realization would be «The book will have been read by the man» for the corresponding choice of words from the lexicon (cf. morphology).
  • The numerus rule achieves numerus congruence between subject and verb [EML 267ff]:
    If matches X - C - Y then, with left context NPsing, use rule C -> {s}, and C -> ø otherwise.
    See the two possible morpheme string and their realization in morphology.
  •  
    universal grammar [grammatical]
    A transformation grammar whose deep structure is the same for all human languages.
     
    utterance
    Unit of speech before and after which the speaker is silent (Harris's definition (term explication)) [EML 174]. the compiler input (in the lucky case, the input is (at least) one complete translation unit)
     
    verb
  • 1-valued verb (intransitive verb): no object (The stone moved),
  • 2-valued verb (transitive verb): direct object (John moved the stone),
  • 3-valued verb: direct and indirect object or locativ (John gave Bill the book; John put the book on the table).
    Some verbs may be overloaded in value [EML 371ff]:
    • "John moved Bill/the stone" -- "Bill/The stone moved" (can ask: "What happened to Bill/the stone?")
      "John walked the horse" -- "The horse walked"
      "John flew the plane" -- "The plane flew" (can not ask: "What happened to the plane?")
    • "They sold the books quickly" -- "The books sold quickly"
    • "We eat caviare" -- "We eat" [something] (elided object)
      "He shaved them" -- "He shaved" [himself] (implicitly reflexive)
    The subject and agens ("the stone") of an intransitive verb can become the ``ergative'' subject and agens of the active transitive verb [EML 359]:
    • "The stone moved" (intransitive)
    • "The stone was moved" (passive transitive) / "The stone was made to move" (passive ergative)
    • "John moved the stone" (active transitive) / "John made the stone move"] (active ergative)
    Intransitive:transitive variations of a verb in one language (e.g. "Bill öldü":"John Bill-i öldürdü" in Turkish) can be ``lexicalized'' in others (e.g. "Bill died":"John killed Bill").
  •  
    word
    Each field of linguistics has its own concretization of the pivotal, but pre-scientific and ambiguous notion of word:
    1. material: phonetical or graphic word (3 examples: John is John)
    2. substance: phonologic or orthographic word (/kAt/, «cut»)
    3. form: morphological word (4 examples: run, runs, ran, running)
    4. grammar: grammatical/morphosyntactic word (3 examples: present tense of CUT, praeteritum of CUT, particip perfect of CUT)
    5. lexicon: lexical word, or lexeme(a) (2 examples: RUN, CUT)
    6. semantics: word sign, has syntactic and semantic component (2 examples: «bank» - financial institute), «bank» - side of river)
     
    word [material]: phonetic or graphic word
    In semiotics, a ``word'' is a collection of dots of print, so that in John is John there are three words. The first and the third material word have (nearly) identical form. That which appears twice in John is John is an abstraction John from all these material words.
     
    word [substance]: phonologic or orthographic word, word form
    1. The orthographic word: a visual sign with space around it [x], e.g., «cut».
    2. The phonological word: a spoken signal that occurs more commonly as part of a longer utterance than in isolation and is subject to rhythm [x], e.g., /kAt/.
  • They ``represent'' or ``realize'' grammatical words (a 1:1, n:1, 1:m, n:m(?) relationship)
  • They are segmented into morphs.
  • The orthograpical classification of compound words: (a) solid compounds, such as teapot and blackbird; (b) hyphenated compounds such as body-blow, bridge-builder; (c) open compounds, such as Army depot, coffee cup [x].
  • token?
     
    word [form]: morphological word
  • The word (e.g. big) in terms of form.
  • It is capable of realization in different substances, i.e., orthographically, phonologicallybig» or /big/), or even in sign language [x]. Reversely, it is the abstraction of the substance from a orthographic or phonological word which leaves only the form [x].
  • Inflection and derivation create (substance indepdently) morphological variants of a word, i.e., the many forms (substance independently) of a lexical word (see morphology). E.g. run, runs, ran, running are forms of the lexical word RUN, In isolating languages, lexical words appear only in one form.
  • The morphological classification of compound words [dtv]:
    (1) coordinated: copulative compound, or dvandva. E.g. in German: Strichpunkt.
    (2a) subordinated-endocentric: determinitive compound, or tatpurusa. E.g. in German: Besenstiel.
    (2b) subordinated-exocentric: possessiv compound, or bahuvrihi. E.g. in German: Dickkopf.
  • ?
     
    word [grammatical]: grammatical word, morphosyntactic word
    The minimal unit of grammatical analysis.
    1. A complex of morphemes with high grammatical cohesion, i.e., which (a) cannot be moved or stand alone and/or (b) into which no other morphemes can be inserted (e.g., «the» cannot be moved away from «the boy» and stand alone, but it can be separated: «the strong boy») [EML 206].
    2. Morphosyntactic word: A representation of a word in terms of its grammatical properties, e.g., (past tense of RUN) [x]. The morphosyntactic words (present tense of CUT), (praeteritum of CUT), (particip perfect of CUT) are all realized by the same substance word (word form) «cut» or /kAt/ [EML 200]. And (praeteritum of DREAM) has two alternative substance realizations: «dreamed» and «dreamt».
    ?
     
    word [lexical]: lexical word, aka lexeme(a)
    The word in terms of content relates to things, actions, and states in the world [x].
  • «[T]he unit of [the lexical] level is explicitly the lexeme, a unit consisting of semantic morphemes or grammatical-semantic morphemes. The lexical level has a bearing upon the meaning of lexical units, not upon their grammatical relationship so that this level excludes pure grammatical morphemes. We can say that the lexical level supplies the other levels with semantic material» [Mor 127].
  • It is «generally fitted into the flow of language through such mechanisms as affixation, suppletion, stress shift, and vowel change» [x]. These are the accidental forms of the lexical word, the essence [EML 201]. Reversely, the lexical word SING is an abstraction from the various forms sing, sings, sang, sung, singing. [x]. -> In isolating languages, lexical words do not appear in different forms.
    Morphological variations: the inflection «banks» of «bank» is considered a variant form of lexeme BANK whereas such derivatives as BANKER are considered separate lexemes [x]. Lexemes may morphologically be single words, parts of words («auto-», «-logy»), groups of words (the compound «blackbird» and the idiom «kick the bucket»), or shortened forms («flu» for influenza, «UK» for United Kingdom) [x].
  • Entries in the environment/ type assignment/ symbol table

    In some languages, like Pascal, keywords and identifiers (not strings) are case-insensitive. Here the function name SQRT can be represented by the orthographic words «sqrt», «Sqrt», «SqRt» or «SQRT», but also «sQrT», etc.

     
    word as a sign
    Traditional grammar is based on the assumption that words are the basic units of syntax and semantics [EML 412]. IOW, words were seen as composed of a `form' component and a `meaning' component. The word form is the form of a specific word(-sign) whether phonologic or orthographic [xrefer], IOW a word form is the word at the substance level. A content word has semantic content or meaning: Nouns, verbs, adjectives and adverbs [x]. An empty word / form word / function word has grammatical meaning, rather than lexical meaning [x]: Prepositions, auxiliary verbs, conjunctions, interjections, articles, etc. [x].
    In modern terms, influenced by semiotics, a word as a sign [KL ch4] has a syntactic component (form or significant) and a semantic component (content or signifié). The arbitrary relationship between form and content is determined by the language users by (implicit) convention. The users follow the conventions so that a communicated form is related consistently with a content.
    • Synonyms are words with different form but same content [EML 414]:
      Word(«freedom», the condition of being free) and Word(«liberty», the condition of being free)
    • A hyponym of a word (the hyperonym) is a word with a more specific content [EML 463]:
      Word(«tulip», tulip) is a hyponym of Word(«flower», flower)
      Word(«purple», purple) is a hyponym of Word(«red», red)
      Synonymy can be seen as symmetric hyponymy.
    • Homonyms are words with a different content (and different origin) that happend to have (developed to) the same form [EML 414]:
      Word(«bank», side of a river) and Word(«bank», financial institute)
      Word(«lead», leash) and Word(«lead», chemical element Pb) are ``homographs''
      Word(/mi:t/, meet) and Word(/mi:t/, meat) are ``homophons''
    • A polysemic word is one word with several alternative contents [EML 415] (presumably an originally unique content has been extended by generalization, analogies, metaphors, etc.):
      Word(«mouth», {the point where a stream issues into a larger body of water, the opening through which food is taken in and vocalizations emerge})
    On the language level, e.g., C, expressions 2 and 1+1 are synonyms (can be replaced in every context), but abs(-2) is not a synonym (unlike the previous two expressions, it is not a constant expression because it involves a function call).

    Synonymy, hyponymy are questions occuring in type checking: structural type equivalence = synonym; structural subtype = hyponym.

    Polysemy, eg. function overloading


    Ulf Schünemann 171001, 111101