Language Model and Sentence Structure Manipulations for Natural Language Applications Systems

Total Page:16

File Type:pdf, Size:1020Kb

Language Model and Sentence Structure Manipulations for Natural Language Applications Systems I Language Model and Sentence Structure Manipulations for / Natural Language Application Systems Zenshiro Kawasaki, Keiji Takida, and Masato Tajima Department of Intellectual Information Systems Toyama University 3190 Gofuku, Toyama 930-0887, Japan / {kawasaki, zakida, and Zajima}@ecs.Zoyama-u. ac. jp Abstract the CC representation format lead to a correspond- ing simplicity and uniformity in the CC structure This paper presents a language model and operation scheme, i.e., CC Manipulation Language its application to sentence structure manip- (CCML). / ulations for various natural language ap- plications including human-computer com- Another advantage of the CCM formalism is that munications. Building a working natural it allows inferential facilitiesto provide flexiblehu- language dialog systems requires the inte- man computer interactions for various natural lan- l gration of solutions to many of the impor- guage applications. For this purpose conceptual re- tant subproblems of natural language pro- lationships including synonymous and implicational cessing. In order to materialize any of these relations established among CFs are employed. Such / subproblems, handling of natural language knowledge-based operations axe under development expressions plays a central role; natural and will not be discussed in this paper. language manipulation facilities axe indis- In Section 2 we present the basic components of / pensable for any natural language dialog CCM, i.e,,the concept frame and the concept com- systems. Concept Compound Manipula- pound. Section 3 introduces the CC manipulation tion Language (CCML) proposed in this language; the major features of each manipulation paper is intended to provide a practical statement are explained with illustrative examples. l means to manipulate sentences by means Concluding observations axe drawn in Section 4. of formal uniform operations. 2 Concept Coupling Model / 1 Introduction Sentence structure manipulation facilitiessuch as 2.1 Concept Compound and Concept transformation, substitution, translation, etc., axe Frame indispensable for developing and maintaining natu- ral language application systems in which language It is assumed that each linguistic expression such structure operation plays an essential role. For this as a sentence or a phrase is mapped onto an ab- / reason structural manipulability is one of the most stract data structure called a concept compound important factors to be considered for designing a (CC) which encodes the syntactic and semantic in- sentence structure representation scheme, i.e.,a lan- formation corresponding to the linguisticexpression guage model. The situation can be compared to in question. The CC is realized as an instance of a database management systems; each system is based data structure called the concept frame (CF) which on a specific data model, and a data manipulation is defined for each conceptual unit, such as an entity, sublanguage designed for the data model is provided a property, a relation, or a proposition, and serves / to handle the data structure (Date, 1990). as a template for permissible CC structures. CFs In Concept Coupling Model (CCM) proposed in axe distinguished from one another by the syntactic this paper, the primitive building block is a Con- and semantic properties of the concepts they repre- / cept Frame (CF), which is defined for each phrasal sent, and axe assigned unique identifiers. CFs axe or sentential conceptual unit. The sentence analysis classified according to their syntactic categories as is carried out as a CF instantiation process, in which sentential, nominal, adjectival, and adverbial. The several CFs axe combined to form a Concept Com- CCM lexicon is a set of CFs; each entry of the lex- / pound (CC), a nested relational structure in which icon defines a CF. It should be noted that in this the syntactic and semantic properties of the sen- paper inflectional information attached to each CF definition is left out for simplicity. l tence are encoded. The simplicity and uniformity of Kawasaki, Takida and Tajima 281 Language Model and Sentence Structure Manipulations Zenshiro Kawasaki, Keiji Takida and Masato Tajima (1998) Language Model and Sentence Structure Manipulations for Natural Language Applications Systems. In D.M.W. Powers (ed.) NeMIazP3/CoNLL98 Workshop on Human Computer l Conversation, ACL, pp 281-286. I 2.2 Syntax The CC is an instantiated CF and is defined as shown in (3): In this section we define the syntax of the formal (3) C(H,R,A, description scheme for the CF and the CC, and ex- where the concept identifier C is used to indicate plain how it is interpreted. A CF is comprised of the root node of the CC and represents the ,whole four types of tokens. The first is the concept identi- CC structure (3), and H, R, and A are the head, I fier which is used to indicate the relation name of the role, and attribute slot respectively. The head slot CF structure. The second token is the key-phrase, H is occupied by the identifier of the C's head, i.e., which establishes the links between the CF and the C itself or the identifier of the C's component which I actual linguistic expressions. The third is a list of determines the essential properties of the C. The attribute values which characterize the syntactic and role slot R, which is absent in the corresponding CF semantic properties of the CF. Control codes for the definition, is filled in by a list of syntactic and se- CCM processing system may also be included in the mantic role names which are to be assigned to C list. The last token is the concept pattern which is in the concept coupling process described in Sec- a syntactic template to be matched to linguistic ex- tion 2.3. The last slot represents the C's structure, pressions. The overall structure of the CF is defined an instance of the concept pattern P of the corre- I as follows: sponding CF, and is occupied by the constituent list. (I) c(g, A, P), The members of the list, X1,X2,..., and Xn, are the where C and K are the concept identifier and the CCs corresponding to the immediate constituents key-phrase respectively, A represents a list of at- of C. The tail element M of the constituent list, l tribute values of the concept, and P is the concept which is absent in non-sentential CCs, has the form pattern which is a sequence of several terms: vari- md_(H,R,A, [M1, ..., Mini), where M1,...,Mm rep- ables, constants, and the symbol * which represents resent CCs which are associated with optional ad- I the key-phrase itself or one of its derivative expres- verbial modifiers. sions. The constant term is a word string. The vari- By way of example, the concept st'~ruCture corre- able term is accompanied by a set of codes which sponding to the sentence in (4a) is shown in (4b), represent the syntactic and semantic properties im- l which is an instance of the CF in (2). posed on a CF to be substituted for it. These codes, (4a) John broke the box yesterday. each of which is preceded by the symbol +, are classi- (4b) break010 fied into three categories: (a) constraints, (b) roles, (break010, I and (c) instruction codes to be used by the CCM 0, processing system. No reference is made to the se- [sent, dyn, fntcls, past, agr3s], quencing of these codes, i.e., the code names are [johnO060 I uniquely defined in the whole CCM code system. (johnO060, The CF associated with the word break in the [subj, agent], sense meant by John broke the box yesterday is [nomphr s, prop, hum, agr 3s, mascIn] , shown in (2): B), I (2) breakOl O('break', [sent, dyn, base], boxO0010 '$1(+nomphrs + hum + subj + agent) • (box00010, $2( +nomphrs + Chert + obj + patnt)'). [obj, patnt], In this example the identifier and the key-phrase are [the_, encrt, nomphr s, agr3s], breakOlO and break respectively. The attribute list 0), indicates that the syntactic category of this CF is md_ sertt(ential) and the semantic feature is dyn(amic). ([yeste010], The attribute base is a control code for the CCM [modyr], processing system, which will not be discussed fur- [advphr s, mo~, ther in this paper. The concept pattern of this CF [yeste010 corresponds to a subcategorization fraxae of the verb (yeste010, break. Besides the symbol • which represents the 0, key-phrase break or one of its derivatives, the pat- [advphrs, timeAdv], I tern includes two variable terms ($1 and $2), which I) 3) 3). are called the immediate constituents of the con- In (4b) three additional attributes, i.e., f(i)n(i)t(e- cept breakOlO. The appended attributes to these )cl(au)s(e), past, and agr(eement-)3(rd-person- variables impose conditions on the CFs substituted )s(ingular), which are absent in the CF definition, for them. For example, the first variable should be enter the attribute list of break010. Also note that matched to a CF which is a nom(inal-)phr(a)s(e) the constituent list of break010 contains an optional with the semantic feature hum(an), and the syntac- modifier component with the identifier rod_, which tic role subj(ect) and the semantic role agent are to does not have its counterpart in the corresponding be assigned to the instance of this variable. CF definition given in (2). l Kawasaki, Takida and Tajima 282 Language Model and Sentence Structure Manipulations I II 2.3 Concept Coupling Another important feature of the CC representa- tion is that structural transformation relations can As sketched in the last section, each linguistic ex- easily be established between CCs with different II pression such as a sentence or a phrase is mapped syntactic and semantic properties in tense, voice, onto an instance of a CF.
Recommended publications
  • Sentence Types and Functions
    San José State University Writing Center www.sjsu.edu/writingcenter Written by Sarah Andersen Sentence Types and Functions Choosing what types of sentences to use in an essay can be challenging for several reasons. The writer must consider the following questions: Are my ideas simple or complex? Do my ideas require shorter statements or longer explanations? How do I express my ideas clearly? This handout discusses the basic components of a sentence, the different types of sentences, and various functions of each type of sentence. What Is a Sentence? A sentence is a complete set of words that conveys meaning. A sentence can communicate o a statement (I am studying.) o a command (Go away.) o an exclamation (I’m so excited!) o a question (What time is it?) A sentence is composed of one or more clauses. A clause contains a subject and verb. Independent and Dependent Clauses There are two types of clauses: independent clauses and dependent clauses. A sentence contains at least one independent clause and may contain one or more dependent clauses. An independent clause (or main clause) o is a complete thought. o can stand by itself. A dependent clause (or subordinate clause) o is an incomplete thought. o cannot stand by itself. You can spot a dependent clause by identifying the subordinating conjunction. A subordinating conjunction creates a dependent clause that relies on the rest of the sentence for meaning. The following list provides some examples of subordinating conjunctions. after although as because before even though if since though when while until unless whereas Independent and Dependent Clauses Independent clause: When I go to the movies, I usually buy popcorn.
    [Show full text]
  • The Meaning of Language
    01:615:201 Introduction to Linguistic Theory Adam Szczegielniak The Meaning of Language Copyright in part: Cengage learning The Meaning of Language • When you know a language you know: • When a word is meaningful or meaningless, when a word has two meanings, when two words have the same meaning, and what words refer to (in the real world or imagination) • When a sentence is meaningful or meaningless, when a sentence has two meanings, when two sentences have the same meaning, and whether a sentence is true or false (the truth conditions of the sentence) • Semantics is the study of the meaning of morphemes, words, phrases, and sentences – Lexical semantics: the meaning of words and the relationships among words – Phrasal or sentential semantics: the meaning of syntactic units larger than one word Truth • Compositional semantics: formulating semantic rules that build the meaning of a sentence based on the meaning of the words and how they combine – Also known as truth-conditional semantics because the speaker’ s knowledge of truth conditions is central Truth • If you know the meaning of a sentence, you can determine under what conditions it is true or false – You don’ t need to know whether or not a sentence is true or false to understand it, so knowing the meaning of a sentence means knowing under what circumstances it would be true or false • Most sentences are true or false depending on the situation – But some sentences are always true (tautologies) – And some are always false (contradictions) Entailment and Related Notions • Entailment: one sentence entails another if whenever the first sentence is true the second one must be true also Jack swims beautifully.
    [Show full text]
  • Against Logical Form
    Against logical form Zolta´n Gendler Szabo´ Conceptions of logical form are stranded between extremes. On one side are those who think the logical form of a sentence has little to do with logic; on the other, those who think it has little to do with the sentence. Most of us would prefer a conception that strikes a balance: logical form that is an objective feature of a sentence and captures its logical character. I will argue that we cannot get what we want. What are these extreme conceptions? In linguistics, logical form is typically con- ceived of as a level of representation where ambiguities have been resolved. According to one highly developed view—Chomsky’s minimalism—logical form is one of the outputs of the derivation of a sentence. The derivation begins with a set of lexical items and after initial mergers it splits into two: on one branch phonological operations are applied without semantic effect; on the other are semantic operations without phono- logical realization. At the end of the first branch is phonological form, the input to the articulatory–perceptual system; and at the end of the second is logical form, the input to the conceptual–intentional system.1 Thus conceived, logical form encompasses all and only information required for interpretation. But semantic and logical information do not fully overlap. The connectives “and” and “but” are surely not synonyms, but the difference in meaning probably does not concern logic. On the other hand, it is of utmost logical importance whether “finitely many” or “equinumerous” are logical constants even though it is hard to see how this information could be essential for their interpretation.
    [Show full text]
  • Intro to Linguistics – Syntax 1 Jirka Hana – November 7, 2011
    Intro to Linguistics – Syntax 1 Jirka Hana – November 7, 2011 Overview of topics • What is Syntax? • Part of Speech • Phrases, Constituents & Phrase Structure Rules • Ambiguity • Characteristics of Phrase Structure Rules • Valency 1 What to remember and understand: Syntax, difference between syntax and semantics, open/closed class words, all word classes (and be able to distinguish them based on morphology and syntax) Subject, object, case, agreement. 1 What is Syntax? Syntax – the part of linguistics that studies sentence structure: • word order: I want these books. *want these I books. • agreement – subject and verb, determiner and noun, . often must agree: He wants this book. *He want this book. I want these books. *I want this books. • How many complements, which prepositions and forms (cases): I give Mary a book. *I see Mary a book. I see her. *I see she. • hierarchical structure – what modifies what We need more (intelligent leaders). (more of intelligent leaders) We need (more intelligent) leaders. (leaders that are more intelligent) • etc. Syntax is not about meaning! Sentences can have no sense and still be grammatically correct: Colorless green ideas sleep furiously. – nonsense, but grammatically correct *Sleep ideas colorless furiously green. – grammatically incorrect Syntax: From Greek syntaxis from syn (together) + taxis (arrangement). Cf. symphony, synonym, synthesis; taxonomy, tactics 1 2 Parts of Speech • Words in a language behave differently from each other. • But not each word is entirely different from all other words in that language. ⇒ Words can be categorized into parts of speech (lexical categories, word classes) based on their morphological, syntactic and semantic properties. Note that there is a certain amount of arbitrariness in any such classification.
    [Show full text]
  • What Is a Speech Act? 1 2
    WHAT IS A SPEECH ACT? 1 2 What is a Speech Act? John Searle I. Introduction n a typical speech situation involving a speaker, a hearer, and an utterance by the speaker, there are many kinds of acts associated with Ithe speaker’s utterance. The speaker will characteristically have moved his jaw and tongue and made noises. In addition, he will characteristically have performed some acts within the class which includes informing or irritating or boring his hearers; he will further characteristically have performed acts within the class which includes referring to Kennedy or Khrushchev or the North Pole; and he will also have performed acts within the class which includes making statements, asking questions, issuing commands, giving reports, greeting, and warning. The members of this last class are what Austin1 called illocutionary acts and it is with this class that I shall be concerned in this paper, so the paper might have been called ‘What is an Illocutionary Act?’ I do not attempt to defi ne the expression ‘illocutionary act’, although if my analysis of a particular illocutionary act succeeds it may provide the basis for a defi nition. Some of the English verbs and verb phrases associated with illocutionary acts are: state, assert, describe, warn, remark, comment, command, order, request, criticize, apologize, censure, approve, welcome, promise, express approval, and express regret. Austin claimed that there were over a thousand such expressions in English. By way of introduction, perhaps I can say why I think it is of interest and importance in the philosophy of language to study speech acts, or, as they are sometimes called, language acts or linguistic acts.
    [Show full text]
  • Anti-Metaphysics: 1. Agnosticism (Qv). 2. Logical Positivism (See Scientific Empiricism (1))
    Anti-metaphysics: 1. Agnosticism (q.v.). 2. Logical Positivism (see Scientific Empiricism (1)) holds that those metaphysical statements which are not confirmable by experiences (see Verification 4, 5) have no cognitive meaning and hence are pseudo-statements (see Meaning, Kinds of, 1, 5). — R.C. Basic Sentences, Protocol Sentences: Sentences formulating the result of observations or perceptions or other experiences, furnishing the basis for empirical verification or confirmation (see Verification). Some philosophers take sentences concerning observable properties of physical things as basic sentences, others take sentences concerning sense-data or perceptions. The sentences of the latter kind are regarded by some philosophers as completely verifiable, while others believe that all factual sentences can be confirmed only to some degree. See Scientific Empiricism. — R.C. Formal: l. In the traditional use: valid independently of the specific subject-matter; having a merely logical meaning (see Meaning, Kinds of, 3). 2. Narrower sense, in modern logic: independent of, without reference to meaning (compare Semiotic, 3). — R.C. Intersubjective: Used and understood by, or valid for different subjects. Especially, i. lan- guage, i. concepts, i. knowledge, i. confirmability (see Verification). The i. character of science is especially emphasized by Scientific Empiricism (g. v., 1 C). —R.C. Meaning, Kinds of: In semiotic (q. v.) several kinds of meaning, i.e. of the function of an expression in language and the content it conveys, are distinguished. 1. An expression (sen- tence) has cognitive (or theoretical, assertive) meaning, if it asserts something and hence is either true or false. In this case, it is called a cognitive sentence or (cognitive, genuine) statement; it has usually the form of a declarative sentence.
    [Show full text]
  • Clauses-And-Phrases-PUBLISHED-Fall-2017.Pdf
    The Learning Hub Clauses & Phrases Writing Handout Series Grammar, Mechanics, & Style When constructing sentences, writers will use different building blocks of clauses and phrases to construct varied sentences. This handout will review how those phrases and clauses are constructed and where they can be placed in a sentence. Clauses Dependent Clauses A dependent clause has a subject and a verb but does not express a complete idea and cannot stand alone as a simple sentence. The two clauses below do not express a complete idea because of the subordinator at the beginning of the clause. Subordinators are words that commonly used to make independent clauses dependent clauses that help a writer connect ideas together and explain the relationship between clauses. Common subordinators like after, although, because, before, once, since, though, unless, until, when, where, and while come at the beginning of the clause. Subordinator Verb Since it is going to rain soon Subject Common Subordinators After Before Since When Although Even though Then Where As Even if Though Whether Because If Until While Independent Clauses An independent clause has a subject and a verb, expresses a complete idea, and is a complete sentence. The soccer game was cancelled Subject Verb Independent clauses are also referred to as simple sentences or complete sentences. Combining Clauses When combining independent and dependent clauses, there is a simple rule to remember. If the dependent clause comes before the independent clause, there must be a comma that separates the two clauses. If the dependent clause comes after the independent clause, then no comma is needed.
    [Show full text]
  • Philosophy of Language in the Twentieth Century Jason Stanley Rutgers University
    Philosophy of Language in the Twentieth Century Jason Stanley Rutgers University In the Twentieth Century, Logic and Philosophy of Language are two of the few areas of philosophy in which philosophers made indisputable progress. For example, even now many of the foremost living ethicists present their theories as somewhat more explicit versions of the ideas of Kant, Mill, or Aristotle. In contrast, it would be patently absurd for a contemporary philosopher of language or logician to think of herself as working in the shadow of any figure who died before the Twentieth Century began. Advances in these disciplines make even the most unaccomplished of its practitioners vastly more sophisticated than Kant. There were previous periods in which the problems of language and logic were studied extensively (e.g. the medieval period). But from the perspective of the progress made in the last 120 years, previous work is at most a source of interesting data or occasional insight. All systematic theorizing about content that meets contemporary standards of rigor has been done subsequently. The advances Philosophy of Language has made in the Twentieth Century are of course the result of the remarkable progress made in logic. Few other philosophical disciplines gained as much from the developments in logic as the Philosophy of Language. In the course of presenting the first formal system in the Begriffsscrift , Gottlob Frege developed a formal language. Subsequently, logicians provided rigorous semantics for formal languages, in order to define truth in a model, and thereby characterize logical consequence. Such rigor was required in order to enable logicians to carry out semantic proofs about formal systems in a formal system, thereby providing semantics with the same benefits as increased formalization had provided for other branches of mathematics.
    [Show full text]
  • Learning to Map Sentences to Logical Form: Structured Classification with Probabilistic Categorial Grammars
    Learning to Map Sentences to Logical Form: Structured Classification with Probabilistic Categorial Grammars Luke S. Zettlemoyer and Michael Collins MIT CSAIL [email protected], [email protected] Abstract The training data in our approach consists of a set of sen- tences paired with logical forms, as in this example. This paper addresses the problem of mapping This is a particularly challenging problem because the natural language sentences to lambda–calculus derivation from each sentence to its logical form is not an- encodings of their meaning. We describe a learn- notated in the training data. For example, there is no di- ing algorithm that takes as input a training set of rect evidence that the word states in the sentence corre- sentences labeled with expressions in the lambda sponds to the predicate state in the logical form; in gen- calculus. The algorithm induces a grammar for eral there is no direct evidence of the syntactic analysis of the problem, along with a log-linear model that the sentence. Annotating entire derivations underlying the represents a distribution over syntactic and se- mapping from sentences to their semantics is highly labor- mantic analyses conditioned on the input sen- intensive. Rather than relying on full syntactic annotations, tence. We apply the method to the task of learn- we have deliberately formulated the problem in a way that ing natural language interfaces to databases and requires a relatively minimal level of annotation. show that the learned parsers outperform pre- vious methods in two benchmark database do- Our algorithm automatically induces a grammar that maps mains.
    [Show full text]
  • Passmore, J. (1967). Logical Positivism. in P. Edwards (Ed.). the Encyclopedia of Philosophy (Vol. 5, 52- 57). New York: Macmillan
    Passmore, J. (1967). Logical Positivism. In P. Edwards (Ed.). The Encyclopedia of Philosophy (Vol. 5, 52- 57). New York: Macmillan. LOGICAL POSITIVISM is the name given in 1931 by A. E. Blumberg and Herbert Feigl to a set of philosophical ideas put forward by the Vienna circle. Synonymous expressions include "consistent empiricism," "logical empiricism," "scientific empiricism," and "logical neo-positivism." The name logical positivism is often, but misleadingly, used more broadly to include the "analytical" or "ordinary language philosophies developed at Cambridge and Oxford. HISTORICAL BACKGROUND The logical positivists thought of themselves as continuing a nineteenth-century Viennese empirical tradition, closely linked with British empiricism and culminating in the antimetaphysical, scientifically oriented teaching of Ernst Mach. In 1907 the mathematician Hans Hahn, the economist Otto Neurath, and the physicist Philipp Frank, all of whom were later to be prominent members of the Vienna circle, came together as an informal group to discuss the philosophy of science. They hoped to give an account of science which would do justice -as, they thought, Mach did not- to the central importance of mathematics, logic, and theoretical physics, without abandoning Mach's general doctrine that science is, fundamentally, the description of experience. As a solution to their problems, they looked to the "new positivism" of Poincare; in attempting to reconcile Mach and Poincare; they anticipated the main themes of logical positivism. In 1922, at the instigation of members of the "Vienna group," Moritz Schlick was invited to Vienna as professor, like Mach before him (1895-1901), in the philosophy of the inductive sciences. Schlick had been trained as a scientist under Max Planck and had won a name for himself as an interpreter of Einstein's theory of relativity.
    [Show full text]
  • “The Principle Features of English Pragmatics in Applied Linguistics”
    Advances in Language and Literary Studies ISSN: 2203-4714 www.alls.aiac.org.au “The principle features of English Pragmatics in applied linguistics” Ali Siddiqui* English Language Development Centre (ELDC), Mehran University of Engineering and Technology (MUET), Jamshoro, Sindh, Pakistan Corresponding Author: Ali Siddiqui, E-mail: [email protected] ARTICLE INFO ABSTRACT Article history Pragmatics is a major study of linguistics that defines the hidden meanings of a writer and speaker Received: December 18, 2017 towards the conjoining effort of linguistic form. It is stated along with its user. Within pragmatics Accepted: March 06, 2018 the importance is usually given to a contextual meaning, where every other meaning of given Published: April 30, 2018 context is referred to speaker as well as writer that wishes to state something. Therefore, the Volume: 9 Issue: 2 field of Pragmatics helps to deal with speaker’s intended meaning. It is the scope of pragmatics Advance access: March 2018 that shows some of linguistic relating terms. They are often stated as utterances, which are informative contribution through physical or real utterance of the meaning, uses of word, structure and setting of the conversations. The second is a speech act that focuses on what the Conflicts of interest: None writer and the speaker wants to say to someone. So in this way, the major purpose of pragmatics Funding: None is engaged with addressor’s intended words to communicate with the addressee. Key words: Speech Acts, Maxims, Politeness, Deixis, Positive Face, Negative Face INTRODUCTION wants to convey the contextual meaning towards the hearer Communication is one of the simplest functions regarding according to provided situation.
    [Show full text]
  • Linguistics 101 Theoretical Syntax Theoretical Syntax
    Linguistics 101 Theoretical Syntax Theoretical Syntax • When constructing sentences, our brains do a lot of work ‘behind the scenes’. • Syntactic theories attempt to discover these hidden processes. • While languages differ a lot on the surface, they are very similar in what goes on ‘behind the scenes’. • The following slides will introduce the type of work done in theoretical syntax. Theoretical Syntax • Recall: English has: • VP (verb phrase) with a V head. • PP (prepositional phrase) with a P head. • NP (noun phrase) with a N head. • CP (complementizer phrase) with a C head. • I will show that English also has TP (tense phrase) with a T head. • I will also show that morphemes can ‘move’ from one position to another. Tense • Tense is sometimes shown on the main verb. • I walk, he walks (present) • I walked (past) Tense • Tense is sometimes shown as a separate word. • I will walk (future) • I don’t walk (present with negation) • I didn’t walk (past with negation) • I do walk (present with emphasis) • I did walk (past with emphasis) • I am walking (present progressive) • I was walking (past progressive) • Did you walk (past question) • Do you walk (present question) Tense • In many languages, ‘tense’ is always in the same position. • Could English ‘tense’ also always be in the same position? Tense Phrase ‘He walked.’ Tense Phrase • The verb gets tense by ‘moving’. Tense Phrase `He will walk.’ • ‘will’ indicates a tense, so it can start in T. Evidence • Is there any evidence supporting a ‘tense’ phrase and movement of the verb into ‘tense’? • negation • yes/no questions • We will also see further evidence that things ‘move’.
    [Show full text]