diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-11-06 20:56:39 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-11-06 20:56:39 -0400 |
| commit | 72cbe4c1c664712c1fdecf75b039132a53d91635 (patch) | |
| tree | 0b61565e327eea7304848e40952092b7303c21f3 /RGens/data/sample-grammars/organization.gram | |
| parent | cba5ae6bc285439593f4e847c0d3b32e8e608ec8 (diff) | |
More grammar updates
Diffstat (limited to 'RGens/data/sample-grammars/organization.gram')
| -rw-r--r-- | RGens/data/sample-grammars/organization.gram | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/RGens/data/sample-grammars/organization.gram b/RGens/data/sample-grammars/organization.gram index bac2309..9c88686 100644 --- a/RGens/data/sample-grammars/organization.gram +++ b/RGens/data/sample-grammars/organization.gram @@ -90,7 +90,7 @@ pragma suffix-with [org-goalbody] [org-wayof] speed limits the [protect] women's suffrage - [trademark+drug] + the drug [trademark+drug] [trademark] [organization] [org-course] @@ -99,11 +99,15 @@ pragma suffix-with [org-goalbody] [org-wayof] making [quote-course] a mandatory course teaching [quote-course] in high school -[org-goal-person] supporting [full-name-and-title] - opposing [full-name-and-title] - exiling [full-name-and-title] - indicting [full-name-and-title] - pardoning [full-name-and-title] +[org-goal-person] supporting [quote-nametitle] + opposing [quote-nametitle] + exiling [quote-nametitle] + indicting [quote-nametitle] + pardoning [quote-nametitle] + +[quote-nametitle] ( [full-name-and-title] ) + +pragma despace-rule [quote-nametitle] pragma prefix-with [org-goal] [org-goal-abolish] @@ -159,7 +163,7 @@ pragma prefix-with [org-goal] [org-goal-abolish] [intl-possesive] [us-stateadj] -[intl-possesive] [full-name-and-title] 's +[intl-possesive] ( [full-name-and-title] 's ) pragma despace-rule [intl-possesive] |
