% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % File: dfst3.dtr % % Purpose: deterministic finite state transducer % % Author: James Kilbury, 16 November 1992 % % Email: kilbury@ling.uni-duesseldorf.de % % Address: U Drf, Universitaetsstr. 1, D-40225 Duesseldorf, Germany % % Related files: dfsa1.dtr, dfst2.dtr, dfsa2.dtr, phon_fst.dtr, tones.dtr % % Version: 1.02 % % Copyright (c) University of Duesseldorf 1992. All rights reserved. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % A finite-state transducer for German-English translation with plural forms: % illustrates sequences and default inference. TR: <> == == the <> == == == PLURAL == a <> == == == boy <> == == girl <> == child <> == man <> == slept <> == == saw <> == . PLURAL: == the boys TR:<> == the girls TR:<> == the children TR:<> == the men TR:<> == the woman TR:<> == the women TR:<>. % two theorems: % % TR: = the woman slept . % TR: = the boys saw the children . % Exercise: this FST attempts to translate any sequence of the given % German words, with little reference to their grammaticality (try, % for example, or ). % Rework the FST so that it protests when given such strings. # hide PLURAL. # show . % The next line is the Revision Control System Id: do not delete it. % $Id: archive.dtr,v 1.1 1997/04/09 20:40:33 root Exp $