% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % File: fstmonth.dtr % % Purpose: FST to map month abbreviations to full month names % % shows how the search for generalization at any cost % % can make a trivial task into an unintelligible one. % % Author: Umberto Eco, 1st October, 1994 % % Related files: travel.dtr % % Version: 11.23 % % % % Copyright (c) University of Andorra 1994. All rights reserved. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % # atom A D F J M MB N O S UR. # vars $cap: A D F J M N O S. # vars $seg: a b c d e f g h i j k l m n o p q r s t u v w x y z. Month: <> == Rest1 <$cap a r> == $cap a Rest2: <$cap e c> == $cap e Rest2: <$cap p r> == $cap p Rest2: <$cap u n> == $cap u Rest2:. Rest1: <> == Rest2 <$cap $seg> == $cap $seg <> == b Rest2: == g Rest2: == l Rest2: == n Rest2:

== p Rest2: == t Rest2: == v Rest2:. Rest2: <> ==
== == == <$seg> == $seg <>. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Example theorems: % % Month: % = J a n u a r y % = F e b r u a r y % = M a r c h % = A p r i l % = M a y % = J u n e % = J u l y % = A u g u s t % = S e p t e m b e r % = O c t o b e r % = N o v e m b e r % = D e c e m b e r. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % # hide Rest1 Rest2. # 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 $