/usr/share/polygen/ita/gestionale.grm is in polygen-data 1.0.6.ds2-13.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | I ::= "title: Esami di Ingegneria Gestionale\n"
^ "author: MauroZ <zcode@tiscali.it>\n"
^ "language: italian\n"
^ "status: mature\n"
^ "topic: misc\n"
^ "audience: Carla in particolare\n"
^ "created: 15/01/2003"
;
S ::= ++Esame1 | Esame2 | --Esame3;
Esame1 ::= Esame [e Esame];
Esame2 ::= Pre Esame;
Esame3 ::= "Materiali" AggettivoMat;
Pre ::= "Principi di" | "Laboratorio di" | _;
Art ::= M: (C: (S: il | P: i) | V: (S: l'^ | P: gli))
| F: (C: (S: la | P: le) | V: (S: l'^ | P: le));
Ne ::= M: (C: (S: nel | P: nei) | V: (S: nell'^ | P: negli))
| F: (C: (S: nella | P: nelle) | V: (S: nell'^ | P: nelle));
De ::= M: (C: (S: del | P: dei) | V: (S: dell'^ | P: degli))
| F: (C: (S: della | P: delle) | V: (S: dell'^ | P: delle));
Titolo1 ::= ((((Nome Aggettivo).S).(-V|+C)).F | (((Nome Aggettivo).(+P)).(+C)).(M|F) | (((Nome Aggettivo).(P)).(V)).(M));
Titolo2 ::= ((((NomeDe).S).(-V|+C)).F) ((((De Nome Aggettivo).S).(-V|+C)).F | (((De Nome Aggettivo).(+P)).(+C)).(M|F) | (((De Nome Aggettivo).(P)).(V)).(M) | (((De Risorsa [Aggettivo]).(S)).(V)).(M|F)) ;
Esame ::= ++ Titolo1
| + Titolo2
| (Titolo1|Titolo2) "per" ((((Art Nome Aggettivo).S).(-V|+C)).F | (((Art Nome Aggettivo).(+P)).(+C)).(M|F) | (((Art Nome Aggettivo).(P)).(V)).(M)) |
Carattlist ((((Ne Nome Aggettivo).S).(-V|+C)).F | (((Ne Nome Aggettivo).(+P)).(+C)).(M|F) | (((Ne Nome Aggettivo).(P)).(V)).(M)) |
- Carattlist ((((Ne NomeDe).S).(-V|+C)).F) ((((De Nome Aggettivo).S).(-V|+C)).F | (((De Nome Aggettivo).(+P)).(+C)).(M|F) | (((De Nome Aggettivo).(P)).(V)).(M))
;
Nome ::= M: (V: (P: "Impianti" | "Automatismi") | C: (P: "Sistemi" | "Servizi" | "Robot" | "Controlli")) |
F: (V: (S: "Informazione" | "Economia" ) | C: (S: ("Logistica" | "Meccatronica" | "Gestione") | P: ("Macchine" | "Costruzioni") )) ;
NomeDe ::= F: (V: (S: "Organizzazione") | C: (S: "Gestione" | "Produzione" | "Progettazione" | "Costruzione" )) ;
Caratt ::= ("Qualita'" | "Sicurezza" | "Affidabilita'" | "Accuratezza" | "Controllo") ;
Carattlist ::= Caratt [(^"," Caratt e Caratt) | (e Caratt)];
Aggettivo ::= (("Automatic" | "Impiantistic" | "Robotic" | "Econonomic" | "Logistic")
^(F: (S: a | P: he) | M: (S: o | P: i))) |
(("Integrat" | "Operativ" | "Informativ" | "Distributiv" | "Costruttiv" | "Produttiv")
^(F: (S: a | P: e) | M: (S: o | P: i))) |
(("Aziendal" | "Gestional" | "Industrial")
^(S: e | P: i)) ;
AggettivoMat ::= "Metallici" | "Duttili" | "Legnosi";
Risorsa ::= M: (V: (S: "Ambiente") ) |
F: (V: (S: "Energia" |"Industria") ) ;
|