@ Sof v1.0 @ @ JSGF 100 @ algorithm = "JSGF"; grammar = { #JSGF V1.0; // Define the grammar name grammar network.grammar.ISIP_JSGF_START; // Define the ISIP graph start symbol public = S; }; grammar = { #JSGF V1.0; // Define the grammar name grammar network.grammar.ISIP_JSGF_TERM; // Define the ISIP graph terminal symbol public = T; }; @ JSGF 0 @ algorithm = "JSGF"; grammar = { #JSGF V1.0; // Define the grammar name grammar network.grammar.sentence; // Define the rules public = ( /0/ ) ; = S1 ( /-1.20397/ | /-0.356675/ ) ; = S2 ( /-0.510826/ | /-0.916291/ ) ; = S3 ( /-0.223144/ | /-1.60944/ ) ; };