diff --git a/src/bulgarian/AdjectiveBul.gf b/src/bulgarian/AdjectiveBul.gf index 1b57e2c4..b38f9f73 100644 --- a/src/bulgarian/AdjectiveBul.gf +++ b/src/bulgarian/AdjectiveBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in { flags coding=cp1251 ; diff --git a/src/bulgarian/AdverbBul.gf b/src/bulgarian/AdverbBul.gf index 8b1e06a3..f4b84482 100644 --- a/src/bulgarian/AdverbBul.gf +++ b/src/bulgarian/AdverbBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in { flags coding=cp1251 ; diff --git a/src/bulgarian/AllBul.gf b/src/bulgarian/AllBul.gf index 80ad0216..e79b3c3a 100644 --- a/src/bulgarian/AllBul.gf +++ b/src/bulgarian/AllBul.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:prelude +--# -coding=cp1251 concrete AllBul of AllBulAbs = LangBul, diff --git a/src/bulgarian/AllBulAbs.gf b/src/bulgarian/AllBulAbs.gf index 34156982..07e88d53 100644 --- a/src/bulgarian/AllBulAbs.gf +++ b/src/bulgarian/AllBulAbs.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:prelude +--# -coding=cp1251 abstract AllBulAbs = Lang, diff --git a/src/bulgarian/CatBul.gf b/src/bulgarian/CatBul.gf index 470f8606..8ef4412c 100644 --- a/src/bulgarian/CatBul.gf +++ b/src/bulgarian/CatBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete CatBul of Cat = CommonX - [IAdv,CAdv] ** open ResBul, Prelude, Predef, (R = ParamX) in { flags diff --git a/src/bulgarian/ConjunctionBul.gf b/src/bulgarian/ConjunctionBul.gf index 93d646a5..880faf79 100644 --- a/src/bulgarian/ConjunctionBul.gf +++ b/src/bulgarian/ConjunctionBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete ConjunctionBul of Conjunction = CatBul ** open ResBul, Coordination, Prelude, Predef in { flags coding=cp1251 ; diff --git a/src/bulgarian/ExtraBul.gf b/src/bulgarian/ExtraBul.gf index 097572c0..f474a6d5 100644 --- a/src/bulgarian/ExtraBul.gf +++ b/src/bulgarian/ExtraBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete ExtraBul of ExtraBulAbs = CatBul ** open ResBul, MorphoFunsBul, Coordination, Prelude, Predef in { flags coding=cp1251 ; diff --git a/src/bulgarian/ExtraBulAbs.gf b/src/bulgarian/ExtraBulAbs.gf index 1b1a997b..e33a3c55 100644 --- a/src/bulgarian/ExtraBulAbs.gf +++ b/src/bulgarian/ExtraBulAbs.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 abstract ExtraBulAbs = Extra ** { flags coding=cp1251 ; diff --git a/src/bulgarian/GrammarBul.gf b/src/bulgarian/GrammarBul.gf index c1cf2159..ce6752c3 100644 --- a/src/bulgarian/GrammarBul.gf +++ b/src/bulgarian/GrammarBul.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:prelude +--# -coding=cp1251 concrete GrammarBul of Grammar = NounBul, diff --git a/src/bulgarian/IdiomBul.gf b/src/bulgarian/IdiomBul.gf index c2105319..2cab38e8 100644 --- a/src/bulgarian/IdiomBul.gf +++ b/src/bulgarian/IdiomBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in { flags coding=cp1251 ; diff --git a/src/bulgarian/LangBul.gf b/src/bulgarian/LangBul.gf index 435e0df5..ff106121 100644 --- a/src/bulgarian/LangBul.gf +++ b/src/bulgarian/LangBul.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:../prelude +--# -coding=cp1251 concrete LangBul of Lang = GrammarBul, diff --git a/src/bulgarian/LexiconBul.gf b/src/bulgarian/LexiconBul.gf index a70d9cf5..176ed142 100644 --- a/src/bulgarian/LexiconBul.gf +++ b/src/bulgarian/LexiconBul.gf @@ -1,4 +1,5 @@ --# -path=.:prelude +--# -coding=cp1251 concrete LexiconBul of Lexicon = CatBul ** open ParadigmsBul, ResBul, Prelude in { diff --git a/src/bulgarian/MorphoBul.gf b/src/bulgarian/MorphoBul.gf index 1e70c813..2b6dedef 100644 --- a/src/bulgarian/MorphoBul.gf +++ b/src/bulgarian/MorphoBul.gf @@ -1,4 +1,5 @@ --# -path=.:../../prelude +--# -coding=cp1251 --1 A Simple English Resource Morphology -- diff --git a/src/bulgarian/MorphoFunsBul.gf b/src/bulgarian/MorphoFunsBul.gf index 4168c0d7..ee7bcaaa 100644 --- a/src/bulgarian/MorphoFunsBul.gf +++ b/src/bulgarian/MorphoFunsBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 --# -path=.:../abstract:../../prelude:../common resource MorphoFunsBul = open diff --git a/src/bulgarian/NounBul.gf b/src/bulgarian/NounBul.gf index 69b16b17..306e907f 100644 --- a/src/bulgarian/NounBul.gf +++ b/src/bulgarian/NounBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { flags optimize=all_subs ; coding=cp1251 ; diff --git a/src/bulgarian/NumeralBul.gf b/src/bulgarian/NumeralBul.gf index 87632248..355fa8c8 100644 --- a/src/bulgarian/NumeralBul.gf +++ b/src/bulgarian/NumeralBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in { flags coding=cp1251 ; diff --git a/src/bulgarian/ParadigmsBul.gf b/src/bulgarian/ParadigmsBul.gf index 25724e29..3e842ed6 100644 --- a/src/bulgarian/ParadigmsBul.gf +++ b/src/bulgarian/ParadigmsBul.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:../prelude +--# -coding=cp1251 resource ParadigmsBul = MorphoFunsBul ** open Predef, diff --git a/src/bulgarian/PhraseBul.gf b/src/bulgarian/PhraseBul.gf index e61920a6..8788902d 100644 --- a/src/bulgarian/PhraseBul.gf +++ b/src/bulgarian/PhraseBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in { flags coding=cp1251 ; diff --git a/src/bulgarian/QuestionBul.gf b/src/bulgarian/QuestionBul.gf index 351dcaf6..cd8a2d5c 100644 --- a/src/bulgarian/QuestionBul.gf +++ b/src/bulgarian/QuestionBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in { flags coding=cp1251 ; diff --git a/src/bulgarian/RelativeBul.gf b/src/bulgarian/RelativeBul.gf index 19e4f4af..86a1e063 100644 --- a/src/bulgarian/RelativeBul.gf +++ b/src/bulgarian/RelativeBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete RelativeBul of Relative = CatBul ** open ResBul in { flags coding=cp1251 ; diff --git a/src/bulgarian/ResBul.gf b/src/bulgarian/ResBul.gf index 9af64d7d..7916bb26 100644 --- a/src/bulgarian/ResBul.gf +++ b/src/bulgarian/ResBul.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:../../prelude +--# -coding=cp1251 --1 Bulgarian auxiliary operations. diff --git a/src/bulgarian/SentenceBul.gf b/src/bulgarian/SentenceBul.gf index 36d36726..cce37ac5 100644 --- a/src/bulgarian/SentenceBul.gf +++ b/src/bulgarian/SentenceBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in { flags coding=cp1251 ; diff --git a/src/bulgarian/StructuralBul.gf b/src/bulgarian/StructuralBul.gf index 2b95fa12..92dcbfd2 100644 --- a/src/bulgarian/StructuralBul.gf +++ b/src/bulgarian/StructuralBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete StructuralBul of Structural = CatBul ** open MorphoBul, ParadigmsBul, Prelude in { flags coding=cp1251 ; diff --git a/src/bulgarian/SymbolBul.gf b/src/bulgarian/SymbolBul.gf index e37e5c86..a0d66679 100644 --- a/src/bulgarian/SymbolBul.gf +++ b/src/bulgarian/SymbolBul.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common +--# -coding=cp1251 concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in { diff --git a/src/bulgarian/TextBul.gf b/src/bulgarian/TextBul.gf index 21e624b8..1f1805c3 100644 --- a/src/bulgarian/TextBul.gf +++ b/src/bulgarian/TextBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete TextBul of Text = CatBul ** { flags coding=cp1251 ; diff --git a/src/bulgarian/VerbBul.gf b/src/bulgarian/VerbBul.gf index 785d35c8..280d99a4 100644 --- a/src/bulgarian/VerbBul.gf +++ b/src/bulgarian/VerbBul.gf @@ -1,3 +1,4 @@ +--# -coding=cp1251 concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in { flags coding=cp1251 ; diff --git a/src/catalan/BeschCat.gf b/src/catalan/BeschCat.gf index 30d68569..e39e001d 100644 --- a/src/catalan/BeschCat.gf +++ b/src/catalan/BeschCat.gf @@ -1,11 +1,11 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 -- -- Verbs trets de "Xurriguera". -- resource BeschCat = open Prelude, CommonRomance in { - --flags optimize=noexpand ; -- faster than values -- oper Verbum = {s : VFB => Str} ; diff --git a/src/catalan/DiffCat.gf b/src/catalan/DiffCat.gf index bcc04448..05d9ee06 100644 --- a/src/catalan/DiffCat.gf +++ b/src/catalan/DiffCat.gf @@ -1,5 +1,5 @@ --# -path=.:../romance:../abstract:../common:prelude - +--# -coding=latin1 instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelude in { flags optimize=noexpand ; diff --git a/src/catalan/IrregCat.gf b/src/catalan/IrregCat.gf index c1078109..6b13eaf5 100644 --- a/src/catalan/IrregCat.gf +++ b/src/catalan/IrregCat.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../abstract:../common:prelude +--# -coding=latin1 -- machine-generated GF file from Andersson & Söderberg's MSc work concrete IrregCat of IrregCatAbs = CatCat ** open CommonRomance, ParadigmsCat, BeschCat in { diff --git a/src/catalan/IrregCatAbs.gf b/src/catalan/IrregCatAbs.gf index a85f1c65..a016549b 100644 --- a/src/catalan/IrregCatAbs.gf +++ b/src/catalan/IrregCatAbs.gf @@ -1,4 +1,6 @@ +--# -coding=latin1 abstract IrregCatAbs = Cat ** { + -- fun abarse_V : V ; -- fun abastecer_V : V ; -- fun abeldar_V : V ; diff --git a/src/catalan/LexiconCat.gf b/src/catalan/LexiconCat.gf index 55955127..c8421cef 100644 --- a/src/catalan/LexiconCat.gf +++ b/src/catalan/LexiconCat.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 concrete LexiconCat of Lexicon = CatCat ** open (M=MorphoCat), ParadigmsCat, BeschCat in { diff --git a/src/catalan/NumeralCat.gf b/src/catalan/NumeralCat.gf index e4037a05..684e2d6b 100644 --- a/src/catalan/NumeralCat.gf +++ b/src/catalan/NumeralCat.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete NumeralCat of Numeral = CatCat [Numeral,Digits] ** open CommonRomance, ResRomance, MorphoCat, Prelude in { diff --git a/src/catalan/ParadigmsCat.gf b/src/catalan/ParadigmsCat.gf index 3fe58d2c..019df51a 100644 --- a/src/catalan/ParadigmsCat.gf +++ b/src/catalan/ParadigmsCat.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 --1 Catalan Lexical Paradigms -- diff --git a/src/danish/IdiomDan.gf b/src/danish/IdiomDan.gf index 28f51bb5..ec4f9521 100644 --- a/src/danish/IdiomDan.gf +++ b/src/danish/IdiomDan.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete IdiomDan of Idiom = CatDan ** open MorphoDan, ParadigmsDan, IrregDan, Prelude in { diff --git a/src/danish/IrregDan.gf b/src/danish/IrregDan.gf index 9eff1652..bd6ff6bc 100644 --- a/src/danish/IrregDan.gf +++ b/src/danish/IrregDan.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../common:../abstract:../../prelude +--# -coding=latin1 -- http://users.cybercity.dk/~nmb3879/danishgram3.html diff --git a/src/danish/IrregDanAbs.gf b/src/danish/IrregDanAbs.gf index be02eaf7..e86a44b9 100644 --- a/src/danish/IrregDanAbs.gf +++ b/src/danish/IrregDanAbs.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 abstract IrregDanAbs = Cat ** { fun diff --git a/src/danish/LexiconDan.gf b/src/danish/LexiconDan.gf index a7c49c50..86caba1a 100644 --- a/src/danish/LexiconDan.gf +++ b/src/danish/LexiconDan.gf @@ -1,5 +1,5 @@ --# -path=.:../scandinavian:../common:../abstract:../../prelude - +--# -coding=latin1 concrete LexiconDan of Lexicon = CatDan ** diff --git a/src/danish/MorphoDan.gf b/src/danish/MorphoDan.gf index 015176f3..89db624d 100644 --- a/src/danish/MorphoDan.gf +++ b/src/danish/MorphoDan.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 --1 A Simple Danish Resource Morphology -- -- Aarne Ranta 2002 diff --git a/src/danish/NumeralDan.gf b/src/danish/NumeralDan.gf index b8846c8e..5d13c277 100644 --- a/src/danish/NumeralDan.gf +++ b/src/danish/NumeralDan.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete NumeralDan of Numeral = CatDan ** open MorphoDan in { diff --git a/src/danish/StructuralDan.gf b/src/danish/StructuralDan.gf index 82508661..dfe57982 100644 --- a/src/danish/StructuralDan.gf +++ b/src/danish/StructuralDan.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete StructuralDan of Structural = CatDan ** open MorphoDan, ParadigmsDan, (X = ConstructX), IrregDan, Prelude in { diff --git a/src/dutch/ExtraDut.gf b/src/dutch/ExtraDut.gf index 7ad3b398..c22329fc 100644 --- a/src/dutch/ExtraDut.gf +++ b/src/dutch/ExtraDut.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete ExtraDut of ExtraDutAbs = CatDut ** open ResDut, MorphoDut, Coordination, Prelude, IrregDut in { diff --git a/src/dutch/LexiconDut.gf b/src/dutch/LexiconDut.gf index d707714b..ce291660 100644 --- a/src/dutch/LexiconDut.gf +++ b/src/dutch/LexiconDut.gf @@ -1,4 +1,5 @@ --# -path=.:../common:../abstract:../../prelude +--# -coding=latin1 -- work by Aarne Ranta diff --git a/src/dutch/MorphoDut.gf b/src/dutch/MorphoDut.gf index cf0becf8..6e20492e 100644 --- a/src/dutch/MorphoDut.gf +++ b/src/dutch/MorphoDut.gf @@ -1,4 +1,5 @@ --# -path=.:../common:../../prelude +--# -coding=latin1 -- ----1 A Simple Dutman Resource Morphology ---- diff --git a/src/dutch/NumeralDut.gf b/src/dutch/NumeralDut.gf index cd74a388..0e82726d 100644 --- a/src/dutch/NumeralDut.gf +++ b/src/dutch/NumeralDut.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete NumeralDut of Numeral = CatDut [Numeral,Digits] ** open ResDut, Prelude in { flags optimize = all_subs ; diff --git a/src/dutch/ResDut.gf b/src/dutch/ResDut.gf index e074d745..004623f1 100644 --- a/src/dutch/ResDut.gf +++ b/src/dutch/ResDut.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common +--# -coding=latin1 --1 Dutch auxiliary operations. -- diff --git a/src/finnish/AdjectiveFin.gf b/src/finnish/AdjectiveFin.gf index 9606c213..eb435b06 100644 --- a/src/finnish/AdjectiveFin.gf +++ b/src/finnish/AdjectiveFin.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete AdjectiveFin of Adjective = CatFin ** open ResFin, StemFin, Prelude in { flags optimize=all_subs ; -- gfc size from 2864336 to 6786 - i.e. factor 422 diff --git a/src/finnish/AdverbFin.gf b/src/finnish/AdverbFin.gf index bd9225b7..7b5a1ec9 100644 --- a/src/finnish/AdverbFin.gf +++ b/src/finnish/AdverbFin.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude, StemFin in { lin diff --git a/src/finnish/ExtraFin.gf b/src/finnish/ExtraFin.gf index da5cf239..01804e67 100644 --- a/src/finnish/ExtraFin.gf +++ b/src/finnish/ExtraFin.gf @@ -1,4 +1,5 @@ --# -path=.:abstract:common:prelude +--# -coding=latin1 concrete ExtraFin of ExtraFinAbs = CatFin ** open ResFin, MorphoFin, Coordination, Prelude, NounFin, StructuralFin, StemFin, (R = ParamX) in { diff --git a/src/finnish/LexiconFin.gf b/src/finnish/LexiconFin.gf index 65ebc21e..b4d95bce 100644 --- a/src/finnish/LexiconFin.gf +++ b/src/finnish/LexiconFin.gf @@ -1,4 +1,5 @@ --# -path=.:prelude +--# -coding=latin1 concrete LexiconFin of Lexicon = CatFin ** open MorphoFin, StemFin, ParadigmsFin in { diff --git a/src/finnish/MorphoFin.gf b/src/finnish/MorphoFin.gf index d3ef7359..e6694347 100644 --- a/src/finnish/MorphoFin.gf +++ b/src/finnish/MorphoFin.gf @@ -1,4 +1,5 @@ --# -path=.:../common:prelude +--# -coding=latin1 --1 A Simple Finnish Resource Morphology -- diff --git a/src/finnish/NounFin.gf b/src/finnish/NounFin.gf index a91bdeef..44a7b2ef 100644 --- a/src/finnish/NounFin.gf +++ b/src/finnish/NounFin.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in { lin diff --git a/src/finnish/NumeralFin.gf b/src/finnish/NumeralFin.gf index 84d294a6..6aa97b93 100644 --- a/src/finnish/NumeralFin.gf +++ b/src/finnish/NumeralFin.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete NumeralFin of Numeral = CatFin [Numeral,Digits] ** open Prelude, ParadigmsFin, MorphoFin, StemFin in { -- Notice: possessive forms are not used. They get wrong, since every diff --git a/src/finnish/ParadigmsFin.gf b/src/finnish/ParadigmsFin.gf index 3fa89647..99769b88 100644 --- a/src/finnish/ParadigmsFin.gf +++ b/src/finnish/ParadigmsFin.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:../../prelude +--# -coding=latin1 --1 Finnish Lexical Paradigms -- diff --git a/src/finnish/RelativeFin.gf b/src/finnish/RelativeFin.gf index a8d328f6..b8116b7d 100644 --- a/src/finnish/RelativeFin.gf +++ b/src/finnish/RelativeFin.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete RelativeFin of Relative = CatFin ** open Prelude, ResFin, MorphoFin in { flags optimize=all_subs ; diff --git a/src/finnish/ResFin.gf b/src/finnish/ResFin.gf index 42274ed2..7105091c 100644 --- a/src/finnish/ResFin.gf +++ b/src/finnish/ResFin.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:../../prelude +--# -coding=latin1 --1 Finnish auxiliary operations. diff --git a/src/finnish/SentenceFin.gf b/src/finnish/SentenceFin.gf index 6d67227a..d927bce0 100644 --- a/src/finnish/SentenceFin.gf +++ b/src/finnish/SentenceFin.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin, StemFin in { flags optimize=all_subs ; diff --git a/src/finnish/StructuralFin.gf b/src/finnish/StructuralFin.gf index 173fb1f8..7c9f04ed 100644 --- a/src/finnish/StructuralFin.gf +++ b/src/finnish/StructuralFin.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete StructuralFin of Structural = CatFin ** open MorphoFin, ParadigmsFin, (X = ConstructX), StemFin, Prelude in { diff --git a/src/french/BeschFre.gf b/src/french/BeschFre.gf index f5921258..8e68fd48 100644 --- a/src/french/BeschFre.gf +++ b/src/french/BeschFre.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 resource BeschFre = open Prelude, MorphoFre in { flags optimize=noexpand ; -- faster and smaller than =all diff --git a/src/french/DiffFre.gf b/src/french/DiffFre.gf index 7c4aaaf9..9d5b7b9d 100644 --- a/src/french/DiffFre.gf +++ b/src/french/DiffFre.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../abstract:../common:prelude +--# -coding=latin1 instance DiffFre of DiffRomance - [ imperClit, diff --git a/src/french/ExtraFre.gf b/src/french/ExtraFre.gf index 916a8a05..acf648a1 100644 --- a/src/french/ExtraFre.gf +++ b/src/french/ExtraFre.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre ** open CommonRomance, PhonoFre, MorphoFre, ParadigmsFre, ParamX, ResFre, Prelude in { diff --git a/src/french/ExtraFreAbs.gf b/src/french/ExtraFreAbs.gf index 5868522e..0a7a3f76 100644 --- a/src/french/ExtraFreAbs.gf +++ b/src/french/ExtraFreAbs.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 -- Structures special for French. These are not implemented in other -- Romance languages. diff --git a/src/french/IrregFre.gf b/src/french/IrregFre.gf index 7531831f..37f82071 100644 --- a/src/french/IrregFre.gf +++ b/src/french/IrregFre.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 -- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004 -- Translated to GF by Aarne Ranta diff --git a/src/french/IrregFreAbs.gf b/src/french/IrregFreAbs.gf index f82d7c0a..de282656 100644 --- a/src/french/IrregFreAbs.gf +++ b/src/french/IrregFreAbs.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../abstract:../../prelude +--# -coding=latin1 -- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004 -- Translated to GF by Aarne Ranta diff --git a/src/french/LexiconFre.gf b/src/french/LexiconFre.gf index adeccbd9..946adec7 100644 --- a/src/french/LexiconFre.gf +++ b/src/french/LexiconFre.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 concrete LexiconFre of Lexicon = CatFre ** open (M = MorphoFre), PhonoFre, ParadigmsFre, IrregFre in { diff --git a/src/french/MorphoFre.gf b/src/french/MorphoFre.gf index 251f043d..a56abb36 100644 --- a/src/french/MorphoFre.gf +++ b/src/french/MorphoFre.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../../prelude +--# -coding=latin1 --1 A Simple French Resource Morphology -- diff --git a/src/french/ParadigmsFre.gf b/src/french/ParadigmsFre.gf index c676ab32..329cf7c9 100644 --- a/src/french/ParadigmsFre.gf +++ b/src/french/ParadigmsFre.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 --1 French Lexical Paradigms -- diff --git a/src/german/ExtraGer.gf b/src/german/ExtraGer.gf index fde62e3d..f2ae04fc 100644 --- a/src/german/ExtraGer.gf +++ b/src/german/ExtraGer.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete ExtraGer of ExtraGerAbs = CatGer ** open ResGer, Coordination, Prelude, IrregGer in { diff --git a/src/german/IrregGer.gf b/src/german/IrregGer.gf index 09aa5d35..236af7d6 100644 --- a/src/german/IrregGer.gf +++ b/src/german/IrregGer.gf @@ -1,4 +1,5 @@ --# -path=.:prelude:../abstract:../common +--# -coding=latin1 -- adapted from verb list in -- http://www.iee.et.tu-dresden.de/~wernerr/grammar/verben_dt.html diff --git a/src/german/IrregGerAbs.gf b/src/german/IrregGerAbs.gf index 0c2f1555..fd0c5a09 100644 --- a/src/german/IrregGerAbs.gf +++ b/src/german/IrregGerAbs.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 abstract IrregGerAbs = Cat ** { fun backen_V : V ; diff --git a/src/german/LexiconGer.gf b/src/german/LexiconGer.gf index f5eddef6..5ba40f1e 100644 --- a/src/german/LexiconGer.gf +++ b/src/german/LexiconGer.gf @@ -1,4 +1,5 @@ --# -path=.:../common:../abstract:../../prelude +--# -coding=latin1 -- work by Aarne Ranta, Andreas Priesnitz, and Henning Thielemann. diff --git a/src/german/MorphoGer.gf b/src/german/MorphoGer.gf index 7c6e1143..ecc64c0e 100644 --- a/src/german/MorphoGer.gf +++ b/src/german/MorphoGer.gf @@ -1,4 +1,5 @@ --# -path=.:../common:../../prelude +--# -coding=latin1 -- ----1 A Simple German Resource Morphology ---- diff --git a/src/german/NumeralGer.gf b/src/german/NumeralGer.gf index 9c4a79e5..9920a2b7 100644 --- a/src/german/NumeralGer.gf +++ b/src/german/NumeralGer.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete NumeralGer of Numeral = CatGer [Numeral,Digits] ** open MorphoGer, Prelude in { flags optimize = all_subs ; diff --git a/src/german/ParadigmsGer.gf b/src/german/ParadigmsGer.gf index 8de23c11..3b734393 100644 --- a/src/german/ParadigmsGer.gf +++ b/src/german/ParadigmsGer.gf @@ -1,4 +1,5 @@ --# -path=.:../common:../abstract:../../prelude +--# -coding=latin1 --1 German Lexical Paradigms -- diff --git a/src/german/ResGer.gf b/src/german/ResGer.gf index abac3e8d..aaac2b84 100644 --- a/src/german/ResGer.gf +++ b/src/german/ResGer.gf @@ -1,4 +1,5 @@ --# -path=.:../abstract:../common:prelude +--# -coding=latin1 --1 German auxiliary operations. -- diff --git a/src/german/StructuralGer.gf b/src/german/StructuralGer.gf index 2708af50..b22c79dc 100644 --- a/src/german/StructuralGer.gf +++ b/src/german/StructuralGer.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete StructuralGer of Structural = CatGer ** open MorphoGer, MakeStructuralGer, (X = ConstructX), diff --git a/src/italian/DiffIta.gf b/src/italian/DiffIta.gf index 46cb905b..3052b14b 100644 --- a/src/italian/DiffIta.gf +++ b/src/italian/DiffIta.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../abstract:../common:prelude +--# -coding=latin1 instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelude in { diff --git a/src/italian/MorphoIta.gf b/src/italian/MorphoIta.gf index 8b950f7f..9871f300 100644 --- a/src/italian/MorphoIta.gf +++ b/src/italian/MorphoIta.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../../prelude +--# -coding=latin1 --1 A Simple Italian Resource Morphology -- diff --git a/src/italian/ParadigmsIta.gf b/src/italian/ParadigmsIta.gf index 32d52f38..30ba0369 100644 --- a/src/italian/ParadigmsIta.gf +++ b/src/italian/ParadigmsIta.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 --1 Italian Lexical Paradigms -- diff --git a/src/italian/PhonoIta.gf b/src/italian/PhonoIta.gf index 6439e550..9ab86153 100644 --- a/src/italian/PhonoIta.gf +++ b/src/italian/PhonoIta.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 resource PhonoIta = open Prelude in { --3 Elision diff --git a/src/norwegian/DiffNor.gf b/src/norwegian/DiffNor.gf index e1a26c65..b7f6b7b1 100644 --- a/src/norwegian/DiffNor.gf +++ b/src/norwegian/DiffNor.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 instance DiffNor of DiffScand = open CommonScand, Prelude in { -- Parameters. diff --git a/src/norwegian/IdiomNor.gf b/src/norwegian/IdiomNor.gf index 5db5d940..efbcc8e5 100644 --- a/src/norwegian/IdiomNor.gf +++ b/src/norwegian/IdiomNor.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete IdiomNor of Idiom = CatNor ** open MorphoNor, ParadigmsNor, IrregNor, Prelude in { diff --git a/src/norwegian/IrregNor.gf b/src/norwegian/IrregNor.gf index 899fe362..1d5995ee 100644 --- a/src/norwegian/IrregNor.gf +++ b/src/norwegian/IrregNor.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../common:../abstract:../../prelude +--# -coding=latin1 -- see: http://frodo.bruderhof.com/norskklassen/commonverbs.htm diff --git a/src/norwegian/IrregNorAbs.gf b/src/norwegian/IrregNorAbs.gf index 2c6c6118..dacfa5ed 100644 --- a/src/norwegian/IrregNorAbs.gf +++ b/src/norwegian/IrregNorAbs.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 abstract IrregNorAbs = Cat ** { fun be_V : V ; fun bite_V : V ; diff --git a/src/norwegian/LexiconNor.gf b/src/norwegian/LexiconNor.gf index 622f3f9f..b0725ff5 100644 --- a/src/norwegian/LexiconNor.gf +++ b/src/norwegian/LexiconNor.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../common:../abstract:../../prelude +--# -coding=latin1 concrete LexiconNor of Lexicon = CatNor ** open Prelude, ParadigmsNor, IrregNor in { diff --git a/src/norwegian/MorphoNor.gf b/src/norwegian/MorphoNor.gf index def4a39a..41ce4a10 100644 --- a/src/norwegian/MorphoNor.gf +++ b/src/norwegian/MorphoNor.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 --1 A Simple Norwegian Resource Morphology -- -- Aarne Ranta 2002 diff --git a/src/norwegian/NumeralNor.gf b/src/norwegian/NumeralNor.gf index b6e293db..33c9cb15 100644 --- a/src/norwegian/NumeralNor.gf +++ b/src/norwegian/NumeralNor.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete NumeralNor of Numeral = CatNor ** open MorphoNor in { lincat diff --git a/src/norwegian/ParadigmsNor.gf b/src/norwegian/ParadigmsNor.gf index 0fa487b0..aed3bf83 100644 --- a/src/norwegian/ParadigmsNor.gf +++ b/src/norwegian/ParadigmsNor.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../common:../abstract:../../prelude +--# -coding=latin1 --1 Norwegian Lexical Paradigms -- diff --git a/src/norwegian/StructuralNor.gf b/src/norwegian/StructuralNor.gf index 67cb870e..b9c42327 100644 --- a/src/norwegian/StructuralNor.gf +++ b/src/norwegian/StructuralNor.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete StructuralNor of Structural = CatNor ** open MorphoNor, ParadigmsNor, (X = ConstructX), IrregNor, Prelude in { diff --git a/src/romance/CatRomance.gf b/src/romance/CatRomance.gf index 3f8bf13d..38ab9f12 100644 --- a/src/romance/CatRomance.gf +++ b/src/romance/CatRomance.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 incomplete concrete CatRomance of Cat = CommonX - [SC,Pol] ** open Prelude, CommonRomance, ResRomance, (R = ParamX) in { diff --git a/src/romance/DiffRomance.gf b/src/romance/DiffRomance.gf index 6bcd38fb..4ab94f15 100644 --- a/src/romance/DiffRomance.gf +++ b/src/romance/DiffRomance.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 --1 Differences between Romance languages interface DiffRomance = open CommonRomance, Prelude in { diff --git a/src/romance/SentenceRomance.gf b/src/romance/SentenceRomance.gf index 76e75a52..c5075b35 100644 --- a/src/romance/SentenceRomance.gf +++ b/src/romance/SentenceRomance.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 incomplete concrete SentenceRomance of Sentence = CatRomance ** open Prelude, CommonRomance, ResRomance in { diff --git a/src/romanian/CatRon.gf b/src/romanian/CatRon.gf index c0e97abb..d085ec6d 100644 --- a/src/romanian/CatRon.gf +++ b/src/romanian/CatRon.gf @@ -1,4 +1,5 @@ --# -path=.:../Romance:../common:../abstract:../common:prelude +--# -coding=latin1 concrete CatRon of Cat = CommonX - [CAdv,Temp,Tense] diff --git a/src/romanian/IdiomRon.gf b/src/romanian/IdiomRon.gf index 8a79d082..9b64412a 100644 --- a/src/romanian/IdiomRon.gf +++ b/src/romanian/IdiomRon.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete IdiomRon of Idiom = -- CatRon ** open (P = ParamX), MorphoRon, ParadigmsRon,Prelude CatRon ** open Prelude, ResRon,BeschRon diff --git a/src/romanian/PhraseRon.gf b/src/romanian/PhraseRon.gf index bb89def5..a2756392 100644 --- a/src/romanian/PhraseRon.gf +++ b/src/romanian/PhraseRon.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete PhraseRon of Phrase = CatRon ** open ResRon, Prelude in { diff --git a/src/romanian/QuestionRon.gf b/src/romanian/QuestionRon.gf index 6602a5c7..f4e9c78e 100644 --- a/src/romanian/QuestionRon.gf +++ b/src/romanian/QuestionRon.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete QuestionRon of Question = CatRon ** open ResRon, Prelude in { diff --git a/src/romanian/RelativeRon.gf b/src/romanian/RelativeRon.gf index 9386e77d..e7cc4576 100644 --- a/src/romanian/RelativeRon.gf +++ b/src/romanian/RelativeRon.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete RelativeRon of Relative = CatRon ** open Prelude, ResRon in { diff --git a/src/romanian/SentenceRon.gf b/src/romanian/SentenceRon.gf index 31988d80..d126cb3d 100644 --- a/src/romanian/SentenceRon.gf +++ b/src/romanian/SentenceRon.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete SentenceRon of Sentence = CatRon ** open Prelude, ResRon in { diff --git a/src/romanian/VerbRon.gf b/src/romanian/VerbRon.gf index 7544d6ab..5b87a277 100644 --- a/src/romanian/VerbRon.gf +++ b/src/romanian/VerbRon.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete VerbRon of Verb = CatRon ** open Prelude, ResRon in { diff --git a/src/scandinavian/ExtraScand.gf b/src/scandinavian/ExtraScand.gf index f9086469..fb6b48e2 100644 --- a/src/scandinavian/ExtraScand.gf +++ b/src/scandinavian/ExtraScand.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 incomplete concrete ExtraScand of ExtraScandAbs = CatScand ** open CommonScand,Coordination,ResScand, ParamX in { lin diff --git a/src/spanish/BeschSpa.gf b/src/spanish/BeschSpa.gf index 6114985f..b09869ec 100644 --- a/src/spanish/BeschSpa.gf +++ b/src/spanish/BeschSpa.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../prelude +--# -coding=latin1 resource BeschSpa = open Prelude, CommonRomance in { diff --git a/src/spanish/DiffSpa.gf b/src/spanish/DiffSpa.gf index 84827419..98cbc83b 100644 --- a/src/spanish/DiffSpa.gf +++ b/src/spanish/DiffSpa.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../abstract:../common:prelude +--# -coding=latin1 instance DiffSpa of DiffRomance = open CommonRomance, PhonoSpa, BeschSpa, Prelude in { diff --git a/src/spanish/ExtraSpa.gf b/src/spanish/ExtraSpa.gf index c2fda9e9..0e2c8084 100644 --- a/src/spanish/ExtraSpa.gf +++ b/src/spanish/ExtraSpa.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete ExtraSpa of ExtraSpaAbs = ExtraRomanceSpa ** open CommonRomance, PhonoSpa, MorphoSpa, ParadigmsSpa, ParamX, ResSpa, BeschSpa, Prelude in { diff --git a/src/spanish/IrregSpa.gf b/src/spanish/IrregSpa.gf index f2a64984..63e21c98 100644 --- a/src/spanish/IrregSpa.gf +++ b/src/spanish/IrregSpa.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../abstract:../common:../prelude +--# -coding=latin1 -- machine-generated GF file from Andersson & Söderberg's MSc work diff --git a/src/spanish/IrregSpaAbs.gf b/src/spanish/IrregSpaAbs.gf index 23a5052f..3d8b0b74 100644 --- a/src/spanish/IrregSpaAbs.gf +++ b/src/spanish/IrregSpaAbs.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 abstract IrregSpaAbs = Cat ** { fun abarse_V : V ; fun abastecer_V : V ; diff --git a/src/spanish/LexiconSpa.gf b/src/spanish/LexiconSpa.gf index 8fc8fcd7..f1cebf19 100644 --- a/src/spanish/LexiconSpa.gf +++ b/src/spanish/LexiconSpa.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 concrete LexiconSpa of Lexicon = CatSpa ** open (M=MorphoSpa), ParadigmsSpa, BeschSpa in { diff --git a/src/spanish/MorphoSpa.gf b/src/spanish/MorphoSpa.gf index 9395583e..27b6086f 100644 --- a/src/spanish/MorphoSpa.gf +++ b/src/spanish/MorphoSpa.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../../prelude +--# -coding=latin1 --1 A Simple Spanish Resource Morphology -- diff --git a/src/spanish/ParadigmsSpa.gf b/src/spanish/ParadigmsSpa.gf index 44253bfb..0cfd3198 100644 --- a/src/spanish/ParadigmsSpa.gf +++ b/src/spanish/ParadigmsSpa.gf @@ -1,4 +1,5 @@ --# -path=.:../romance:../common:../abstract:../../prelude +--# -coding=latin1 --1 Spanish Lexical Paradigms -- diff --git a/src/spanish/StructuralSpa.gf b/src/spanish/StructuralSpa.gf index afc6f714..af3627a9 100644 --- a/src/spanish/StructuralSpa.gf +++ b/src/spanish/StructuralSpa.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete StructuralSpa of Structural = CatSpa ** open PhonoSpa, MorphoSpa, ParadigmsSpa, BeschSpa, MakeStructuralSpa, (X = ConstructX), Prelude in { diff --git a/src/spanish/TextSpa.gf b/src/spanish/TextSpa.gf index b689e1bb..f45aa6b1 100644 --- a/src/spanish/TextSpa.gf +++ b/src/spanish/TextSpa.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete TextSpa of Text = CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** { -- This works for the special punctuation marks of Spanish. diff --git a/src/swedish/DiffSwe.gf b/src/swedish/DiffSwe.gf index 3fe2b912..53993ab1 100644 --- a/src/swedish/DiffSwe.gf +++ b/src/swedish/DiffSwe.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 instance DiffSwe of DiffScand = open CommonScand, Prelude in { -- Parameters. diff --git a/src/swedish/ExtraSwe.gf b/src/swedish/ExtraSwe.gf index 9bb83e2d..ec497739 100644 --- a/src/swedish/ExtraSwe.gf +++ b/src/swedish/ExtraSwe.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../abstract:../common:prelude +--# -coding=latin1 concrete ExtraSwe of ExtraSweAbs = ExtraScandSwe - [FocAdv] , ParadigmsSwe - [nominative] ** open CommonScand, ResSwe, ParamX, VerbSwe, Prelude, DiffSwe, StructuralSwe, MorphoSwe, diff --git a/src/swedish/IdiomSwe.gf b/src/swedish/IdiomSwe.gf index 48111389..e2fe4323 100644 --- a/src/swedish/IdiomSwe.gf +++ b/src/swedish/IdiomSwe.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete IdiomSwe of Idiom = CatSwe ** open MorphoSwe, ParadigmsSwe, IrregSwe, Prelude in { diff --git a/src/swedish/IrregSwe.gf b/src/swedish/IrregSwe.gf index 6c2b21c3..4e687d5c 100644 --- a/src/swedish/IrregSwe.gf +++ b/src/swedish/IrregSwe.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../common:../abstract:../../prelude +--# -coding=latin1 concrete IrregSwe of IrregSweAbs = CatSwe ** open ParadigmsSwe in { diff --git a/src/swedish/IrregSweAbs.gf b/src/swedish/IrregSweAbs.gf index ad213839..79124a38 100644 --- a/src/swedish/IrregSweAbs.gf +++ b/src/swedish/IrregSweAbs.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 abstract IrregSweAbs = Cat ** { fun anfalla_V : V ; diff --git a/src/swedish/LexiconSwe.gf b/src/swedish/LexiconSwe.gf index afc5c3f2..1d06a547 100644 --- a/src/swedish/LexiconSwe.gf +++ b/src/swedish/LexiconSwe.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../common:../abstract:../../prelude +--# -coding=latin1 concrete LexiconSwe of Lexicon = CatSwe ** open Prelude, ParadigmsSwe, IrregSwe in { diff --git a/src/swedish/MorphoSwe.gf b/src/swedish/MorphoSwe.gf index 2f2467fe..378b1663 100644 --- a/src/swedish/MorphoSwe.gf +++ b/src/swedish/MorphoSwe.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../common:../../prelude +--# -coding=latin1 --1 A Simple Swedish Resource Morphology -- diff --git a/src/swedish/NumeralSwe.gf b/src/swedish/NumeralSwe.gf index 1345defd..4a7e9377 100644 --- a/src/swedish/NumeralSwe.gf +++ b/src/swedish/NumeralSwe.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete NumeralSwe of Numeral = CatSwe [Numeral,Digits] ** open ResSwe, MorphoSwe, Prelude in { lincat diff --git a/src/swedish/ParadigmsSwe.gf b/src/swedish/ParadigmsSwe.gf index dc3e54b3..16a880ee 100644 --- a/src/swedish/ParadigmsSwe.gf +++ b/src/swedish/ParadigmsSwe.gf @@ -1,4 +1,5 @@ --# -path=.:../scandinavian:../common:../abstract:../../prelude +--# -coding=latin1 --1 Swedish Lexical Paradigms -- diff --git a/src/swedish/StructuralSwe.gf b/src/swedish/StructuralSwe.gf index d7aa0637..5ec89f32 100644 --- a/src/swedish/StructuralSwe.gf +++ b/src/swedish/StructuralSwe.gf @@ -1,3 +1,4 @@ +--# -coding=latin1 concrete StructuralSwe of Structural = CatSwe ** open MorphoSwe, ParadigmsSwe, MakeStructuralSwe, (X = ConstructX), Prelude in {