Finite State Transducers FSTs - PowerPoint PPT Presentation

1 / 4
About This Presentation
Title:

Finite State Transducers FSTs

Description:

Accept if string pair is in string pair language. Otherwise reject ... d(S, I:O): transition function. FSA: K = {a, b, !} FSA: K = {(a:b), (b:a), (!:!)} 3 ... – PowerPoint PPT presentation

Number of Views:124
Avg rating:3.0/5.0
Slides: 5
Provided by: johnmc5
Category:

less

Transcript and Presenter's Notes

Title: Finite State Transducers FSTs


1
Finite State Transducers (FSTs)
  • Recogniser
  • Input stringpair
  • Accept if stringpair is in stringpair language
  • Otherwise reject
  • Output yes/no
  • Generator
  • Output stringpair
  • Translator
  • Input one string
  • Output another

2
FST Components
  • S s1, , sN a finite set of N states
  • K k1, , kM a finite alphabet of M complex
    symbols (alphabet)
  • Complex symbol input-output pair (i o)
  • Input symbol from alphabet I
  • Output symbol from alphabet O
  • s0 start state F set of final states
  • d(S, IO) transition function
  • FSA K a, b, !
  • FSA K (ab), (ba), (!!)

3
FST Tapes
Input tape
Output tape
4
FSTs
DFST
NFST
Write a Comment
User Comments (0)
About PowerShow.com