Tree An Animated and Narrated Glossary of Terms used in Linguistics presents.

Slides:



Advertisements
Similar presentations
Chapter 2 Revision of Mathematical Notations and Techniques
Advertisements

Complementary distribution
Constituency An Animated and Narrated Glossary of Terms used in Linguistics presents.
Inference An Animated and Narrated Glossary of Terms used in Linguistics presents NB: Inference is a philosophical topic which goes beyond the scope of.
Assimilation An Animated and Narrated Glossary of Terms used in Linguistics presents.
Maxim of Quantity An Animated and Narrated Glossary of Terms used in Linguistics presents.
An Animated and Narrated Glossary of Terms used in Linguistics
Semantics Static semantics Dynamic semantics attribute grammars
An Animated and Narrated Glossary of Terms used in Linguistics
Entailment An Animated and Narrated Glossary of Terms used in Linguistics presents.
Voice Onset Time (VOT) An Animated and Narrated Glossary of Terms used in Linguistics presents.
Phone An Animated and Narrated Glossary of Terms used in Linguistics presents.
Subcategorization An Animated and Narrated Glossary of Terms used in Linguistics presents.
Subjacency An Animated and Narrated Glossary of Terms used in Linguistics presents.
Manner of Articulation An Animated and Narrated Glossary of Terms used in Linguistics presents.
[continuant] An Animated and Narrated Glossary of Terms used in Linguistics presents.
Movement An Animated and Narrated Glossary of Terms used in Linguistics presents.
Island An Animated and Narrated Glossary of Terms used in Linguistics presents.
Place of Articulation An Animated and Narrated Glossary of Terms used in Linguistics presents.
Tone letter/value An Animated and Narrated Glossary of Terms used in Linguistics presents.
Root and Stem (morphology) An Animated and Narrated Glossary of Terms used in Linguistics presents.
Morpheme An Animated and Narrated Glossary of Terms used in Linguistics presents.
Dominance An Animated and Narrated Glossary of Terms used in Linguistics presents.
SPE-type Rule An Animated and Narrated Glossary of Terms used in Linguistics presents.
GRAMMAR & PARSING (Syntactic Analysis) NLP- WEEK 4.
Week 3b. Constituents CAS LX 522 Syntax I.
Consonant An Animated and Narrated Glossary of Terms used in Linguistics presents.
Engma An Animated and Narrated Glossary of Terms used in Linguistics presents.
Vowel An Animated and Narrated Glossary of Terms used in Linguistics presents.
[labial] An Animated and Narrated Glossary of Terms used in Linguistics presents.
Underlying Representation An Animated and Narrated Glossary of Terms used in Linguistics presents.
A tree is a simple graph satisfying: if v and w are vertices and there is a path from v to w, it is a unique simple path. a b c a b c.
1.2 – Open Sentences and Graphs
Foundations This chapter lays down the fundamental ideas and choices on which our approach is based. First, it identifies the needs of architects in the.
The IPA Chart An Animated and Narrated Glossary of Terms used in Linguistics presents.
Maxim of Relation/Relevance An Animated and Narrated Glossary of Terms used in Linguistics presents.
[nasal] An Animated and Narrated Glossary of Terms used in Linguistics presents.
Affricate An Animated and Narrated Glossary of Terms used in Linguistics presents.
Phoneme An Animated and Narrated Glossary of Terms used in Linguistics presents.
C-command An Animated and Narrated Glossary of Terms used in Linguistics presents.
程建群 博士(Dr. Jason Cheng) 年03月
Minimal Pair An Animated and Narrated Glossary of Terms used in Linguistics presents.
Trees. Introduction to Trees Trees are very common in computer science They come in different forms They are used as data representation in many applications.
1 OCF Functions: Concepts and Notations MCR3U - Santowski.
12-CRS-0106 REVISED 8 FEB 2013 CSG2A3 ALGORITMA dan STRUKTUR DATA.
Cooperative Principle An Animated and Narrated Glossary of Terms used in Linguistics presents.
Copyright © Cengage Learning. All rights reserved. CHAPTER 10 GRAPHS AND TREES.
[consonantal] An Animated and Narrated Glossary of Terms used in Linguistics presents.
P p Chapter 10 introduces trees. p p This presentation illustrates the simplest kind of trees: Complete Binary Trees. Complete Binary Trees Data Structures.
An Animated and Narrated Glossary of Terms used in Linguistics
Concept Mapping 概念構圖. Concepts and Propositions Concepts –as a perceived regularity in events or objects, or records of events or objects, e.g., book,
The mathematical properties of phrase structure trees
3 Phonology: Speech Sounds as a System No language has all the speech sounds possible in human languages; each language contains a selection of the possible.
 To explain why the context of a system should be modelled as part of the RE process  To describe behavioural modelling, data modelling and object modelling.
 S+V+O = simple sentence Ex: These students live in the halls of residence.  Complex sentences= 2 or more clauses in 1 sentence Ex: S+V+O (main clause)
Truth condition An Animated and Narrated Glossary of Terms used in Linguistics presents.
Artificial Intelligence Knowledge Representation.
10/31/00 1 Introduction to Cognitive Science Linguistics Component Topic: Formal Grammars: Generating and Parsing Lecturer: Dr Bodomo.
Descriptive Grammar – 2S, 2016 Mrs. Belén Berríos
Network Topology Deals with a circuit model called graph, which is a collection of line segments called branches and points called nodes Circuit diagram.
An Introduction to the Government and Binding Theory
CS 367 – Introduction to Data Structures
An Animated and Narrated Glossary of Terms used in Linguistics
Structural relations Carnie 2013, chapter 4 Kofi K. Saah.
Chapter 2: A Simple One Pass Compiler
An Animated and Narrated Glossary of Terms used in Linguistics
Língua Inglesa - Aspectos Morfossintáticos
Trees-2, Graphs Data Structures with C Chpater-6 Course code: 10CS35
Syntax.
VISION Advanced Training Welcome to… Mike Reitmeyer
Presentation transcript:

Tree An Animated and Narrated Glossary of Terms used in Linguistics presents

Slide 2 Basic idea A tree is a mathematical object, more specifically, it is a topological object. A tree is made up of nodes (entities) and arcs/branches (relations), and usually looks like this:

Slide 3 Nodes and Branches A node is the ending point of a branch, and is often where two or more branches meet. A branch is any line that connects two nodes. Nodes Branches

Slide 4 Directedness The relationship between any two connected nodes can be symmetrical or asymmetrical. A B sibling of : symmetrical relationship C parent of: asymmetrical relationship older than: asymmetrical relationship

Slide 5 Domination Domination is typically indicated from top- to-bottom. node A node Bnode C Node A dominates Node B and Node C Node B and Node C are subordinates of Node A

Slide 6 Domination node A node Bnode C Node A is the mother of Node B and Node C Node B and Node C are sisters

Slide 7 Roots and terminals The topmost node that is undominated is called a root. The bottommost nodes that do not have any subordinates are called terminals. Root (= highest mother node) terminal

Slide 8 Trees in linguistics Trees are often used linguistics. For example, … is made up of two parts. This sentence can be represented as a tree. The big fat ratkissed Joey. A tree representation of an English sentence

Slide 9 Constituency Constituency (grouping) can be indicated using domination. node A node Bnode C Node B and Node C together forms a constituent, which is node A. The big fat rat

Slide 10 Temporal order Temporal order typically indicated from left-to-right. node A node Bnode C Node B precedes Node C Node C follows Node B

Slide 11 Notational variants Trees can be drawn in many ways as long as the structural relationships are the same. The following are all notational variants of the same tree. A A CB CBA BC [A [ B C ] ] A B C [ [ C B ] A ]

Slide 12 Trees and graphs Not all objects that are made up of branches and nodes are called trees, but all trees are made up of branches and nodes. Objects made of branches and nodes, but are not trees are called graphs. In fact, trees are special kinds of graphs.

Slide 13 Trees and graphs In trees, nodes cannot be linked to form a cycle. Also, branches are not allowed to cross. Hence the following representations are not trees.

Slide 14 Trees Trees are good for expressing various kinds of relationships, especially those that involve constituency and hierarchy. They are used in syntax, phonology, semantics, genealogy of languages and many other linguistic domains. Trees are also widely used in other areas outside of linguistics.

Slide 15 Some trees in Linguistics syllable rimeonset codanucleus D VPNP S N stem word suffix ScopeQuantifier Proposition GermanDutchEnglish West Germanic

The End Wee, Lian-Hee and Winnie H.Y. Cheung (2009) An animated and narrated glossary of terms used in Linguistics. Hong Kong Baptist University.