Constituency, Trees, Context-free Grammar

Size: px
Start display at page:

Download "Constituency, Trees, Context-free Grammar"

Transcription

1 Constituency, Trees, Context-free Grammar Weiwei Sun Institute of Computer Science and Technology Peking University March 18, 2015

2 Administration Grading: Regular attendance of the lectures is required 3 4 assignments Mid-term project Take-home exam Bibliography Andrew Carnie. Syntax: A Generative Introduction Mary Dalrymple. Lexical Functional Grammar Course website wsun106@163.com Weiwei Sun Constituency, Trees, Context-free Grammar 2/26

3 Outline Introduction Constituency, Trees Context-free Grammar Weiwei Sun Constituency, Trees, Context-free Grammar 3/26

4 What is this course about? What aspects of language should be the focus of our linguistic study? Theory of Language Structure Structural properties of natural languages Theory of Language Acquisition How children acquire their native language(s) Theory of Language Use How linguistic and nonlinguistic knowledge interact in speech comprehension and production. Developing a theory of language structure is prior to the other two. phonetics, phonology, morphology, syntax, semantics, pragmatics,... How words are organized into phrases and sentences. Weiwei Sun Constituency, Trees, Context-free Grammar 3/26

5 Syntax: What does it mean? We can view syntax/syntactic theory in a number of ways, two of which are the following: Psychological model: syntactic structures correspond to what is in the heads of speakers and hearers Computational model: syntactic structures are formal objects which can be mathematically treated/manipulated Syntax attempts to capture the nature of rules with which we generate strings of those words (weak generative power) structures which license strings of those words (strong generative power) Weiwei Sun Constituency, Trees, Context-free Grammar 4/26

6 The Generative Revolution Some History Writings on grammar go back at least 3000 years Ferdinand de Saussure Towards modern syntax Structuralism (1920s-30s): Bloomfield Distributionalism (1950s): Hockett, Harris Categorial grammar (1930s): Adjukiewicz Dependency grammar (1930s): Tesnière Noam Chomsky s work in the 1950s radically changed linguistics, making syntax central. The theory we will study is in the tradition started by Chomsky, but diverges from his work in many ways. Weiwei Sun Constituency, Trees, Context-free Grammar 5/26

7 The Generative Revolution Main Tenets of Generative Grammar Grammars should be formulated precisely and explicitly. Grammars must be tested against invented data, not just attested examples. The theory of grammar is a theory of human linguistic abilities. Chomsky (Syntactic Structures) By pushing a precise but inadequate formulation to an unacceptable conclusion, we can often expose the exact source of this inadequacy and, consequently, gain a deeper understanding of the linguistic data. [...] Obscure and intuition-bound notions can neither lead to absurd conclusions nor provide new and correct ones, [...] Weiwei Sun Constituency, Trees, Context-free Grammar 6/26

8 Generative Grammar Aspects of the Theory of Syntax A grammar of a language purports to be a description of the ideal speaker-hearer s intrinsic competence. If the grammar is, furthermore, perfectly explicit in other words, if it does not rely on the intelligence of the understanding reader but rather provides an explicit analysis of his contribution we may (somewhat redundantly) call it a generative grammar. Weiwei Sun Constituency, Trees, Context-free Grammar 7/26

9 Generative Grammar Chomsky s Syntactic Structures Main task for linguist: separate grammatical from ungrammatical strings Two issues: How to define grammatical strings? Corpus-based or statistical methods fail because of the creative nature of language Grammaticality cannot be determined by meaningfulness His proposed method: native speaker judgments What kind of system can describe all grammatical strings of a language? It must consist of a finite set of rules be descriptively adequate be explanatory Weiwei Sun Constituency, Trees, Context-free Grammar 8/26

10 Descriptive Adequacy Some researchers try to explain the underlying mechanisms, but we are most concerned with being able to describe linguistic phenomena, ideally: Providing accurate structural descriptions for well-formed sentences Giving an explicit encoding of a language Approaching broad coverage, i.e., aiming to describe all of the well-formed sentences possible in a language Weiwei Sun Constituency, Trees, Context-free Grammar 9/26

11 Adequacy of a Linguistic Theory How to test whether a linguistic theory is adequate? Can it account for all of the data? Can it account for the data in an elegant, straightforward way, or does it lead to extreme complexity? Can the same system be used to construct grammars for all languages? Weiwei Sun Constituency, Trees, Context-free Grammar 10/26

12 Precise Encoding Mathematical formalism Formal ways to generate sets of strings or structures Precisely define: elementary structures ways of combining those structures Weiwei Sun Constituency, Trees, Context-free Grammar 11/26

13 Family Tree of Syntactic Theories Early Transformational Grammar ( ) Standard Theory TG ( ) Extended ST ( ) Generative Semantics ( ) Revised EST ( ) GB ( ) Minimal Program (1993-present) GPSG ( ) HPSG (1986-present) Realistic TG ( ) LFG (1980-present) Weiwei Sun Constituency, Trees, Context-free Grammar 12/26

14 Course schedule Context-free Grammar Government and Binding Structural relations X-bar theory Constraining X-bar theory: Lexicon Movement Lexical Functional Grammar Functional structure Constituent structure Syntactic correspondences Long-distance dependencies Coordination Tree-Adjoining Grammar Head-driven Phrase-Structure Grammar Combinatory Categorial Grammar Weiwei Sun Constituency, Trees, Context-free Grammar 13/26

15 Quote Edward Sapir All grammars leak! Weiwei Sun Constituency, Trees, Context-free Grammar 14/26

16 Outline Introduction Constituency, Trees Context-free Grammar Weiwei Sun Constituency, Trees, Context-free Grammar 15/26

17 Immediate Constituent Analysis L. Bloomfield N. Chomsky A constituent is a word or a group of words that functions as a single unit within a hierarchical structure. Immediate Constituent Analysis divides up a sentence into major parts or immediate constituents, and these constituents are in turn divided into further immediate constituents Weiwei Sun Constituency, Trees, Context-free Grammar 15/26

18 Constituency Test Replacement If a group of words can be replaced with a single word, Stand Alone If a group of words can stand alone in response to a question, Movement If a group of words can be moved around in the sentence, Coordination If you can coordinate a group of words with a similar group of words, Sometimes, constituency tests fail! Weiwei Sun Constituency, Trees, Context-free Grammar 16/26

19 Syntactic Category We would like some way to say that two groups of words are of the same type. For this, we will talk about different categories. Lexical category (Part-of-speech) How a word is going to function in a sentence? Phrasal category How to determine part-of-speech? Distributional Criteria Morphological distribution Syntactic distribution How to determine phrasal category? Weiwei Sun Constituency, Trees, Context-free Grammar 17/26

20 Phrase-structure Tree The result of IC-analysis is often presented as a phrase-structure tree that reveals the hierarchical immediate constituent structure of the sentence. Example TP NP VP D AdjP N V NP The AdvP boy kissed D N Adv Adj the platypus very small Weiwei Sun Constituency, Trees, Context-free Grammar 18/26

21 How to Draw a Tree Bottom-up Identify the parts-of-speech. Identify what modifies what. Start linking together items that modify one another. Determine the phrasel categories. Keep applying the rules until you have attached all the modifiers to the modified constituents. How to perform a top-down procedure? Weiwei Sun Constituency, Trees, Context-free Grammar 19/26

22 Outline Introduction Constituency, Trees Context-free Grammar Weiwei Sun Constituency, Trees, Context-free Grammar 20/26

23 Context-free Phrase-structure Grammar A context-free phrase-structure grammar provides a simple and mathematically precise mechanism for describing the methods by which phrases in some natural language are built from smaller blocks. The block structure of sentences is captured in a natural way. The basic recursive structure of sentences is described exactly. Weiwei Sun Constituency, Trees, Context-free Grammar 20/26

24 Phrase Structure Grammar The formalism of context-free grammars was developed in the mid-1950s by Noam Chomsky. Phrase structure grammars are also known as constituency grammars. There are probably languages that cannot be described by a context-free grammar (CFG) Shown in the 1980s to be correct, for at least for Swiss German English may be within the descriptive power of a CFG But there may be other reasons beyond formal power to reject CFGs for representing natural languages... Account for the tree-like structure that sentences have. Weiwei Sun Constituency, Trees, Context-free Grammar 21/26

25 Definition of Context-free Grammars Four components in a grammatical description of a language: 1. A finite set of symbols that form the strings of a language. We call this alphabet the terminals or terminal symbols. In terms of syntactic analysis, this alphabet is the lexicon. 2. A finite set of variables, also called nonterminals or syntactic categories. Each variable represents a class of strings, i.e., a set of strings. 3. START symbol: One of the variables represents the language being defined. Other variables represent auxiliary classes of strings that are used to help define the language. 4. A finite set of productions or rules that represent the recursive definition of a language. Each production consists of: 4.1 A variable h 4.2 The production symbol 4.3 A string of zero or more terminals and variables. This string represents one way to form strings in the class of h. Leave terminals unchanged Substitute each variable with any string in it. Weiwei Sun Constituency, Trees, Context-free Grammar 22/26

26 Definition of Context-free Grammars The four components form a context-free grammar. We represent a CFG G by its four components, G = (V, T, P, S). 1. V : variables 2. T : terminals 3. P : productions 4. S: START Weiwei Sun Constituency, Trees, Context-free Grammar 23/26

27 An Example 1. V = {S, NP, V P, ADV P } {NN, AD, V V } 2. T = { 警察, 正在, 详细, 调查, 事故, 原因 } 3. P S NP, V P V P ADV P, V P V P V V, NP NP NN, NN NP NN 4. S NN 警察 NN 原因 AD 详细 NN 事故 AD 正在 V V 调查 Weiwei Sun Constituency, Trees, Context-free Grammar 24/26

28 An Example 1. V = {S, NP, V P, ADV P } {NN, AD, V V } 2. T = { 警察, 正在, 详细, 调查, 事故, 原因 } 3. P S NP, V P V P ADV P, V P V P V V, NP NP NN, NN NP NN 4. S NN 警察 NN 原因 AD 详细 NN 事故 AD 正在 V V 调查 Derivations We can infer the structure of a string. We can define the language of a grammar by applying the productions. S NP, V P NN, V P 警察, V P... Weiwei Sun Constituency, Trees, Context-free Grammar 24/26

29 An Example 1. V = {S, NP, V P, ADV P } {NN, AD, V V } 2. T = { 警察, 正在, 详细, 调查, 事故, 原因 } 3. P S NP, V P V P ADV P, V P V P V V, NP NP NN, NN NP NN 4. S NN 警察 NN 原因 AD 详细 NN 事故 AD 正在 V V 调查 Derivations We can infer the structure of a string. We can define the language of a grammar by applying the productions. S NP, V P NN, V P 警察, V P... S NP NN 警察 VV 调查 VP NN 原因 Weiwei Sun Constituency, Trees, Context-free Grammar 24/26

30 An Example S S S NP VP NP VP NP VP NN ADVP VP NN ADVP VP NN VV NN 警察 AD VV NN 警察 AD VV NN 警察 调查 原因 正在 调查 原因 S 详细 调查 原因 S NP VP NP VP NN ADVP VP NN ADVP VP 警察 AD ADVP VP 警察 AD VV NP 正在 AD VV NP 正在 调查 NN NN 详细 调查 NN NN 事故 原因 事故 原因 Weiwei Sun Constituency, Trees, Context-free Grammar 25/26

31 Reading Chap. 3. Syntax: A Generative Introduction. * Chap. 1. Aspects of the Theory of Syntax. Weiwei Sun Constituency, Trees, Context-free Grammar 26/26

CS 598 Natural Language Processing

CS 598 Natural Language Processing CS 598 Natural Language Processing Natural language is everywhere Natural language is everywhere Natural language is everywhere Natural language is everywhere!"#$%&'&()*+,-./012 34*5665756638/9:;< =>?@ABCDEFGHIJ5KL@

More information

A Minimalist Approach to Code-Switching. In the field of linguistics, the topic of bilingualism is a broad one. There are many

A Minimalist Approach to Code-Switching. In the field of linguistics, the topic of bilingualism is a broad one. There are many Schmidt 1 Eric Schmidt Prof. Suzanne Flynn Linguistic Study of Bilingualism December 13, 2013 A Minimalist Approach to Code-Switching In the field of linguistics, the topic of bilingualism is a broad one.

More information

Syntax Parsing 1. Grammars and parsing 2. Top-down and bottom-up parsing 3. Chart parsers 4. Bottom-up chart parsing 5. The Earley Algorithm

Syntax Parsing 1. Grammars and parsing 2. Top-down and bottom-up parsing 3. Chart parsers 4. Bottom-up chart parsing 5. The Earley Algorithm Syntax Parsing 1. Grammars and parsing 2. Top-down and bottom-up parsing 3. Chart parsers 4. Bottom-up chart parsing 5. The Earley Algorithm syntax: from the Greek syntaxis, meaning setting out together

More information

ENGBG1 ENGBL1 Campus Linguistics. Meeting 2. Chapter 7 (Morphology) and chapter 9 (Syntax) Pia Sundqvist

ENGBG1 ENGBL1 Campus Linguistics. Meeting 2. Chapter 7 (Morphology) and chapter 9 (Syntax) Pia Sundqvist Meeting 2 Chapter 7 (Morphology) and chapter 9 (Syntax) Today s agenda Repetition of meeting 1 Mini-lecture on morphology Seminar on chapter 7, worksheet Mini-lecture on syntax Seminar on chapter 9, worksheet

More information

Informatics 2A: Language Complexity and the. Inf2A: Chomsky Hierarchy

Informatics 2A: Language Complexity and the. Inf2A: Chomsky Hierarchy Informatics 2A: Language Complexity and the Chomsky Hierarchy September 28, 2010 Starter 1 Is there a finite state machine that recognises all those strings s from the alphabet {a, b} where the difference

More information

Introduction to HPSG. Introduction. Historical Overview. The HPSG architecture. Signature. Linguistic Objects. Descriptions.

Introduction to HPSG. Introduction. Historical Overview. The HPSG architecture. Signature. Linguistic Objects. Descriptions. to as a linguistic theory to to a member of the family of linguistic frameworks that are called generative grammars a grammar which is formalized to a high degree and thus makes exact predictions about

More information

An Introduction to the Minimalist Program

An Introduction to the Minimalist Program An Introduction to the Minimalist Program Luke Smith University of Arizona Summer 2016 Some findings of traditional syntax Human languages vary greatly, but digging deeper, they all have distinct commonalities:

More information

Parsing of part-of-speech tagged Assamese Texts

Parsing of part-of-speech tagged Assamese Texts IJCSI International Journal of Computer Science Issues, Vol. 6, No. 1, 2009 ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 28 Parsing of part-of-speech tagged Assamese Texts Mirzanur Rahman 1, Sufal

More information

Constraining X-Bar: Theta Theory

Constraining X-Bar: Theta Theory Constraining X-Bar: Theta Theory Carnie, 2013, chapter 8 Kofi K. Saah 1 Learning objectives Distinguish between thematic relation and theta role. Identify the thematic relations agent, theme, goal, source,

More information

Proof Theory for Syntacticians

Proof Theory for Syntacticians Department of Linguistics Ohio State University Syntax 2 (Linguistics 602.02) January 5, 2012 Logics for Linguistics Many different kinds of logic are directly applicable to formalizing theories in syntax

More information

Grammars & Parsing, Part 1:

Grammars & Parsing, Part 1: Grammars & Parsing, Part 1: Rules, representations, and transformations- oh my! Sentence VP The teacher Verb gave the lecture 2015-02-12 CS 562/662: Natural Language Processing Game plan for today: Review

More information

Case government vs Case agreement: modelling Modern Greek case attraction phenomena in LFG

Case government vs Case agreement: modelling Modern Greek case attraction phenomena in LFG Case government vs Case agreement: modelling Modern Greek case attraction phenomena in LFG Dr. Kakia Chatsiou, University of Essex achats at essex.ac.uk Explorations in Syntactic Government and Subcategorisation,

More information

Basic Parsing with Context-Free Grammars. Some slides adapted from Julia Hirschberg and Dan Jurafsky 1

Basic Parsing with Context-Free Grammars. Some slides adapted from Julia Hirschberg and Dan Jurafsky 1 Basic Parsing with Context-Free Grammars Some slides adapted from Julia Hirschberg and Dan Jurafsky 1 Announcements HW 2 to go out today. Next Tuesday most important for background to assignment Sign up

More information

Derivational: Inflectional: In a fit of rage the soldiers attacked them both that week, but lost the fight.

Derivational: Inflectional: In a fit of rage the soldiers attacked them both that week, but lost the fight. Final Exam (120 points) Click on the yellow balloons below to see the answers I. Short Answer (32pts) 1. (6) The sentence The kinder teachers made sure that the students comprehended the testable material

More information

1/20 idea. We ll spend an extra hour on 1/21. based on assigned readings. so you ll be ready to discuss them in class

1/20 idea. We ll spend an extra hour on 1/21. based on assigned readings. so you ll be ready to discuss them in class If we cancel class 1/20 idea We ll spend an extra hour on 1/21 I ll give you a brief writing problem for 1/21 based on assigned readings Jot down your thoughts based on your reading so you ll be ready

More information

Natural Language Processing. George Konidaris

Natural Language Processing. George Konidaris Natural Language Processing George Konidaris gdk@cs.brown.edu Fall 2017 Natural Language Processing Understanding spoken/written sentences in a natural language. Major area of research in AI. Why? Humans

More information

Control and Boundedness

Control and Boundedness Control and Boundedness Having eliminated rules, we would expect constructions to follow from the lexical categories (of heads and specifiers of syntactic constructions) alone. Combinatory syntax simply

More information

Theoretical Syntax Winter Answers to practice problems

Theoretical Syntax Winter Answers to practice problems Linguistics 325 Sturman Theoretical Syntax Winter 2017 Answers to practice problems 1. Draw trees for the following English sentences. a. I have not been running in the mornings. 1 b. Joel frequently sings

More information

Authors note Chapter One Why Simpler Syntax? 1.1. Different notions of simplicity

Authors note Chapter One Why Simpler Syntax? 1.1. Different notions of simplicity Authors note: This document is an uncorrected prepublication version of the manuscript of Simpler Syntax, by Peter W. Culicover and Ray Jackendoff (Oxford: Oxford University Press. 2005). The actual published

More information

"f TOPIC =T COMP COMP... OBJ

f TOPIC =T COMP COMP... OBJ TREATMENT OF LONG DISTANCE DEPENDENCIES IN LFG AND TAG: FUNCTIONAL UNCERTAINTY IN LFG IS A COROLLARY IN TAG" Aravind K. Joshi Dept. of Computer & Information Science University of Pennsylvania Philadelphia,

More information

LING 329 : MORPHOLOGY

LING 329 : MORPHOLOGY LING 329 : MORPHOLOGY TTh 10:30 11:50 AM, Physics 121 Course Syllabus Spring 2013 Matt Pearson Office: Vollum 313 Email: pearsonm@reed.edu Phone: 7618 (off campus: 503-517-7618) Office hrs: Mon 1:30 2:30,

More information

Developing a TT-MCTAG for German with an RCG-based Parser

Developing a TT-MCTAG for German with an RCG-based Parser Developing a TT-MCTAG for German with an RCG-based Parser Laura Kallmeyer, Timm Lichte, Wolfgang Maier, Yannick Parmentier, Johannes Dellert University of Tübingen, Germany CNRS-LORIA, France LREC 2008,

More information

Basic Syntax. Doug Arnold We review some basic grammatical ideas and terminology, and look at some common constructions in English.

Basic Syntax. Doug Arnold We review some basic grammatical ideas and terminology, and look at some common constructions in English. Basic Syntax Doug Arnold doug@essex.ac.uk We review some basic grammatical ideas and terminology, and look at some common constructions in English. 1 Categories 1.1 Word level (lexical and functional)

More information

11/29/2010. Statistical Parsing. Statistical Parsing. Simple PCFG for ATIS English. Syntactic Disambiguation

11/29/2010. Statistical Parsing. Statistical Parsing. Simple PCFG for ATIS English. Syntactic Disambiguation tatistical Parsing (Following slides are modified from Prof. Raymond Mooney s slides.) tatistical Parsing tatistical parsing uses a probabilistic model of syntax in order to assign probabilities to each

More information

The Strong Minimalist Thesis and Bounded Optimality

The Strong Minimalist Thesis and Bounded Optimality The Strong Minimalist Thesis and Bounded Optimality DRAFT-IN-PROGRESS; SEND COMMENTS TO RICKL@UMICH.EDU Richard L. Lewis Department of Psychology University of Michigan 27 March 2010 1 Purpose of this

More information

Minimalism is the name of the predominant approach in generative linguistics today. It was first

Minimalism is the name of the predominant approach in generative linguistics today. It was first Minimalism Minimalism is the name of the predominant approach in generative linguistics today. It was first introduced by Chomsky in his work The Minimalist Program (1995) and has seen several developments

More information

Compositional Semantics

Compositional Semantics Compositional Semantics CMSC 723 / LING 723 / INST 725 MARINE CARPUAT marine@cs.umd.edu Words, bag of words Sequences Trees Meaning Representing Meaning An important goal of NLP/AI: convert natural language

More information

Context Free Grammars. Many slides from Michael Collins

Context Free Grammars. Many slides from Michael Collins Context Free Grammars Many slides from Michael Collins Overview I An introduction to the parsing problem I Context free grammars I A brief(!) sketch of the syntax of English I Examples of ambiguous structures

More information

Accurate Unlexicalized Parsing for Modern Hebrew

Accurate Unlexicalized Parsing for Modern Hebrew Accurate Unlexicalized Parsing for Modern Hebrew Reut Tsarfaty and Khalil Sima an Institute for Logic, Language and Computation, University of Amsterdam Plantage Muidergracht 24, 1018TV Amsterdam, The

More information

Prediction of Maximal Projection for Semantic Role Labeling

Prediction of Maximal Projection for Semantic Role Labeling Prediction of Maximal Projection for Semantic Role Labeling Weiwei Sun, Zhifang Sui Institute of Computational Linguistics Peking University Beijing, 100871, China {ws, szf}@pku.edu.cn Haifeng Wang Toshiba

More information

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Cristina Vertan, Walther v. Hahn University of Hamburg, Natural Language Systems Division Hamburg,

More information

A Grammar for Battle Management Language

A Grammar for Battle Management Language Bastian Haarmann 1 Dr. Ulrich Schade 1 Dr. Michael R. Hieb 2 1 Fraunhofer Institute for Communication, Information Processing and Ergonomics 2 George Mason University bastian.haarmann@fkie.fraunhofer.de

More information

The presence of interpretable but ungrammatical sentences corresponds to mismatches between interpretive and productive parsing.

The presence of interpretable but ungrammatical sentences corresponds to mismatches between interpretive and productive parsing. Lecture 4: OT Syntax Sources: Kager 1999, Section 8; Legendre et al. 1998; Grimshaw 1997; Barbosa et al. 1998, Introduction; Bresnan 1998; Fanselow et al. 1999; Gibson & Broihier 1998. OT is not a theory

More information

Hindi Aspectual Verb Complexes

Hindi Aspectual Verb Complexes Hindi Aspectual Verb Complexes HPSG-09 1 Introduction One of the goals of syntax is to termine how much languages do vary, in the hope to be able to make hypothesis about how much natural languages can

More information

Enhancing Unlexicalized Parsing Performance using a Wide Coverage Lexicon, Fuzzy Tag-set Mapping, and EM-HMM-based Lexical Probabilities

Enhancing Unlexicalized Parsing Performance using a Wide Coverage Lexicon, Fuzzy Tag-set Mapping, and EM-HMM-based Lexical Probabilities Enhancing Unlexicalized Parsing Performance using a Wide Coverage Lexicon, Fuzzy Tag-set Mapping, and EM-HMM-based Lexical Probabilities Yoav Goldberg Reut Tsarfaty Meni Adler Michael Elhadad Ben Gurion

More information

Construction Grammar. University of Jena.

Construction Grammar. University of Jena. Construction Grammar Holger Diessel University of Jena holger.diessel@uni-jena.de http://www.holger-diessel.de/ Words seem to have a prototype structure; but language does not only consist of words. What

More information

THE INTERNATIONAL JOURNAL OF HUMANITIES & SOCIAL STUDIES

THE INTERNATIONAL JOURNAL OF HUMANITIES & SOCIAL STUDIES THE INTERNATIONAL JOURNAL OF HUMANITIES & SOCIAL STUDIES PRO and Control in Lexical Functional Grammar: Lexical or Theory Motivated? Evidence from Kikuyu Njuguna Githitu Bernard Ph.D. Student, University

More information

Program Matrix - Reading English 6-12 (DOE Code 398) University of Florida. Reading

Program Matrix - Reading English 6-12 (DOE Code 398) University of Florida. Reading Program Requirements Competency 1: Foundations of Instruction 60 In-service Hours Teachers will develop substantive understanding of six components of reading as a process: comprehension, oral language,

More information

Heads and history NIGEL VINCENT & KERSTI BÖRJARS The University of Manchester

Heads and history NIGEL VINCENT & KERSTI BÖRJARS The University of Manchester Heads and history NIGEL VINCENT & KERSTI BÖRJARS The University of Manchester Heads come in two kinds: lexical and functional. While the former are treated in a largely uniform way across theoretical frameworks,

More information

Dependency, licensing and the nature of grammatical relations *

Dependency, licensing and the nature of grammatical relations * UCL Working Papers in Linguistics 8 (1996) Dependency, licensing and the nature of grammatical relations * CHRISTIAN KREPS Abstract Word Grammar (Hudson 1984, 1990), in common with other dependency-based

More information

Intra-talker Variation: Audience Design Factors Affecting Lexical Selections

Intra-talker Variation: Audience Design Factors Affecting Lexical Selections Tyler Perrachione LING 451-0 Proseminar in Sound Structure Prof. A. Bradlow 17 March 2006 Intra-talker Variation: Audience Design Factors Affecting Lexical Selections Abstract Although the acoustic and

More information

Towards a Machine-Learning Architecture for Lexical Functional Grammar Parsing. Grzegorz Chrupa la

Towards a Machine-Learning Architecture for Lexical Functional Grammar Parsing. Grzegorz Chrupa la Towards a Machine-Learning Architecture for Lexical Functional Grammar Parsing Grzegorz Chrupa la A dissertation submitted in fulfilment of the requirements for the award of Doctor of Philosophy (Ph.D.)

More information

An Interactive Intelligent Language Tutor Over The Internet

An Interactive Intelligent Language Tutor Over The Internet An Interactive Intelligent Language Tutor Over The Internet Trude Heift Linguistics Department and Language Learning Centre Simon Fraser University, B.C. Canada V5A1S6 E-mail: heift@sfu.ca Abstract: This

More information

Feature-Based Grammar

Feature-Based Grammar 8 Feature-Based Grammar James P. Blevins 8.1 Introduction This chapter considers some of the basic ideas about language and linguistic analysis that define the family of feature-based grammars. Underlying

More information

Citation for published version (APA): Veenstra, M. J. A. (1998). Formalizing the minimalist program Groningen: s.n.

Citation for published version (APA): Veenstra, M. J. A. (1998). Formalizing the minimalist program Groningen: s.n. University of Groningen Formalizing the minimalist program Veenstra, Mettina Jolanda Arnoldina IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF if you wish to cite from

More information

Linguistics. Undergraduate. Departmental Honors. Graduate. Faculty. Linguistics 1

Linguistics. Undergraduate. Departmental Honors. Graduate. Faculty. Linguistics 1 Linguistics 1 Linguistics Matthew Gordon, Chair Interdepartmental Program in the College of Arts and Science 223 Tate Hall (573) 882-6421 gordonmj@missouri.edu Kibby Smith, Advisor Office of Multidisciplinary

More information

Multiple case assignment and the English pseudo-passive *

Multiple case assignment and the English pseudo-passive * Multiple case assignment and the English pseudo-passive * Norvin Richards Massachusetts Institute of Technology Previous literature on pseudo-passives (see van Riemsdijk 1978, Chomsky 1981, Hornstein &

More information

Procedia - Social and Behavioral Sciences 141 ( 2014 ) WCLTA Using Corpus Linguistics in the Development of Writing

Procedia - Social and Behavioral Sciences 141 ( 2014 ) WCLTA Using Corpus Linguistics in the Development of Writing Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 141 ( 2014 ) 124 128 WCLTA 2013 Using Corpus Linguistics in the Development of Writing Blanka Frydrychova

More information

Derivational and Inflectional Morphemes in Pak-Pak Language

Derivational and Inflectional Morphemes in Pak-Pak Language Derivational and Inflectional Morphemes in Pak-Pak Language Agustina Situmorang and Tima Mariany Arifin ABSTRACT The objectives of this study are to find out the derivational and inflectional morphemes

More information

English Language and Applied Linguistics. Module Descriptions 2017/18

English Language and Applied Linguistics. Module Descriptions 2017/18 English Language and Applied Linguistics Module Descriptions 2017/18 Level I (i.e. 2 nd Yr.) Modules Please be aware that all modules are subject to availability. If you have any questions about the modules,

More information

On the Notion Determiner

On the Notion Determiner On the Notion Determiner Frank Van Eynde University of Leuven Proceedings of the 10th International Conference on Head-Driven Phrase Structure Grammar Michigan State University Stefan Müller (Editor) 2003

More information

Improved Effects of Word-Retrieval Treatments Subsequent to Addition of the Orthographic Form

Improved Effects of Word-Retrieval Treatments Subsequent to Addition of the Orthographic Form Orthographic Form 1 Improved Effects of Word-Retrieval Treatments Subsequent to Addition of the Orthographic Form The development and testing of word-retrieval treatments for aphasia has generally focused

More information

- «Crede Experto:,,,». 2 (09) (http://ce.if-mstuca.ru) '36

- «Crede Experto:,,,». 2 (09) (http://ce.if-mstuca.ru) '36 - «Crede Experto:,,,». 2 (09). 2016 (http://ce.if-mstuca.ru) 811.512.122'36 Ш163.24-2 505.. е е ы, Қ х Ц Ь ғ ғ ғ,,, ғ ғ ғ, ғ ғ,,, ғ че ые :,,,, -, ғ ғ ғ, 2016 D. A. Alkebaeva Almaty, Kazakhstan NOUTIONS

More information

The Inclusiveness Condition in Survive-minimalism

The Inclusiveness Condition in Survive-minimalism The Inclusiveness Condition in Survive-minimalism Minoru Fukuda Miyazaki Municipal University fukuda@miyazaki-mu.ac.jp March 2013 1. Introduction Given a phonetic form (PF) representation! and a logical

More information

Chapter 4: Valence & Agreement CSLI Publications

Chapter 4: Valence & Agreement CSLI Publications Chapter 4: Valence & Agreement Reminder: Where We Are Simple CFG doesn t allow us to cross-classify categories, e.g., verbs can be grouped by transitivity (deny vs. disappear) or by number (deny vs. denies).

More information

Inleiding Taalkunde. Docent: Paola Monachesi. Blok 4, 2001/ Syntax 2. 2 Phrases and constituent structure 2. 3 A minigrammar of Italian 3

Inleiding Taalkunde. Docent: Paola Monachesi. Blok 4, 2001/ Syntax 2. 2 Phrases and constituent structure 2. 3 A minigrammar of Italian 3 Inleiding Taalkunde Docent: Paola Monachesi Blok 4, 2001/2002 Contents 1 Syntax 2 2 Phrases and constituent structure 2 3 A minigrammar of Italian 3 4 Trees 3 5 Developing an Italian lexicon 4 6 S(emantic)-selection

More information

LTAG-spinal and the Treebank

LTAG-spinal and the Treebank LTAG-spinal and the Treebank a new resource for incremental, dependency and semantic parsing Libin Shen (lshen@bbn.com) BBN Technologies, 10 Moulton Street, Cambridge, MA 02138, USA Lucas Champollion (champoll@ling.upenn.edu)

More information

SOME MINIMAL NOTES ON MINIMALISM *

SOME MINIMAL NOTES ON MINIMALISM * In Linguistic Society of Hong Kong Newsletter 36, 7-10. (2000) SOME MINIMAL NOTES ON MINIMALISM * Sze-Wing Tang The Hong Kong Polytechnic University 1 Introduction Based on the framework outlined in chapter

More information

Analysis of Probabilistic Parsing in NLP

Analysis of Probabilistic Parsing in NLP Analysis of Probabilistic Parsing in NLP Krishna Karoo, Dr.Girish Katkar Research Scholar, Department of Electronics & Computer Science, R.T.M. Nagpur University, Nagpur, India Head of Department, Department

More information

What Can Neural Networks Teach us about Language? Graham Neubig a2-dlearn 11/18/2017

What Can Neural Networks Teach us about Language? Graham Neubig a2-dlearn 11/18/2017 What Can Neural Networks Teach us about Language? Graham Neubig a2-dlearn 11/18/2017 Supervised Training of Neural Networks for Language Training Data Training Model this is an example the cat went to

More information

RANKING AND UNRANKING LEFT SZILARD LANGUAGES. Erkki Mäkinen DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TAMPERE REPORT A ER E P S I M S

RANKING AND UNRANKING LEFT SZILARD LANGUAGES. Erkki Mäkinen DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TAMPERE REPORT A ER E P S I M S N S ER E P S I M TA S UN A I S I T VER RANKING AND UNRANKING LEFT SZILARD LANGUAGES Erkki Mäkinen DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TAMPERE REPORT A-1997-2 UNIVERSITY OF TAMPERE DEPARTMENT OF

More information

Some Principles of Automated Natural Language Information Extraction

Some Principles of Automated Natural Language Information Extraction Some Principles of Automated Natural Language Information Extraction Gregers Koch Department of Computer Science, Copenhagen University DIKU, Universitetsparken 1, DK-2100 Copenhagen, Denmark Abstract

More information

Type-driven semantic interpretation and feature dependencies in R-LFG

Type-driven semantic interpretation and feature dependencies in R-LFG Type-driven semantic interpretation and feature dependencies in R-LFG Mark Johnson Revision of 23rd August, 1997 1 Introduction This paper describes a new formalization of Lexical-Functional Grammar called

More information

Interfacing Phonology with LFG

Interfacing Phonology with LFG Interfacing Phonology with LFG Miriam Butt and Tracy Holloway King University of Konstanz and Xerox PARC Proceedings of the LFG98 Conference The University of Queensland, Brisbane Miriam Butt and Tracy

More information

Frequency and pragmatically unmarked word order *

Frequency and pragmatically unmarked word order * Frequency and pragmatically unmarked word order * Matthew S. Dryer SUNY at Buffalo 1. Introduction Discussions of word order in languages with flexible word order in which different word orders are grammatical

More information

Towards a MWE-driven A* parsing with LTAGs [WG2,WG3]

Towards a MWE-driven A* parsing with LTAGs [WG2,WG3] Towards a MWE-driven A* parsing with LTAGs [WG2,WG3] Jakub Waszczuk, Agata Savary To cite this version: Jakub Waszczuk, Agata Savary. Towards a MWE-driven A* parsing with LTAGs [WG2,WG3]. PARSEME 6th general

More information

Florida Reading Endorsement Alignment Matrix Competency 1

Florida Reading Endorsement Alignment Matrix Competency 1 Florida Reading Endorsement Alignment Matrix Competency 1 Reading Endorsement Guiding Principle: Teachers will understand and teach reading as an ongoing strategic process resulting in students comprehending

More information

A Usage-Based Approach to Recursion in Sentence Processing

A Usage-Based Approach to Recursion in Sentence Processing Language Learning ISSN 0023-8333 A in Sentence Processing Morten H. Christiansen Cornell University Maryellen C. MacDonald University of Wisconsin-Madison Most current approaches to linguistic structure

More information

Underlying and Surface Grammatical Relations in Greek consider

Underlying and Surface Grammatical Relations in Greek consider 0 Underlying and Surface Grammatical Relations in Greek consider Sentences Brian D. Joseph The Ohio State University Abbreviated Title Grammatical Relations in Greek consider Sentences Brian D. Joseph

More information

The Interface between Phrasal and Functional Constraints

The Interface between Phrasal and Functional Constraints The Interface between Phrasal and Functional Constraints John T. Maxwell III* Xerox Palo Alto Research Center Ronald M. Kaplan t Xerox Palo Alto Research Center Many modern grammatical formalisms divide

More information

Word Formation is Syntactic: Raising in Nominalizations

Word Formation is Syntactic: Raising in Nominalizations Word Formation is Syntactic: Raising in Nominalizations Benjamin Bruening (University of Delaware) rough draft, January 7, 2017; comments welcome Abstract According to Chomsky (1970), raising to subject

More information

COMPUTATIONAL COMPLEXITY OF LEFT-ASSOCIATIVE GRAMMAR

COMPUTATIONAL COMPLEXITY OF LEFT-ASSOCIATIVE GRAMMAR COMPUTATIONAL COMPLEXITY OF LEFT-ASSOCIATIVE GRAMMAR ROLAND HAUSSER Institut für Deutsche Philologie Ludwig-Maximilians Universität München München, West Germany 1. CHOICE OF A PRIMITIVE OPERATION The

More information

Summer Assignment AP Literature and Composition Mrs. Schwartz

Summer Assignment AP Literature and Composition Mrs. Schwartz 2015-2016 Summer Assignment AP Literature and Composition Mrs. Schwartz Contact Information: Email: meschwar@vbschools.com or bschwar12@gmail.com Edmodo Group Code: 534ta8 OVERVIEW This summer, you will

More information

HISTORY COURSE WORK GUIDE 1. LECTURES, TUTORIALS AND ASSESSMENT 2. GRADES/MARKS SCHEDULE

HISTORY COURSE WORK GUIDE 1. LECTURES, TUTORIALS AND ASSESSMENT 2. GRADES/MARKS SCHEDULE HISTORY COURSE WORK GUIDE 1. LECTURES, TUTORIALS AND ASSESSMENT Lectures and Tutorials Students studying History learn by reading, listening, thinking, discussing and writing. Undergraduate courses normally

More information

Objectives. Chapter 2: The Representation of Knowledge. Expert Systems: Principles and Programming, Fourth Edition

Objectives. Chapter 2: The Representation of Knowledge. Expert Systems: Principles and Programming, Fourth Edition Chapter 2: The Representation of Knowledge Expert Systems: Principles and Programming, Fourth Edition Objectives Introduce the study of logic Learn the difference between formal logic and informal logic

More information

Language acquisition: acquiring some aspects of syntax.

Language acquisition: acquiring some aspects of syntax. Language acquisition: acquiring some aspects of syntax. Anne Christophe and Jeff Lidz Laboratoire de Sciences Cognitives et Psycholinguistique Language: a productive system the unit of meaning is the word

More information

Approaches to control phenomena handout Obligatory control and morphological case: Icelandic and Basque

Approaches to control phenomena handout Obligatory control and morphological case: Icelandic and Basque Approaches to control phenomena handout 6 5.4 Obligatory control and morphological case: Icelandic and Basque Icelandinc quirky case (displaying properties of both structural and inherent case: lexically

More information

Word Stress and Intonation: Introduction

Word Stress and Intonation: Introduction Word Stress and Intonation: Introduction WORD STRESS One or more syllables of a polysyllabic word have greater prominence than the others. Such syllables are said to be accented or stressed. Word stress

More information

Modeling full form lexica for Arabic

Modeling full form lexica for Arabic Modeling full form lexica for Arabic Susanne Alt Amine Akrout Atilf-CNRS Laurent Romary Loria-CNRS Objectives Presentation of the current standardization activity in the domain of lexical data modeling

More information

Update on Soar-based language processing

Update on Soar-based language processing Update on Soar-based language processing Deryle Lonsdale (and the rest of the BYU NL-Soar Research Group) BYU Linguistics lonz@byu.edu Soar 2006 1 NL-Soar Soar 2006 2 NL-Soar developments Discourse/robotic

More information

LINGUISTICS. Learning Outcomes (Graduate) Learning Outcomes (Undergraduate) Graduate Programs in Linguistics. Bachelor of Arts in Linguistics

LINGUISTICS. Learning Outcomes (Graduate) Learning Outcomes (Undergraduate) Graduate Programs in Linguistics. Bachelor of Arts in Linguistics Stanford University 1 LINGUISTICS Courses offered by the Department of Linguistics are listed under the subject code LINGUIST on the Stanford Bulletin's ExploreCourses web site. Linguistics is the study

More information

Derivations (MP) and Evaluations (OT) *

Derivations (MP) and Evaluations (OT) * Derivations (MP) and Evaluations (OT) * Leiden University (LUCL) The main claim of this paper is that the minimalist framework and optimality theory adopt more or less the same architecture of grammar:

More information

Procedia - Social and Behavioral Sciences 154 ( 2014 )

Procedia - Social and Behavioral Sciences 154 ( 2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 154 ( 2014 ) 263 267 THE XXV ANNUAL INTERNATIONAL ACADEMIC CONFERENCE, LANGUAGE AND CULTURE, 20-22 October

More information

Chapter 3: Semi-lexical categories. nor truly functional. As Corver and van Riemsdijk rightly point out, There is more

Chapter 3: Semi-lexical categories. nor truly functional. As Corver and van Riemsdijk rightly point out, There is more Chapter 3: Semi-lexical categories 0 Introduction While lexical and functional categories are central to current approaches to syntax, it has been noticed that not all categories fit perfectly into this

More information

Language Acquisition Fall 2010/Winter Lexical Categories. Afra Alishahi, Heiner Drenhaus

Language Acquisition Fall 2010/Winter Lexical Categories. Afra Alishahi, Heiner Drenhaus Language Acquisition Fall 2010/Winter 2011 Lexical Categories Afra Alishahi, Heiner Drenhaus Computational Linguistics and Phonetics Saarland University Children s Sensitivity to Lexical Categories Look,

More information

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words,

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words, A Language-Independent, Data-Oriented Architecture for Grapheme-to-Phoneme Conversion Walter Daelemans and Antal van den Bosch Proceedings ESCA-IEEE speech synthesis conference, New York, September 1994

More information

UCLA UCLA Electronic Theses and Dissertations

UCLA UCLA Electronic Theses and Dissertations UCLA UCLA Electronic Theses and Dissertations Title Head Movement in Narrow Syntax Permalink https://escholarship.org/uc/item/3fg4273b Author O'Flynn, Kathleen Chase Publication Date 2016-01-01 Peer reviewed

More information

The College Board Redesigned SAT Grade 12

The College Board Redesigned SAT Grade 12 A Correlation of, 2017 To the Redesigned SAT Introduction This document demonstrates how myperspectives English Language Arts meets the Reading, Writing and Language and Essay Domains of Redesigned SAT.

More information

Hans-Ulrich Block, Hans Haugeneder Siemens AG, MOnchen ZT ZTI INF W. Germany. (2) [S' [NP who][s does he try to find [NP e]]s IS' $=~

Hans-Ulrich Block, Hans Haugeneder Siemens AG, MOnchen ZT ZTI INF W. Germany. (2) [S' [NP who][s does he try to find [NP e]]s IS' $=~ The Treatment of Movement-Rules in a LFG-Parser Hans-Ulrich Block, Hans Haugeneder Siemens AG, MOnchen ZT ZT NF W. Germany n this paper we propose a way of how to treat longdistance movement phenomena

More information

Argument structure and theta roles

Argument structure and theta roles Argument structure and theta roles Introduction to Syntax, EGG Summer School 2017 András Bárány ab155@soas.ac.uk 26 July 2017 Overview Where we left off Arguments and theta roles Some consequences of theta

More information

How to analyze visual narratives: A tutorial in Visual Narrative Grammar

How to analyze visual narratives: A tutorial in Visual Narrative Grammar How to analyze visual narratives: A tutorial in Visual Narrative Grammar Neil Cohn 2015 neilcohn@visuallanguagelab.com www.visuallanguagelab.com Abstract Recent work has argued that narrative sequential

More information

Switched Control and other 'uncontrolled' cases of obligatory control

Switched Control and other 'uncontrolled' cases of obligatory control Switched Control and other 'uncontrolled' cases of obligatory control Dorothee Beermann and Lars Hellan Norwegian University of Science and Technology, Trondheim, Norway dorothee.beermann@ntnu.no, lars.hellan@ntnu.no

More information

Adapting Stochastic Output for Rule-Based Semantics

Adapting Stochastic Output for Rule-Based Semantics Adapting Stochastic Output for Rule-Based Semantics Wissenschaftliche Arbeit zur Erlangung des Grades eines Diplom-Handelslehrers im Fachbereich Wirtschaftswissenschaften der Universität Konstanz Februar

More information

Language Acquisition Chart

Language Acquisition Chart Language Acquisition Chart This chart was designed to help teachers better understand the process of second language acquisition. Please use this chart as a resource for learning more about the way people

More information

Guidelines for Writing an Internship Report

Guidelines for Writing an Internship Report Guidelines for Writing an Internship Report Master of Commerce (MCOM) Program Bahauddin Zakariya University, Multan Table of Contents Table of Contents... 2 1. Introduction.... 3 2. The Required Components

More information

Pseudo-Passives as Adjectival Passives

Pseudo-Passives as Adjectival Passives Pseudo-Passives as Adjectival Passives Kwang-sup Kim Hankuk University of Foreign Studies English Department 81 Oedae-lo Cheoin-Gu Yongin-City 449-791 Republic of Korea kwangsup@hufs.ac.kr Abstract The

More information

Modeling Attachment Decisions with a Probabilistic Parser: The Case of Head Final Structures

Modeling Attachment Decisions with a Probabilistic Parser: The Case of Head Final Structures Modeling Attachment Decisions with a Probabilistic Parser: The Case of Head Final Structures Ulrike Baldewein (ulrike@coli.uni-sb.de) Computational Psycholinguistics, Saarland University D-66041 Saarbrücken,

More information

Som and Optimality Theory

Som and Optimality Theory Som and Optimality Theory This article argues that the difference between English and Norwegian with respect to the presence of a complementizer in embedded subject questions is attributable to a larger

More information

Intension, Attitude, and Tense Annotation in a High-Fidelity Semantic Representation

Intension, Attitude, and Tense Annotation in a High-Fidelity Semantic Representation Intension, Attitude, and Tense Annotation in a High-Fidelity Semantic Representation Gene Kim and Lenhart Schubert Presented by: Gene Kim April 2017 Project Overview Project: Annotate a large, topically

More information

Procedia - Social and Behavioral Sciences 143 ( 2014 ) CY-ICER Teacher intervention in the process of L2 writing acquisition

Procedia - Social and Behavioral Sciences 143 ( 2014 ) CY-ICER Teacher intervention in the process of L2 writing acquisition Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 143 ( 2014 ) 238 242 CY-ICER 2014 Teacher intervention in the process of L2 writing acquisition Blanka

More information