Presentation is loading. Please wait.

Presentation is loading. Please wait.

FST Morphology Miriam Butt October 2002 Based on Beesley and Karttunen 2002.

Similar presentations


Presentation on theme: "FST Morphology Miriam Butt October 2002 Based on Beesley and Karttunen 2002."— Presentation transcript:

1 FST Morphology Miriam Butt October 2002 Based on Beesley and Karttunen 2002

2 Recap Last Time: Finite State Automata can model most anything that involes a finite amount of states. We modeled a Coke Machine and saw that it could also be thought of as defining a language. We will now look at the extension to natural language more closely.

3 A One-Word Language canto

4 A Three-Word Language canto t igr e m es a

5 Analysis: A Successful Match canto t igr e m es a mesa Input:

6 Rejects The analysis of libro, tigra, cant, mesas will fail. Why?

7 Transducers: Beyond Accept and Reject canto t igr e m es a t igr e canto m es a

8 Analysis Process: Start at the Start State Match the input symbols of string against the lower- side symbol on the arcs, consuming the input symbols and finding a path to a final state. If successful, return the string of upper-side symbols on the path as the result. If unsucessful, return nothing.

9 A Two-Level Transducer canto t igr e m es a t igr e canto m es a mesa Output: mesa Input:

10 A Lexical Transducer canta Output: cant Input: r +PresInd +1P +Sg cant00000o o cant +Verb ar +PresInd+1P+Sg+Verb One Possible Path through the Network

11 A Lexical Transducer canto Output: cant Input: +Masc +Sg canto000 o cant +Noun o +Masc +Sg +Noun Another Possible Path through the Network

12 The Tags Tags or Symbols like +Noun or +Verb are arbitrary: the naming convention is determined by the (computational) linguist and depends on the larger picture (type of theory/type of application). One very successful tagging/naming convention is the Penn Treebank Tag Set

13 The Tags What kind of Tags might be useful?

14 Generation vs. Analysis The same finite state transducers we have been using for the analysis of a given surface string can also be used in reverse: for generation. The XRCE people think of analysis as lookup, of generation of lookdown.

15 Generation --- Lookdown canta Output: cant Input: r +PresInd +1P +Sg cant00000o ocant +Verb ar +PresInd+1P+Sg+Verb

16 Generation --- Lookdown Analysis Process: Start at the Start State and the beginning of the input string Match the input symbols of string against the upper- side symbols on the arcs, consuming the input symbols and finding a path to a final state. If successful, return the string of lower-side symbols on the path as the result. If generation is unsucessful, return nothing.

17 Concatenation One can also concatenate two existing languages (finite state networks with one another to build up new words productively/dynamically. This works nicely, but one has to write extra rules to avoid things like: *trys, *tryed, though trying is okay.

18 Concatenation work i ng s e d Network for the Language {“work”} Network for the Language {“s”, “ed”, “ing”}

19 Concatenation wor k i n g s e d Concatenation of the two networks What strings/language does this result in?

20 Composition Composition is an operation on two relations. Composition of the two relations and yields Example: with gives

21 Composition Katze chat c at chat

22 Katze c at chat Merging the two networks

23 Composition Katze cat The Composition of the Networks What is this reminiscent of?

24 Other Uses for the Transducers CA T cat Upper/Lower Casing


Download ppt "FST Morphology Miriam Butt October 2002 Based on Beesley and Karttunen 2002."

Similar presentations


Ads by Google