LING/C SC 581: Advanced Computational Linguistics

Slides:



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

IT Services Computer Training. Introduction Different Ways of Learning Training Materials Training Sessions Training Topics.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Jan 15 th.
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.
Introduction to treebanks Session 1: 7/08/
LING 581: Advanced Computational Linguistics Lecture Notes January 26th.
The Wonderful World of Tregex
LING 581: Advanced Computational Linguistics Lecture Notes January 19th.
Geant4 Documentation and User Support Geant4 Users Workshop February 2002 Dennis Wright (SLAC)
Documentation 1. User Documentation 2. Technical Documentation 3. Program Documentation.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Jan 22 nd.
ELN – Natural Language Processing Giuseppe Attardi
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.
LING 388: Language and Computers Sandiway Fong Lecture 3.
Introduction to Systems Programming (CS 0449) PalmOS Tools: Developer Studio & Cygwin.
LING/C SC/PSYC 438/538 Lecture 2 Sandiway Fong. Today’s Topics Did you read Chapter 1 of JM? – Short Homework 2 (submit by midnight Friday) Today is Perl.
LING 581: Advanced Computational Linguistics Lecture Notes February 19th.
LING 408/508: Programming for Linguists Lecture 26 December 7 th.
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.
Scientific Method Learning Goal: We will be able to produce a teaching tool to aid in planning for the Scientific Method quiz and unit test.
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.
EML 2023 – Modeling, Parts Lecture 1.1 –Configuring SolidWorks.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
BIS 220 Introduction to Computer Application and Systems Check this A+ tutorial guideline at 220/BIS-220-Complete-Class-Guide.
Computer Information Technology
POS Tagging and Morphological Analysis
LEARNING WITH TECHNOLOGY
Chapter 25 - Automated Web Search (Search Engines)
LING/C SC/PSYC 438/538 Lecture 21 Sandiway Fong.
LING/C SC/PSYC 438/538 Lecture 20 Sandiway Fong.
LING/C SC 581: Advanced Computational Linguistics
LING 388: Computers and Language
Text Analytics Giuseppe Attardi Università di Pisa
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 581: Advanced Computational Linguistics
نجاح وفشل المنشآت الصغيرة
LING/C SC/PSYC 438/538 Lecture 23 Sandiway Fong.
LING/C SC 581: Advanced Computational Linguistics
LING 408/508: Computational Techniques for Linguists
LING/C SC/PSYC 438/538 Lecture 24 Sandiway Fong.
LING 388: Computers and Language
LING/C SC 581: Advanced Computational Linguistics
LING/C SC/PSYC 438/538 Lecture 13 Sandiway Fong.
LING/C SC 581: Advanced Computational Linguistics
BIT 143:Programming & Data Structures in C#
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
Go to Mr. Havens Blog Tutorial Go to
Overview of Curriki Site and Features
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
LING/C SC 581: Advanced Computational Linguistics
Today is Monday, January 4, 2016
LING/C SC 581: Advanced Computational Linguistics
Presentation transcript:

LING/C SC 581: Advanced Computational Linguistics Lecture Notes Jan 30th

Today's Topic Reminder Homework 4 due tomorrow midnight! Install tregex

Install tregex https://nlp.stanford.edu/software/tregex.shtml

Penn Treebank documentation Tagging Guide Arpa94 paper Parse Guide

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

tregex Search NP-SBJ << (dominates) vs. < (immediately dominates) NNP

tregex README-tregex.txt

tregex The best introduction to Tregex is the brief powerpoint tutorial for Tregex by Galen Andrew. The_Wonderful_World_of_Tregex.ppt

tregex useful command line tool: diff <file1> <file2>