diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-11 22:25:02 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-11 22:25:02 -0300 |
| commit | 9a0bf41772184f7072f76cfa94e520d022261e4f (patch) | |
| tree | b53f08d849e0cfe2f6b7a628616f38666eec7bde /RGens/data/sample-grammars/company.gram | |
| parent | 3e6e258a63d30e9ae57cc3f08efdcf95d6a3c44d (diff) | |
More grammars
Diffstat (limited to 'RGens/data/sample-grammars/company.gram')
| -rw-r--r-- | RGens/data/sample-grammars/company.gram | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/RGens/data/sample-grammars/company.gram b/RGens/data/sample-grammars/company.gram index aa84b0b..53dcd11 100644 --- a/RGens/data/sample-grammars/company.gram +++ b/RGens/data/sample-grammars/company.gram @@ -43,15 +43,15 @@ pragma export-rule [company] [company-suffix] [company-suffix1] [company-suffix2] -[company-suffix1] Inc. - Incorporated - Ltd. - Corp. - Corporation - Co. - Company - Cooperative - Amalgamated +[company-suffix1] {{empty}} Inc. + {{empty}} Incorporated + {{empty}} Ltd. + {{empty}} Corp. + {{empty}} Corporation + {{empty}} Co. + {{empty}} Company + {{empty}} Cooperative + {{empty}} Amalgamated [company-suffix2] , Inc. , Incorporated @@ -159,6 +159,8 @@ pragma export-rule [company] inprise hewlett-packard +pragma export-rule [tech-company] + [corp-job-title] president vice president chief executive officer |
