LING 581: Advanced Computational Linguistics Lecture Notes April 6th.

Slides:



Advertisements
Similar presentations
Relevance Feedback & Query Expansion
Advertisements

Ontologies ARIN Practical W7/Spr Dimitar Kazakov & Suresh Manandhar.
LING 581: Advanced Computational Linguistics Lecture Notes April 19th.
1 Extended Gloss Overlaps as a Measure of Semantic Relatedness Satanjeev Banerjee Ted Pedersen Carnegie Mellon University University of Minnesota Duluth.
LING 581: Advanced Computational Linguistics Lecture Notes March 26th.
Lexical Semantics and Word Senses Hongning Wang
Creating a Similarity Graph from WordNet
Introduction to Computational Linguisitics The Lexicon.
Slide 1 EE3J2 Data Mining EE3J2 Data Mining Lecture 7 Topic Spotting & Query Expansion Martin Russell.
C SC 620 Advanced Topics in Natural Language Processing Lecture Notes 2 1/20/04.
Article by: Feiyu Xu, Daniela Kurz, Jakub Piskorski, Sven Schmeier Article Summary by Mark Vickers.
Punjabi WordNet. Development of Punjabi WordNet User enter a word in textbox and click submit button. The system will display the corresponding result.
Semantics. Philosophical Issues Context Context Reference Reference Deixis Deixis Structuralism Structuralism Linguistic Determinism Linguistic Determinism.
Course G Web Search Engines 3/9/2011 Wei Xu
LING 581: Advanced Computational Linguistics Lecture Notes April 12th.
Antonym Creation Tool Presented By Thapar University WordNet Development Team.
Information Retrieval and Web Search Relevance Feedback. Query Expansion Instructor: Rada Mihalcea Class web page:
Wordnet, Raw Text Pinker, continuing Chapter 2
COMP423.  Query expansion  Two approaches ◦ Relevance feedback ◦ Thesaurus-based  Most Slides copied from ◦
Lecture 18 Ontologies and Wordnet Topics Ontologies Wordnet Overview of MeaningReadings: Text 13.5 NLTK book Chapter 2 March 25, 2013 CSCE 771 Natural.
WordNet ® and its Java API ♦ Introduction to WordNet ♦ WordNet API for Java Name: Hao Li Uni: hl2489.
LING 438/538 Computational Linguistics Sandiway Fong Lecture 29.
Oana Adriana Şoica Building and Ordering a SenDiS Lexicon Network.
Jennie Ning Zheng Linda Melchor Ferhat Omur. Contents Introduction WordNet Application – WordNet Data Structure - WordNet FrameNet Application – FrameNet.
1 Query Operations Relevance Feedback & Query Expansion.
WORD SENSE DISAMBIGUATION STUDY ON WORD NET ONTOLOGY Akilan Velmurugan Computer Networks – CS 790G.
WORDNET. THE WORDNET SYSTEM  Lexicographer files  Code: Lexico files  database  Search Routines and Interfaces.
Integrating Semantic Dictionaries for English, French and Bulgarian into the NooJ System for the Purposes of Information Retrieval Svetla Koeva, Max Silbetztein.
Unsupervised Word Sense Disambiguation REU, Summer, 2009.
Wordnet - A lexical database for the English Language.
Query Languages Aj. Khuanlux MitsophonsiriCS.426 INFORMATION RETRIEVAL.
WordNet Enhancements: Toward Version 2.0 WordNet Connectivity Derivational Connections Disambiguated Definitions Topical Connections.
Element Level Semantic Matching Pavel Shvaiko Meaning Coordination and Negotiation Workshop, ISWC 8 th November 2004, Hiroshima, Japan Paper by Fausto.
Verbals. Definition A verbal is not a verb; it is a former verb doing a different job. Gerunds, participles, and infinitives are the three kinds of verbals.
Information Retrieval and Web Search Relevance Feedback. Query Expansion Instructor: Rada Mihalcea.
LING 581: Advanced Computational Linguistics Lecture Notes February 26th.
An Applied Ontological Approach to Computational Semantics Sam Zhang.
Lecture 19 Word Meanings II Topics Description Logic III Overview of MeaningReadings: Text Chapter 189NLTK book Chapter 10 March 27, 2013 CSCE 771 Natural.
Using Lexical Knowledge to Evaluate the Novelty of Rules Mined from Text Sugato Basu, Raymond J. Mooney, Krupakar V. Pasupuleti, Joydeep Ghosh Presented.
WordNet::Similarity Measuring the Relatedness of Concepts Yue Wang Department of Computer Science.
Hui Fang (ACL 2008) presentation 2009/02/04 Rick Liu.
Lexical Semantics and Word Senses Hongning Wang
Query expansion COMP423. Menu Query expansion Two approaches Relevance feedback Thesaurus-based Most Slides copied from
LING 581: Advanced Computational Linguistics Lecture Notes March 9th.
Introduction to Computational Linguisitics The Lexicon.
LING 581: Advanced Computational Linguistics
How to Find the Answer.
Sampath Jayarathna Cal Poly Pomona
Ontologies Introduction to Computational Linguistics – 23 March 2016.
LING 581: Advanced Computational Linguistics
Element Level Semantic Matching
Comparing Two Thesaurus Representations for Russian
Lecture 19 Word Meanings II
LING 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
CSC 594 Topics in AI – Applied Natural Language Processing
LING 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
WordNet: A Lexical Database for English
Offer a brief definition of “lexis”
Bulgarian WordNet Svetla Koeva Institute for Bulgarian Language
WordNet WordNet, WSD.
Entailment summary Possible to predict when some sentences entail other sentences. Depends on factive matrix verb hypernym vs. hyponym type of sentence:
Relevance Feedback & Query Expansion
LING/C SC 581: Advanced Computational Linguistics
Lecture 19 Word Meanings II
Text Mining Application Programming Chapter 3 Explore Text
LING/C SC 581: Advanced Computational Linguistics
Dynamic Word Sense Disambiguation with Semantic Similarity
Presentation transcript:

LING 581: Advanced Computational Linguistics Lecture Notes April 6th

WordNet::QueryData sudp cpan cpan[1]> install WordNet::QueryData perldoc WordNet::QueryData

WordNet::QueryData t.perl: use WordNet::QueryData; my $wn = WordNet::QueryData->new( noload => 1 ); print "Synset: ", join(", ", $wn->querySense("cat#n#7", "syns")), "\n"; perl t.perl Synset: big_cat#n#1, cat#n#7 index caching off

WordNet::QueryData Documentation – Query functions ’querySense’ and ’queryWord’. Both functions take as their first argument a query string that takes one of three types: (1) word (e.g. "dog") (2) word#pos (e.g. "house#n") (3) word#pos#sense (e.g. "ghostly#a#1”) – queryWord accesses lexical (word to word) relations. also − also see ants − antonyms deri − derived forms (nouns and verbs only) part − participle of verb (adjectives only) pert − pertainym (pertains to noun) (adjectives only) vgrp − verb group (verbs only) – WordNet Relations ut.5WN.html – querySense accesses semantic (sense to sense) relations; also − also see glos − word definition syns − synset words hype − hypernyms inst − instance of hypes − hypernyms and "instance of” hypo − hyponyms hasi − has instance hypos − hyponums and "has instance" mmem − member meronyms msub − substance meronyms mprt − part meronyms mero − all meronyms hmem − member holonyms hsub − substance holonyms hprt − part holonyms holo − all holonyms attr − attributes (?) sim − similar to (adjectives only) enta − entailment (verbs only) caus − cause (verbs only) domn − domain − all dmnc − domain − category dmnu − domain − usage dmnr − domain − region domt − member of domain − all (nouns only) dmtc − member of domain − category (nouns only) dmtu − member of domain − usage (nouns only) dmtr − member of domain − region (nouns only)

WordNet::Similarity cpan[2]> install WordNet::Similarity

Semantic Bleaching

Logical Metonomy