Jim's
Tutorials

Fall 2011
course
navigation

2011-09-18

Elias

Book notes

Chapter 3

Intro

3.1

Morphology

3.2

Input English Morphological Parse ---------------------------------------- cats cat +N +Pl cat cat +N +Sg cities city +N +Pl geese goose +N +Pl . . . . . . from p53
  1. Lexicon: List of stems and affixes, w/ basic info about them (N, V, etc...)
  2. Morphotactics: Model of morpheme ordering that explains which clases of morphemes can follow other classes inside a word. (eg: Pl follows N)
  3. Ortho. rules: Spelling rules used to model changes that occur in a word, us. when two morphemes combine. (eg: y -> ie [city -> cities])

3.3

Constructing FS Lex.

3.4-3.7

FS Transducers
--> For MP: FST as translator: in: str of letters, out: str of morphemes
FST Definition:
Q finite set of states, q0, q1, q2, ..., qn ∑ finite set corresponding to input alphabet Δ finite set corresponding to output alphabet q0 ∈ Q start state F ⊆ Q set of final states δ(q,w) transition function/matrix between states σ(q,w) output function giving set of possible output strs for each state and input.

3.5

Lexical entry for 'goose', geese->goose g:g o:e o:e s:s e:e

Exercises

3.2

3.3/4

(Will probably be drawn out on paper first)

3.5

(Will probably be drawn out on paper first)

3.9

Jim

Finite State Transducers : wikipedia | OpenFst Library
http://cs.marlboro.edu/ courses/ fall2011/jims_tutorials/ elias/ 2011-09-18
last modified Sunday September 25 2011 2:40 pm EDT