LING 388: Language and Computers Sandiway Fong Lecture 26.

Slides:



Advertisements
Similar presentations
Pat Langley Computational Learning Laboratory Center for the Study of Language and Information Stanford University, Stanford, California
Advertisements

LING 388: Language and Computers Sandiway Fong Lecture 23.
LING 388: Language and Computers
LING 388: Language and Computers Sandiway Fong Lecture 15: 10/18.
LING 388: Language and Computers Sandiway Fong Lecture 22.
LING 388: Language and Computers Sandiway Fong Lecture 23 11/10.
LING 388: Language and Computers Sandiway Fong Lecture 28 12/1.
LING 388: Language and Computers Sandiway Fong Lecture 24 11/15.
LING 388: Language and Computers Sandiway Fong Lecture 29: 12/6.
LING 438/538 Computational Linguistics Sandiway Fong Lecture 8: 9/29.
LING 438/538 Computational Linguistics Sandiway Fong Lecture 7: 9/12.
LING 438/538 Computational Linguistics Sandiway Fong Lecture 9: 9/21.
C SC 620 Advanced Topics in Natural Language Processing Sandiway Fong.
LING 388: Language and Computers Sandiway Fong Lecture 12: 10/5.
LING/C SC/PSYC 438/538 Computational Linguistics Sandiway Fong Lecture 7: 9/11.
LING 388: Language and Computers Sandiway Fong Lecture 28: 12/6.
LING 388: Language and Computers Sandiway Fong Lecture 23: 11/14.
LING/C SC/PSYC 438/538 Computational Linguistics Sandiway Fong Lecture 6: 9/6.
LING 388: Language and Computers Sandiway Fong Lecture 27: 11/30.
LING 388: Language and Computers Sandiway Fong Lecture 28: 12/5.
LING 438/538 Computational Linguistics Sandiway Fong Lecture 12: 10/5.
Ways to solve problems Top down approach – Break problem up into smaller problems Bottom up approach – Solve smaller problem and then add features – Examples:
LING 438/538 Computational Linguistics Sandiway Fong Lecture 5: 9/5.
LING 388: Language and Computers Sandiway Fong Lecture 7: 9/12.
LING 388: Language and Computers Sandiway Fong Lecture 13: 10/10.
LING 388: Language and Computers Sandiway Fong Lecture 11.
LING 388: Language and Computers Sandiway Fong Lecture 17.
LING 388: Language and Computers Sandiway Fong Lecture 27.
Computational Linguistics Yoad Winter *General overview *Examples: Transducers; Stanford Parser; Google Translate; Word-Sense Disambiguation * Finite State.
LING 388: Language and Computers Sandiway Fong Lecture 22: 11/10.
Programming. What is a Program ? Sets of instructions that get the computer to do something Instructions are translated, eventually, to machine language.
LING 388: Language and Computers Sandiway Fong Lecture 5.
LING 388: Language and Computers Sandiway Fong Lecture 7.
LING 388: Language and Computers Sandiway Fong Lecture 3.
LING 388: Language and Computers Sandiway Fong Lecture 30 12/8.
Lessons Learned Mokusei: Multilingual Conversational Interfaces Future Plans Explore language-independent approaches to speech understanding and generation.
LING 388: Language and Computers Sandiway Fong Lecture 7 9/15.
LING 388: Language and Computers Sandiway Fong Lecture 18.
LING 388: Language and Computers Sandiway Fong Lecture 26 11/22.
LING 388: Language and Computers Sandiway Fong Lecture 6: 9/15.
D. M. Akbar Hussain: Department of Software & Media Technology 1 Compiler is tool: which translate notations from one system to another, usually from source.
LING 388: Language and Computers Sandiway Fong Lecture 10.
LANGUAGE TRANSLATORS: WEEK 17 scom.hud.ac.uk/scomtlm/cis2380/ See Appel’s book chapter 3 for support reading Last Week: Top-down, Table driven parsers.
LING 388: Language and Computers Sandiway Fong Lecture 19.
Flex: A fast Lexical Analyzer Generator CSE470: Spring 2000 Updated by Prasad.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
Fieldworks Language Explorer Training December 2, 2011 Sulphur, OK Your Language Program and the FLEx database software Joshua Jensen
LING 388: Language and Computers Sandiway Fong Lecture 21.
LING 388: Language and Computers Sandiway Fong Lecture 25.
Semi-Automated Elicitation Corpus Generation The elicitation tool provides a simple interface for bilingual informants with no linguistic training and.
LING/C SC/PSYC 438/538 Lecture 20 Sandiway Fong 1.
How Are Computers Programmed? CPS120: Introduction to Computer Science Lecture 5.
LING/C SC/PSYC 438/538 Lecture 18 Sandiway Fong. Adminstrivia Homework 7 out today – due Saturday by midnight.
LING/C SC/PSYC 438/538 Lecture 16 Sandiway Fong. SWI Prolog Grammar rules are translated when the program is loaded into Prolog rules. Solves the mystery.
1 10/15/04CS150 Introduction to Computer Science 1 Reading from and Writing to Files Part 2.
LING 388: Language and Computers Sandiway Fong Lecture 20.
Natural Language Processing Group Computer Sc. & Engg. Department JADAVPUR UNIVERSITY KOLKATA – , INDIA. Professor Sivaji Bandyopadhyay
LING 200 Introduction to Linguistics Prof. Sharon Hargus Winter 2009 Jan. 5, 2009.
LING 388: Language and Computers Sandiway Fong Lecture 23.
Computer Programming – Grammar – data types – Variables – Keywords – Operators – decision making – Loops – Arrays – Functions – files Programming Environment.
SUCCESS!
Formal Language Theory

CSE322 LEFT & RIGHT LINEAR REGULAR GRAMMAR
Affirmative statements Questions & WH~Questions
LING/C SC/PSYC 438/538 Lecture 23 Sandiway Fong.
Decidable Problems of Regular Languages
Изразеното в настоящата презентация мнение обвързва единствено автора и не представлява официално становище на Комисията за финансов надзор Данил Джоргов.
Affirmative statements Questions & WH~Questions
Presentation transcript:

LING 388: Language and Computers Sandiway Fong Lecture 26

Last Time 3 files: – j25.plJapanese grammar – g25.plEnglish grammar – translator25.plbilingual dictionary common interface: –predarg(Predicate,Subject,Object,decl/wh/yesno)

j25.pl use japanese:s(PA,JapaneseSentence,[])

j25.pl

g25.pl use english:s(PA,EnglishSentence,[])

g25.pl

NB. previously, a (regular) plural suffixation rule was used

g25.pl

translator25.pl Bilingual dictionary + translate/2

Tasks today 1.Comment out dual entries for Japanese lexicon – prevent duplicate generation of kana/kanji and romaji 2.Fix infinite loop for generation with the English grammar 3.Update the English grammar to generate wh- questions and yes/no-questions using predarg structure

Wh-questions Stanford Parser output: predarg(buy+past,john,what,wh)

Wh-questions Stanford Parser output: predarg(buy+past,who,book,wh)

Yes/No-Questions Stanford parser output: predarg(buy+past,john,book,yesno)