From edade87b0a74137643e4c3ac861fff5cadbbe980 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 4 Jun 2018 00:02:57 -0300 Subject: Update --- data/new-sample-grammars/cbs.gram | 20 ++++---------------- data/sample-grammars/career.gram | 14 +++++--------- 2 files changed, 9 insertions(+), 25 deletions(-) (limited to 'data') diff --git a/data/new-sample-grammars/cbs.gram b/data/new-sample-grammars/cbs.gram index 215d8d3..fa70a40 100755 --- a/data/new-sample-grammars/cbs.gram +++ b/data/new-sample-grammars/cbs.gram @@ -1375,13 +1375,7 @@ pragma export-rule [proposition] going forward, [proposition] actually, [proposition] -[articulate-proposition] [proposition] - [proposition] - [proposition] - [proposition] - [proposition] - [proposition] - [proposition] +[articulate-proposition] {^8} [proposition] [articulate-proposition-1] pragma export-rule [articulate-proposition] @@ -1390,15 +1384,9 @@ pragma export-rule [articulate-proposition] pragma export-rule [sentence] -[sentences] [sentence] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] +[sentences] {^2} {&1..4} [sentence] + {^4} {&4..8} [sentence] + {&8..12} [sentence] pragma export-rule [sentences] pragma initial-rule [sentences] diff --git a/data/sample-grammars/career.gram b/data/sample-grammars/career.gram index 5a6a694..556ba6f 100755 --- a/data/sample-grammars/career.gram +++ b/data/sample-grammars/career.gram @@ -4,7 +4,7 @@ pragma initial-rule [career-tech-desc] pragma prefix-with [career-tech-desc] [career-tech-desc-pref] -pragma suffix-with [career-tech-desc] [career-tech-descsuff] [career-tech-descsuff] +pragma suffix-with [career-tech-desc] {&1..2} [career-tech-descsuff] [career-tech-desc-pref] [career-prefsuf] of the @@ -20,12 +20,7 @@ pragma suffix-with [career-tech-desc] [career-tech-descsuff] [career-tech-descsu pragma export-rule [career-techname] -[career-tech] [career-tech2] - [career-tech2] - [career-tech2] - [career-tech2] - [career-tech2] - [career-tech2] +[career-tech] {^6} [career-tech2] [quote-career-tech] and [quote-career-tech] [quote-career-tech] , [quote-career-tech] and [quote-career-tech] @@ -37,8 +32,9 @@ pragma export-rule [career-tech] pragma despace-rule [quote-career-tech] -[career-tech2] [act-career-tech] (reports to the [career-tech] ) - [act-career-tech] (reports to [full-name-and-title] ) +[career-tech2] {^10} [act-career-tech] + [act-career-tech] (reports to the [career-tech] ) + {^2} [act-career-tech] (reports to [full-name-and-title] ) [act-career-tech] paper pusher computer [software-career-type] -- cgit v1.2.3