cf exper on res

This commit is contained in:
aarne
2005-11-15 16:54:56 +00:00
parent f2357e1bfd
commit a557898c2d
9 changed files with 222 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
Phr ::= PConj Imp ;
Phr ::= PConj S ;
Phr ::= PConj QS ;
Phr ::= PConj "please" Imp | PConj QS "please" ;
Phr ::= PConj NP | PConj NP "please" ;
PConj ::= | "and" | "but" | "therefore" ;