LING 581: Advanced Computational Linguistics Lecture Notes January 19th.

Slides:



Advertisements
Similar presentations
LING 581: Advanced Computational Linguistics Lecture Notes January 30th.
Advertisements

LING/C SC 581: Advanced Computational Linguistics Lecture Notes Jan 15 th.
LING 388: Language and Computers Sandiway Fong Lecture 2.
LING 581: Advanced Computational Linguistics Lecture Notes February 9th.
LING 581: Advanced Computational Linguistics Lecture Notes January 19th.
LING 581: Advanced Computational Linguistics Lecture Notes February 2nd.
LING 581: Advanced Computational Linguistics Lecture Notes March 9th.
LING 581: Advanced Computational Linguistics Lecture Notes January 26th.
LING 581: Advanced Computational Linguistics Lecture Notes May 5th.
Introduction to treebanks Session 1: 7/08/
Using Cabal and the Hackage Package Database. Hackage Hackage is a database of Haskell packages (or modules) written by others and available for public.
LING 581: Advanced Computational Linguistics Lecture Notes February 16th.
LING 581: Advanced Computational Linguistics Lecture Notes January 26th.
Workshop on Treebanks, Rochester NY, April 26, 2007 The Penn Treebank: Lessons Learned and Current Methodology Ann Bies Linguistic Data Consortium, University.
Special Products Section 6.4. Find the product. (x + 2)(x + 2) (x + 3)(x + 3)
Getting Started with Eclipse Sandeep Pasuparthy. What’s Eclipse? It is a free software / open source platform- independent software framework for delivering.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Jan 22 nd.
LING 408/508: Programming for Linguists Lecture 19 November 4 th.
Searching American National Corpus with the Help of AntConc.
LING/C SC/PSYC 438/538 Lecture 27 Sandiway Fong. Administrivia 2 nd Reminder – 538 Presentations – Send me your choices if you haven’t already.
Cloud Distributed Computing Environment Content of this lecture is primarily from the book “Hadoop, The Definite Guide 2/e)
LING 581: Advanced Computational Linguistics Lecture Notes February 12th.
WHAT IS A SEARCH ENGINE. Widescreen Presentation Proteus, Keeper of Knowledge. Proteus is synonymous with change and success.
What does it take to make the most of Your Math Homework ?
P.1 LOC Web Strategy  The Library has approved a web strategy that focuses effort on the Library’s three core areas: Legislative Information, National.
LING 581: Advanced Computational Linguistics Lecture Notes February 19th.
Matthew Ellis rd January 2006 CM610 Assignment Bsc(Hons) Computing Studies.
Trustee Efficiency Options In this session we will discuss reconciling ACV’s, importing mortgage company files, mortgage company batches, and Ad Valorem.
ISLE Open Educational Resources Home Page 1. 2 Browse, Search, Align Learning Standards.
LING 408/508: Programming for Linguists Lecture 26 December 7 th.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Feb 5 th.
LING 408/508: Programming for Linguists Lecture 20 November 16 th.
LING/C SC/PSYC 438/538 Lecture 18 Sandiway Fong. Adminstrivia Homework 7 out today – due Saturday by midnight.
LING 408/508: Programming for Linguists Online Lecture 6 September 14 th.
Higher Biology Christmas Homework 1.Using your past paper grid, select questions of your choice. 2.The questions should be selected across Unit 1 and 2.
LING 408/508: Programming for Linguists Lecture 19 November 9 th.
LING 408/508: Programming for Linguists Online Lecture 7 September 16 th.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Feb 3 rd.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Feb 17 th.
LING 581: Advanced Computational Linguistics Lecture Notes March 2nd.
PROGRAMMING THE BASH SHELL PART III by İlker Korkmaz and Kaya Oğuz
LING/C SC/PSYC 438/538 Lecture 20 Sandiway Fong.
LING/C SC 581: Advanced Computational Linguistics
LING 388: Computers and Language
LING 408/508: Computational Techniques for Linguists
LING 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
Dept. of Computer Science University of Liverpool
LING/C SC/PSYC 438/538 Lecture 23 Sandiway Fong.
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
What is AI course about? (Artificial Intelligence)
LING 388: Computers and Language
LING/C SC/PSYC 438/538 Lecture 13 Sandiway Fong.
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
CS224N Section 3: Corpora, etc.
LING/C SC 581: Advanced Computational Linguistics
CS224N Section 3: Project,Corpora
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
Warm Up The function below shows the cost of a hamburger with different numbers of toppings (t): f(t) = t a. What is the y-intercept, and.
LING/C SC/PSYC 438/538 Lecture 3 Sandiway Fong.
LING/C SC 581: Advanced Computational Linguistics
Presentation transcript:

LING 581: Advanced Computational Linguistics Lecture Notes January 19th

Administrivia New room – Shantz 338 – (I have asked Jennifer Columbus to investigate refund: however, I’m told it may not happen) Marshall 480 Shantz 338

Penn Treebank Availability – Source: Linguistic Data Consortium (LDC) U. of Arizona is a (fee-paying) member of this consortium Resources are made available to the community through the main library URL –

Penn Treebank (V3) Call Record

Penn Treebank 1.Tagging Guide 2.Arpa94 paper 3.Parse Guide 1.Tagging Guide 2.Arpa94 paper 3.Parse Guide

Penn Treebank

sections 00-24

Penn Treebank

tregex Tregex is a Tgrep2-style utility for matching patterns in trees. written In Java written In Java run-tregex-gui.command shell script -mx flag, the 300m default memory size will need to be increased depending on the platform

tregex Select the PTB directory – TREEBANK_3/parsed/mrg/wsj/ Browse Deselect any unwanted files

tregex Search

tregex Help

tregex Help

tregex Help

tregex Help

tregex Help

tregex Pattern: – <, $+ (/,/ $+ $+ /,/=comma))) <- =comma)

tregex Help

tregex

Different results from: < /^WH.*-([0-9]+)$/#1%index << < (/^-NONE-/ < /^\*T\*-([0-9]+)$/#1%index))

tregex Example: WHADVP also possible (not just WHNP)

Ungraded Homework Exercise Search for NP trace relative clauses as defined below: Be ready to compare search pattern and number found next time in class