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/attempto/LexAttemptoFre.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/attempto/LexAttemptoFre.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoFre.gf | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/attempto/LexAttemptoFre.gf b/examples/attempto/LexAttemptoFre.gf deleted file mode 100644 index e7ce15ba3..000000000 --- a/examples/attempto/LexAttemptoFre.gf +++ /dev/null @@ -1,33 +0,0 @@ -instance LexAttemptoFre of LexAttempto = - open ExtraFre, SyntaxFre, ParadigmsFre, ConstructX, - MakeStructuralFre, - IrregFre, (P = Prelude) in { - -oper - possible_A = mkA "possible" ; - necessary_A = mkA "nécessaire" ; - own_A = mkA "propre" ; - have_VV = SyntaxFre.must_VV ; - provably_Adv = mkAdv "démontrablement" ; - provable_A = mkA "démontrable" ; - false_A = mkA "faux" ; - such_A = mkA "tel" "telle" ; - - genitiveNP np cn = mkNP (mkNP the_Art cn) (SyntaxFre.mkAdv possess_Prep np) ; - - each_Det = every_Det ; ---- - - that_Subj = mkSubj "que" ; ---- qu' - - comma_and_Conj = mkConj [] ", et" plural ; - comma_or_Conj = mkConj [] ", ou" singular ; - slash_Conj = mkConj [] "/" singular ; - - whose_IDet = mkIDet (mkIQuant "de qui") ; ---- - - eachOf np = mkNP (mkPredet "chacun" "chacune" genitive P.True) np ; - - adj_thatCl : A -> S -> Cl = \a,s -> - mkCl (mkVP (mkVP (mkAP a)) (SyntaxFre.mkAdv that_Subj s)) ; - -} |
