[TeamTalk 285]: [821] branches/air/Resources/Grammar/compile_gra.pl:

air@edam.speech.cs.cmu.edu air at edam.speech.cs.cmu.edu
Tue Oct 9 11:18:38 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20071009/93f3149f/attachment.html
-------------- next part --------------
Modified: branches/air/Resources/Grammar/compile_gra.pl
===================================================================
--- branches/air/Resources/Grammar/compile_gra.pl	2007-10-09 05:18:48 UTC (rev 820)
+++ branches/air/Resources/Grammar/compile_gra.pl	2007-10-09 15:18:38 UTC (rev 821)
@@ -1,7 +1,12 @@
 #!/usr/local/bin/perl
 # compile a grammar into forms and nets files
 # produce a "final" version of the grammar (after resolution)
+# 'extended' grammar incorporates all class members and is used for parser
+# 'abstracted' grammar leaves the classes as stubs and is used by the corpus generator
 
+# based on cmp.pl
+# [200710] (air)
+
 use strict;
 use Getopt::Long;
 


More information about the TeamTalk-developers mailing list