diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
| commit | f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch) | |
| tree | 946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/SUMO/RGLExt/Extension.gf | |
| parent | 8e1c6cca407c82fc09569d80c231b8d256735989 (diff) | |
Remove contribs and examples
Everything has now been moved to a separate repository at
https://github.com/GrammaticalFramework/gf-contrib
The contents of the examples folder are build during SetupWeb
Diffstat (limited to 'examples/SUMO/RGLExt/Extension.gf')
| -rw-r--r-- | examples/SUMO/RGLExt/Extension.gf | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/SUMO/RGLExt/Extension.gf b/examples/SUMO/RGLExt/Extension.gf deleted file mode 100644 index e9410526f..000000000 --- a/examples/SUMO/RGLExt/Extension.gf +++ /dev/null @@ -1,31 +0,0 @@ -
--- other functions needed for parsing
-
-abstract Extension = Cat ** {
-
-cat
- PolSentence;
- StmtS ;
- [CN]{2};
-
-fun
-VerbToNounV2 : V2 -> N2 ; -- discovering
-VerbToNoun : V -> N ; -- walking is healthy
-VerbToGerundA : V -> A ; -- singing bird
-VerbToParticipeA : V -> A ; -- the required number
-ConjCN : Conj -> [CN] -> CN ; -- set or class
-mkPolSent : Cl -> PolSentence ;
-getSent : PolSentence -> S ;
-sentToNoun : PolSentence -> NP ;
-UsePolSentence : Pol -> PolSentence -> StmtS ;
-
-at_Prep : Prep ;
-per_Prep : Prep ;
-O1 : NP ;
-O2 : NP ;
-O3 : NP ;
-O4 : NP ;
-O5 : NP ;
-
-
-};
|
