diff options
| author | aarne <unknown> | 2005-11-15 10:43:32 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-11-15 10:43:32 +0000 |
| commit | 1fd1f44fcc81149b286992dd13b3128d42c4736e (patch) | |
| tree | 26361d155c0fe4291fd49ce55d610ff156dd32d7 /examples/CLE/English.cf | |
| parent | f339b8839bcb25a57cb22baa3342032892f9be63 (diff) | |
extended cf syntax; Det experiment
Diffstat (limited to 'examples/CLE/English.cf')
| -rw-r--r-- | examples/CLE/English.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/CLE/English.cf b/examples/CLE/English.cf index be00ec352..a267736e1 100644 --- a/examples/CLE/English.cf +++ b/examples/CLE/English.cf @@ -3,7 +3,7 @@ -- p. 164 utterance_phrase. UTTERANCE ::= PHRASE ; -utterance_conj_phrase. UTTERANCE ::= CONJ Phrase ; +utterance_conj_phrase. UTTERANCE ::= CONJ PHRASE ; utterance_whatabout. UTTERANCE ::= "what" "about" PHRASE ; utterance_howabout. UTTERANCE ::= "how" "about" PHRASE ; @@ -106,7 +106,7 @@ np_np_vp_pass. NP ::= NP VP_pass ; np_np_adjp. NP ::= NP ADJP_post ; --- restr. acc to text -rel_s_rel. REL ::= S_rel ; +rel_s_rel. REL ::= S_r ; rel_s_norm. REL ::= S_normal_gap ; --- type normal=norm ?? --- they cannot be showing their real code here |
