C SC 620 Advanced Topics in Natural Language Processing Lecture Notes 3 1/22/04.

Slides:



Advertisements
Similar presentations
EndNote. What is EndNote:  EndNote is referencing software that enables you to create a database of references from your readings. Your database of references.
Advertisements

1 XML Data Management Course Outline and Organisation Werner Nutt.
C SC 620 Advanced Topics in Natural Language Processing Lecture 4 1/27/04.
Investing in Yourself Lecture 2 Study Skills and Research Skills module.
Bibliometrics Toolkit Google Scholar (GS) is one of three central tools (the others being ISI and Scopus) used to generate bibliometrics for researchers.
Section 4: Language and Intelligence Overview Instructor: Sandiway Fong Department of Linguistics Department of Computer Science.
LING 581: Advanced Computational Linguistics Lecture Notes January 19th.
C SC 620 Advanced Topics in Natural Language Processing Sandiway Fong.
LING 388: Language and Computers Sandiway Fong Lecture 26: 11/29.
LING 364: Introduction to Formal Semantics Lecture 4 January 24th.
How to use the web for bioinformatics Molecular Technologies October 15, 2005 Ethan Strauss X 1171
LING 364: Introduction to Formal Semantics Lecture 3 January 19th.
C SC 620 Advanced Topics in Natural Language Processing Lecture Notes 2 1/20/04.
Computational Intelligence 696i Language Lecture 1 Sandiway Fong.
Before class begins… Help us to assess this session and plan for future workshops Please complete the Advanced Refworks Pre-learning assessment at:
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
Section 01Resources1 HSQ - DATABASES & SQL 01 Resources And Franchise Colleges Name :MANSHA NAWAZ room :G 0/32
Lecturer: Ghadah Aldehim
LING 581: Advanced Computational Linguistics Lecture Notes April 12th.
REFWORKS (WRITE-N-CITE): Write-n-Cite allows one to write a paper in MS Word, and to insert citation placeholders directly from one’s references imported.
WORDNET Approach on word sense techniques - AKILAN VELMURUGAN.
Welcome to the South Online Library Using EasyBib - to take notes from sources and create an outline Julie Vignoul, Teacher-Librarian.
Module 6 Using the Internet for Working & Learning.
LING 388: Language and Computers Sandiway Fong Lecture 24: 11/17.
WordNet ® and its Java API ♦ Introduction to WordNet ♦ WordNet API for Java Name: Hao Li Uni: hl2489.
Website Presentation Written By Mark Brady. Website Advantages Company services can be activated from the customers home, or literally anywhere. Users.
1 XML Data Management Course Outline and Organisation Werner Nutt.
LING 438/538 Computational Linguistics Sandiway Fong Lecture 29.
LING 388: Language and Computers Sandiway Fong Lecture 3.
Jennie Ning Zheng Linda Melchor Ferhat Omur. Contents Introduction WordNet Application – WordNet Data Structure - WordNet FrameNet Application – FrameNet.
What is Copyright? © noun The legal right granted to an author, composer, playwright, publisher, or distributor to exclusive publication, production, sale,
Unit 15 Webpage Creator. Outlines Introduction Starter Listening Language Work Work study Speaking Writing.
Ms M’s Top Ten Google Search Tips Using Google (a search engine) Google’s mission is to organize the world’s information and make it universally accessible.
Teaching system for advanced statistics I. Nagy FD ČVUT, Prague J. Homolová FD ČVUT, Prague E. Suzdaleva ÚTIA AV ČR,
Spybot-S&D Course: Fall 2004 Presented By: Ataul Bari Instructor: Dr. A. K. Aggarwal.
生物資訊程式語言應用 Part 5 Perl and MySQL Applications. Outline  Application one.  How to get related literature from PubMed?  To store search results in database.
Warm Up Quiz! 1. House 2. Wind 3. Tear 4. Sewer 5. Produce 6. Alternate 7. Entrance 8. Produce 9. Moderate 10. Digest.
WordNet: Connecting words and concepts Christiane Fellbaum Cognitive Science Laboratory Princeton University.
Quote, Summary, and Paraphrase. Quote, Summary, & Paraphrase. In your research paper, you must include at least four pieces of cited information (i.e.
EndNote. What is EndNote? EndNote is referencing software that enables you to create a database of references from your readings.
Presenting information. Organizations present information To customers/clients To their own staff To their suppliers.
1 EndNote X2 Your Bibliographic Management Tool 29 September 2009 Humanities and Social Sciences Resource Teams.
Introduction to Journalism Course Overview and Terminology.
WRITING REPORTS Introduction Section 0 Lecture 1 Slide 1 Lecture 6 Slide 1 INTRODUCTION TO Modern Physics PHYX 2710 Fall 2004 Intermediate 3870 Fall 2015.
RAD to Database Connection Glenn Campbell
1 Manage your Research Articles : Using Mendeley & Zotero Winter Term 2012 Helen B. Josephine
NLTK & Python Day 8 LING Computational Linguistics Harry Howard Tulane University.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
1) PHP – Personal Home Page Scripting Language 2) JavaScript.
RefWorks Portland State University. Getting Started General Info: Create an Account:
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2015 Attila Skulteti
Reference Management Module I: Introduction By Rehema Chande-Mallya(PhD)
INT213 Active Server Pages using Visual Basic Scripting.
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2015 Attila Skulteti
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2016 Attila Skulteti
Writing Inspirations, 2017 Aalto University
Introduction to In-Text Citations
ENDNOTE Presented to: Presented By: Tariq Najmi Amir Subhani
ArtsSemNet: From Bilingual Dictionary To Bilingual Semantic Network
Writing Inspirations, Spring 2016 Aalto University
Searching for and Accessing Information
LING 581: Advanced Computational Linguistics
EndNote by: fatimah alotaibi.
WordNet: A Lexical Database for English
SEEM4570 Tutorial 07: Filezilla and PHP
ENDNOTE Software – The Basics
Welcome to the South Online Library
MLA Formatting.
Google Scholar Carter Matherly, Ph.D.. Content Introduction What is GoogleScholar? The Basics Citation Management Advanced Searching Alerts Adding.
LING/C SC 581: Advanced Computational Linguistics
Presentation transcript:

C SC 620 Advanced Topics in Natural Language Processing Lecture Notes 3 1/22/04

WordNet Browser Software

For most platforms, see the Princeton website: – For MacOS X (the one I’ve been using), see: –

wnconnect Software

wnconnect Software Does a breadth-first search to find shortest or all connections between two words –MacOS X version uses neato (from the freely available Graphviz package) to render graphs TTY-interface version now available for the Windows platform –(courtesy of TszYan Sandy Chow) –Uses SWI-Prolog Free download from –Usage (Prolog syntax): ?- connect(happy,sad).

Prolog as a Database Query Language Can use other tools, of course … Prolog as a logic-based database query language: –Bust as a verb belongs to 5 different synsets, i.e. has five different senses: ?- findall(S),s2(bust,v,_,S,_),L).L = [ , , , , ] Three of these have the same file number 35 (verb.contact): ?- findall((S,F),(s2(bust,v,_,S,_),file(S,F)),L). L = [( ,30),( ,35), ( ,35),( ,35),( ,41)]

Prolog as a Database Query Language –The glosses corresponding to these three senses are: ?- findall((S,G),(s2(bust,v,I,S,_),file(S,35), g(I,G)),L). L = –[( ,'(go to pieces; "The lawn mower finally broke"; "The gears wore out"; "The old chair finally fell apart completely")'), –( ,'(ruin completely; "He busted my radio!")'), –( ,'(separate or cause to separate abruptly; "The rope snapped"; "tear the paper")')] –The relation common file number will conflate these three senses.

Class Exercise What have (specific senses) of the following nouns in common? –Umbrella –Saucepan –Baseball bat –Carpet beater But do not share with: –Giraffe –Pretzel –Homework

Possible Software Project Verb autoantonymy “Verbs that express both one meaning and an opposing meaning” –Example: dust –American Heritage Dictionary: 1.To remove dust … dust the furniture 2.To apply dust … dust the cookies with sugar

Autoantonyms Locate? –There is a website with a manually-compiled list of autoantonyms somewhere … Possibly, it is this page on antagonyms: –

Antagonyms Examples: –Buckle: to hold together (e.g. buckle your belt) vs. to fall apart (e.g., buckle under pressure) {AQ} Bull: A solemn edict or mandate vs. Nonsense or worthless information (3) {M} –Chuff: Elated vs. Unhappy (hinted at in 1) {M} –Cite, Citation: For doing good (such as military gallantry) vs. for doing bad (such as from a traffic policeman) (1) –Cleave: To adhere tightly vs. To cut apart (1) {A} –Clip: to attach vs. to cut off (1) {AH}{AS} –Cool: positive sense (cool web-sites) vs. negative sense(cool reception). {AA}