LING 581: Advanced Computational Linguistics Lecture Notes February 2nd.

Slides:



Advertisements
Similar presentations
School of something FACULTY OF OTHER School of Computing FACULTY OF ENGINEERING Chunking: Shallow Parsing Eric Atwell, Language Research Group.
Advertisements

LING 581: Advanced Computational Linguistics Lecture Notes January 30th.
Program Memory MIPS memory operations Getting Variable Addresses Advanced structures.
Tracking L2 Lexical and Syntactic Development Xiaofei Lu CALPER 2010 Summer Workshop July 14, 2010.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Jan 15 th.
NLTK & Python Day 4 LING Computational Linguistics Harry Howard Tulane University.
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 March 9th.
LING 581: Advanced Computational Linguistics Lecture Notes January 26th.
LING 581: Advanced Computational Linguistics Lecture Notes February 16th.
PCFG Parsing, Evaluation, & Improvements Ling 571 Deep Processing Techniques for NLP January 24, 2011.
LING 581: Advanced Computational Linguistics Lecture Notes January 26th.
LING 388: Language and Computers Sandiway Fong Lecture 9: 9/21.
1/13 Parsing III Probabilistic Parsing and Conclusions.
LING 581: Advanced Computational Linguistics Lecture Notes January 19th.
Regular Expressions and Automata Chapter 2. Regular Expressions Standard notation for characterizing text sequences Used in all kinds of text processing.
MA 102 Statistical Controversies Monday, February 18, 2002 Today: Discuss Chapter 9 concepts and exercises Review Part 1 of the text Test 1 question types.
The Scanner Class and Formatting Output Mr. Lupoli.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Jan 22 nd.
Regular Language & Expressions. Regular Language A regular language is one that a finite state machine (fsm) will accept. ‘Alphabet’: {a, b} ‘Rules’:
WEEK 1 CS 361: ADVANCED DATA STRUCTURES AND ALGORITHMS Dong Si Dept. of Computer Science 1.
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.
Pattern matching with regular expressions A common file processing requirement is to match strings within the file to a standard form, e.g. address.
PowerConc: An R-gram Based Corpus Analysis Tool Jiajin Xu & Yunlong Jia Beijing Foreign Studies University.
computer
LING 388: Language and Computers Sandiway Fong Lecture 18.
LING 388: Language and Computers Sandiway Fong Lecture 19.
LING 581: Advanced Computational Linguistics Lecture Notes February 19th.
Information extraction 2 Day 37 LING Computational Linguistics Harry Howard Tulane University.
Corpus Linguistics- Practical utilities (Lecture 7) Albert Gatt.
+ Why program? Java I Fall 2015 Dr. Dwyer. + What do we use computers for? (desert island time – what computing application would you need to have on.
1 Introduction to Python LING 5200 Computational Corpus Linguistics Martha Palmer.
CPSC 422, Lecture 27Slide 1 Intelligent Systems (AI-2) Computer Science cpsc422, Lecture 27 Nov, 16, 2015.
CGS – 4854 Summer 2012 Web Site Construction and Management Instructor: Francisco R. Ortega Chapter 5 Regular Expressions.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Feb 5 th.
LING/C SC/PSYC 438/538 Lecture 18 Sandiway Fong. Adminstrivia Homework 7 out today – due Saturday by midnight.
Today’s lecture Review chapter 5 go over exercises.
LING 408/508: Programming for Linguists Online Lecture 7 September 16 th.
Programming by Examples Marktoberdorf Lectures August 2015 Sumit Gulwani.
CSE 311: Foundations of Computing Fall 2013 Lecture 18: Structural induction, regular expressions.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Feb 3 rd.
1 Regular Expressions and Xkwic LING 5200 Computational Corpus Linguistics Martha Palmer February 28, 2006.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Feb 17 th.
LING 581: Advanced Computational Linguistics Lecture Notes March 2nd.
Parts of a computer Hardware and Software
LING/C SC/PSYC 438/538 Lecture 10 Sandiway Fong.
February 12 – 19, 2018.
LING 388: Computers and Language
LING 388: Computers and Language
LING 388: Computers and Language
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
LING 408/508: Computational Techniques for Linguists
سیستم‌های مبتنی بر دانش
LING 388: Computers and Language
CSC NLP - Regex, Finite State Automata
Regular Expressions
Scala Topics – Starting Functional Programming
LING/C SC 581: Advanced Computational Linguistics
Arrays .
LING 408/508: Computational Techniques for Linguists
LING 408/508: Computational Techniques for Linguists

Lab 8: Regular Expressions
LING/C SC 581: Advanced Computational Linguistics
LING 388: Computers and Language
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 February 2nd

tregex Assuming corpus wsj tregex.mrg and Java runtime memory setting –mx1000m

tregex

TREEBANK_3/docs/prsguid1.pdf

Homework Task – Systematically tregex search patterns for selected constructions from the Bracketing Guidelines, e.g. Gapping – Report on how many constructions are found in the Wall Street Journal text – Present your results next time in class

Example: looking for passives Pattern: using variable names and regex group numbering for coindexation matching for passives (NP-SBJ-i and object of VP [NP [ –NONE- [ -*-I ]]])