This commit is contained in:
aarne
2005-11-16 10:28:47 +00:00
parent 16f1631906
commit a62523e09f
14 changed files with 255 additions and 113 deletions

View File

@@ -1,8 +1,10 @@
Phr ::= PConj Imp ;
Phr ::= PConj S ;
Phr ::= PConj QS ;
Phr ::= PConj "please" Imp | PConj QS "please" ;
Phr ::= PConj NP | PConj NP "please" ;
Phr ::= PConj Imp Please ;
Phr ::= PConj QS Please ;
Phr ::= PConj NP Please ;
Phr ::= PConj PP Please ;
Phr ::= PConj "to" VP Please ;
PConj ::= | "and" | "but" | "therefore" ;
Please ::= | "please" ;