French / English Translation by Sharon Ulery. Purpose computational linguistics to serve students of French or English & those who only know one of these.

Slides:



Advertisements
Similar presentations
High School Writing Conventions Flipbook Project
Advertisements

CHAPTER 1: AN OVERVIEW OF COMPUTERS AND LOGIC. Objectives 2  Understand computer components and operations  Describe the steps involved in the programming.
1 Language and kids Linguistics lecture #8 November 21, 2006.
PHONEXIA Can I have it in writing?. Discuss and share your answers to the following questions: 1.When you have English lessons listening to spoken English,
Using Colons. Colons Announce Things They announce rules and explanations Remember this: College grads earn 72% more than high school grads The wires.
The Grammar-Translation Method
Resources Primary resources – Lexicons, structured vocabularies – Grammars (in widest sense) – Corpora – Treebanks Secondary resources – Designed for a.
CALL: Computer-Assisted Language Learning. 2/14 Computer-Assisted (Language) Learning “Little” programs Purpose-built learning programs (courseware) Using.
Creation of a Russian-English Translation Program Karen Shiells.
Los verbos “ar” Objective: We will learn how to conjugate “ar” verbs in Spanish.
Programming. Software is made by programmers Computers need all kinds of software, from operating systems to applications People learn how to tell the.
Unit 30 Subject Relative Clauses (Adjective Clauses with Subject Relative Pronouns)
Verb Conjugation Foldable
Latin Grammar: Singular and Plural Magister Henderson Latin I.
Est-ce que je peux…? Asking for something/offering to help.
Editing Your Paper.
© Janice Regan, CMPT 128, Jan CMPT 128 Introduction to Computing Science for Engineering Students Creating a program.
Eric Cohen Books 2007 Simply Writing - Task to Project to Bagrut What's expected and what you can do! Clarity, Expectation and Format.
 To develop English Communication Skills in :  Speaking  Writing  Spelling  To enhance English Knowledge on  Grammar  Vocabulary  To develop.
Programming Languages V Deena Engel’s class.
Chapter 10: Compilers and Language Translation Invitation to Computer Science, Java Version, Third Edition.
CS 4705 Natural Language Processing Fall 2010 What is Natural Language Processing? Designing software to recognize, analyze and generate text and speech.
Natural Language Processing Guangyan Song. What is NLP  Natural Language processing (NLP) is a field of computer science and linguistics concerned with.
Using Colons. Colons Announce Things They announce rules and explanations Remember this: College grads earn 72% more than high school grads The wires.
Warm-Up Imperative sentences make a request. Open your test booklets now.
Subject Pronouns in French. Subject Pronouns are really important as they help us learn verb conjugations In order to conjugate verbs in French we need.
Computational linguistics A brief overview. Computational Linguistics might be considered as a synonym of automatic processing of natural language, since.
30 March – 8 April 2005 Dipartimento di Informatica, Universita di Pisa ML for NLP With Special Focus on Tagging and Parsing Kiril Ribarov.
Sentence Analysis Week 2 – DGP for Pre-AP.
Introduction to Linguistics Class # 1. What is Linguistics? Linguistics is NOT: Linguistics is NOT:  learning to speak many languages  evaluating different.
Why Learn Parts of Speech? You can’t use a tool if you can’t name it.
Stentor A new Computer-Aided Transcription software for French language.
Auckland 2012Kilgarriff: NLP and Corpus Processing1 The contribution of NLP: corpus processing.
GoBack definitions Level 1 Parts of Speech GoBack is a memorization game; the teacher asks students definitions, and when someone misses one, you go back.
PROJECT EDITING 8th grade Project. WRITING CHECKLIST 8th grade Project.
Data Organization Quality Assurance and Transformations.
Compilers and Interpreters
S TEP 5 - E DITING The next stage in the writing process is called “editing”. The purpose of editing is to apply the standards of written English to your.
10 BEST APPS TO CORRECT THE SENTENCE. When you are writing anywhere else it can be frustrating to find the best app that can correct the sentences online.
Subject/Predicate Bell Ringer…
T H E D I R E C T M E T H O D DM. Background DM An outcome of a reaction against the Grammar- Translation Method. It was based on the assumption that.
English 101-A.  Be able to name the 6 steps to the writing process.  Be prepared for True/False questions on the 6 steps of the writing process.
How to use the Internet to Speak and Write in Italian 1.Write simple sentences in English. 2.Identify the verb 3.Translate the verb correctlyhttp://dictionary.reverso.net/english-
Grammar Daily Review: week six  Sentence: Copy the sentence below for week six.  who likes to lie under the stars on clear nights  Monday Focus:  Verb.
Website Source Code Free Download.
KINECT AMERICAN SIGN TRANSLATOR (KAST)
The Grammar, Punctuation and Spelling Test – Your Guide
Who/whom would I even ask? Who/whom cares?
French / English Translation
Grammar Daily Review: week nine
Project editing IInd grade Project.
Complete Sentences S V . ? ! 1.Start with a capital letter
ALL ABOUT VERBS GRAMMAR SUMMARY.
Introduction to English Language
French / English Translation
DGP: Daily Grammar Practice
The BonPatron Vocabulary Guide
ACT English:.
FIRST SEMESTER GRAMMAR
ENGLISH LANGUAGE CLAIRE WALLIS
Ideas Organization Word Choice Voice Sentence Fluency Conventions
Programming.
Five Requirements of a Complete Sentence
LINGUA INGLESE 2A – a.a. 2018/2019 Computer-Aided Translation Technology LESSON 3 prof. ssa Laura Liucci –
Chapter 10: Compilers and Language Translation
French / English Translation
Chapter 10 Language and Thought.
Writing 1: Parts of a written piece
Meanings of the voices active: The subject acts. passive:
Presentation transcript:

French / English Translation by Sharon Ulery

Purpose computational linguistics to serve students of French or English & those who only know one of these translate French to English and English to French well enough to be understandable Even a less than perfect translation is useful  for basic understanding  for students to check their writing

Scope Iterative form  Baseline- word-for-word translation  Expected- subject-verb-object form  Ideal- all grammatical utterances

Similar Projects Various levels of sophistication  Web-based free automatic translation  Software packages for profit  Human translation

Theory NLP techniques  Rules- based Not robust Grammatical v. ungrammatical utterances What it does, it does correctly Easier to code  Statistical analysis Robust How people really talk Dependant on corpus More sophisticated, harder to code

Algorithms Java French v. English versions transToFrench() and transToEnglish() conjugate() other grammar rules  determine conjugation  adjective placement  determine person of subject  determine part of speech

Testing Structural testing  Single user (me)  Ongoing  After each new method  After making improvements to existing methods  Checks that algorithms work as expected Random testing  Multiple users  Periodically  Later in development process  Catches what structural testing misses  Shows if new algorithms are needed

Current Results Word-for-word translation Verb conjugation from infinitive Recognizes subject pronouns Mechanics  Capitalization  Punctuation and misspellings Example (ETF): “I ask a question.” --> “JE demande un question.” Example (FTE): “Je demander un question.” --> “I ask a question.”