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/query/LexQuerySwe.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/query/LexQuerySwe.gf')
| -rw-r--r-- | examples/query/LexQuerySwe.gf | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/examples/query/LexQuerySwe.gf b/examples/query/LexQuerySwe.gf deleted file mode 100644 index 733f2e959..000000000 --- a/examples/query/LexQuerySwe.gf +++ /dev/null @@ -1,32 +0,0 @@ -instance LexQuerySwe of LexQuery = - open SyntaxSwe, (M = MakeStructuralSwe), ParadigmsSwe, ExtraSwe, IrregSwe in { - -oper - located_A : A = compoundA (mkA "belägen" "beläget" "belägna" [] []) ; - - giveMe : NP -> VP = \np -> mkVP (mkV3 giva_V) (mkNP i_Pron) np ; - know_V2 = mkV2 veta_V ; - --- structural words - about_Prep : Prep = mkPrep "om" ; - all_NP : NP = mkNP (mkPN "allt") ; --- - also_AdV : AdV = mkAdV "också" ; - also_AdA : AdA = mkAdA "även" ; - as_Prep : Prep = mkPrep "för" ; --- only used for "vad har X för Y" - at_Prep : Prep = mkPrep "på" ; --- | mkPrep "hos" | mkPrep "vid" ; - that_RP = which_RP ; - - participlePropCN : Prop -> CN -> CN = variants {} ; - - vpAP _ = mkAP (mkA "obefintlig") ; --- not used, see LexQuery.participlePropCN - - called_A : A = compoundA (mkA "kallad" "kallat" "kallade" "kallade" "kallade") ; - - information_N : N = mkN "information" "informationer" ; - other_A : A = compoundA (mkA "annan" "annat" "andra" "andra" "andra") ; - otherwise_AdV : AdV = mkAdV "annars" ; - otherwise_AdA : AdA = mkAdA "annars" ; - what_IQuant : IQuant = which_IQuant ; - - -} |
