mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
lib/src: adding --# -coding=latin1 to 119 RGL modules
Adding coding pragmas --# -coding=latin1 so that grammars will continue to work when we change the default character encoding to UTF-8.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
|
concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in {
|
concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
concrete AllBul of AllBulAbs =
|
concrete AllBul of AllBulAbs =
|
||||||
LangBul,
|
LangBul,
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
abstract AllBulAbs =
|
abstract AllBulAbs =
|
||||||
Lang,
|
Lang,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete CatBul of Cat = CommonX - [IAdv,CAdv] ** open ResBul, Prelude, Predef, (R = ParamX) in {
|
concrete CatBul of Cat = CommonX - [IAdv,CAdv] ** open ResBul, Prelude, Predef, (R = ParamX) in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete ConjunctionBul of Conjunction =
|
concrete ConjunctionBul of Conjunction =
|
||||||
CatBul ** open ResBul, Coordination, Prelude, Predef in {
|
CatBul ** open ResBul, Coordination, Prelude, Predef in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete ExtraBul of ExtraBulAbs = CatBul **
|
concrete ExtraBul of ExtraBulAbs = CatBul **
|
||||||
open ResBul, MorphoFunsBul, Coordination, Prelude, Predef in {
|
open ResBul, MorphoFunsBul, Coordination, Prelude, Predef in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
abstract ExtraBulAbs = Extra ** {
|
abstract ExtraBulAbs = Extra ** {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
concrete GrammarBul of Grammar =
|
concrete GrammarBul of Grammar =
|
||||||
NounBul,
|
NounBul,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
|
concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../prelude
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
concrete LangBul of Lang =
|
concrete LangBul of Lang =
|
||||||
GrammarBul,
|
GrammarBul,
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:prelude
|
--# -path=.:prelude
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
concrete LexiconBul of Lexicon = CatBul **
|
concrete LexiconBul of Lexicon = CatBul **
|
||||||
open ParadigmsBul, ResBul, Prelude in {
|
open ParadigmsBul, ResBul, Prelude in {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../../prelude
|
--# -path=.:../../prelude
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
--1 A Simple English Resource Morphology
|
--1 A Simple English Resource Morphology
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
--# -path=.:../abstract:../../prelude:../common
|
--# -path=.:../abstract:../../prelude:../common
|
||||||
|
|
||||||
resource MorphoFunsBul = open
|
resource MorphoFunsBul = open
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
|
concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
|
||||||
flags optimize=all_subs ; coding=cp1251 ;
|
flags optimize=all_subs ; coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in {
|
concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../prelude
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
resource ParadigmsBul = MorphoFunsBul ** open
|
resource ParadigmsBul = MorphoFunsBul ** open
|
||||||
Predef,
|
Predef,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
|
concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in {
|
concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete RelativeBul of Relative = CatBul ** open ResBul in {
|
concrete RelativeBul of Relative = CatBul ** open ResBul in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:../../prelude
|
--# -path=.:../abstract:../common:../../prelude
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
--1 Bulgarian auxiliary operations.
|
--1 Bulgarian auxiliary operations.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
|
concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete StructuralBul of Structural = CatBul **
|
concrete StructuralBul of Structural = CatBul **
|
||||||
open MorphoBul, ParadigmsBul, Prelude in {
|
open MorphoBul, ParadigmsBul, Prelude in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common
|
--# -path=.:../abstract:../common
|
||||||
|
--# -coding=cp1251
|
||||||
|
|
||||||
concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in {
|
concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete TextBul of Text = CatBul ** {
|
concrete TextBul of Text = CatBul ** {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=cp1251
|
||||||
concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
|
concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
|
||||||
flags coding=cp1251 ;
|
flags coding=cp1251 ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
--
|
--
|
||||||
-- Verbs trets de "Xurriguera".
|
-- Verbs trets de "Xurriguera".
|
||||||
--
|
--
|
||||||
|
|
||||||
resource BeschCat = open Prelude, CommonRomance in {
|
resource BeschCat = open Prelude, CommonRomance in {
|
||||||
|
|
||||||
|
|
||||||
--flags optimize=noexpand ; -- faster than values
|
--flags optimize=noexpand ; -- faster than values
|
||||||
--
|
--
|
||||||
oper Verbum = {s : VFB => Str} ;
|
oper Verbum = {s : VFB => Str} ;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
--# -path=.:../romance:../abstract:../common:prelude
|
--# -path=.:../romance:../abstract:../common:prelude
|
||||||
|
--# -coding=latin1
|
||||||
instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelude in {
|
instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelude in {
|
||||||
|
|
||||||
flags optimize=noexpand ;
|
flags optimize=noexpand ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../abstract:../common:prelude
|
--# -path=.:../romance:../abstract:../common:prelude
|
||||||
|
--# -coding=latin1
|
||||||
-- machine-generated GF file from Andersson & Söderberg's MSc work
|
-- machine-generated GF file from Andersson & Söderberg's MSc work
|
||||||
concrete IrregCat of IrregCatAbs = CatCat **
|
concrete IrregCat of IrregCatAbs = CatCat **
|
||||||
open CommonRomance, ParadigmsCat, BeschCat in {
|
open CommonRomance, ParadigmsCat, BeschCat in {
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
|
--# -coding=latin1
|
||||||
abstract IrregCatAbs = Cat ** {
|
abstract IrregCatAbs = Cat ** {
|
||||||
|
|
||||||
-- fun abarse_V : V ;
|
-- fun abarse_V : V ;
|
||||||
-- fun abastecer_V : V ;
|
-- fun abastecer_V : V ;
|
||||||
-- fun abeldar_V : V ;
|
-- fun abeldar_V : V ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
concrete LexiconCat of Lexicon = CatCat ** open
|
concrete LexiconCat of Lexicon = CatCat ** open
|
||||||
(M=MorphoCat), ParadigmsCat, BeschCat in {
|
(M=MorphoCat), ParadigmsCat, BeschCat in {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete NumeralCat of Numeral = CatCat [Numeral,Digits] **
|
concrete NumeralCat of Numeral = CatCat [Numeral,Digits] **
|
||||||
open CommonRomance, ResRomance, MorphoCat, Prelude in {
|
open CommonRomance, ResRomance, MorphoCat, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 Catalan Lexical Paradigms
|
--1 Catalan Lexical Paradigms
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete IdiomDan of Idiom = CatDan **
|
concrete IdiomDan of Idiom = CatDan **
|
||||||
open MorphoDan, ParadigmsDan, IrregDan, Prelude in {
|
open MorphoDan, ParadigmsDan, IrregDan, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
-- http://users.cybercity.dk/~nmb3879/danishgram3.html
|
-- http://users.cybercity.dk/~nmb3879/danishgram3.html
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
abstract IrregDanAbs = Cat ** {
|
abstract IrregDanAbs = Cat ** {
|
||||||
|
|
||||||
fun
|
fun
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
|
|
||||||
concrete LexiconDan of Lexicon = CatDan **
|
concrete LexiconDan of Lexicon = CatDan **
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
--1 A Simple Danish Resource Morphology
|
--1 A Simple Danish Resource Morphology
|
||||||
--
|
--
|
||||||
-- Aarne Ranta 2002
|
-- Aarne Ranta 2002
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete NumeralDan of Numeral = CatDan ** open MorphoDan in {
|
concrete NumeralDan of Numeral = CatDan ** open MorphoDan in {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete StructuralDan of Structural = CatDan **
|
concrete StructuralDan of Structural = CatDan **
|
||||||
open MorphoDan, ParadigmsDan, (X = ConstructX), IrregDan, Prelude in {
|
open MorphoDan, ParadigmsDan, (X = ConstructX), IrregDan, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete ExtraDut of ExtraDutAbs = CatDut **
|
concrete ExtraDut of ExtraDutAbs = CatDut **
|
||||||
open ResDut, MorphoDut, Coordination, Prelude, IrregDut in
|
open ResDut, MorphoDut, Coordination, Prelude, IrregDut in
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../common:../abstract:../../prelude
|
--# -path=.:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
-- work by Aarne Ranta
|
-- work by Aarne Ranta
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../common:../../prelude
|
--# -path=.:../common:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
--
|
--
|
||||||
----1 A Simple Dutman Resource Morphology
|
----1 A Simple Dutman Resource Morphology
|
||||||
----
|
----
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete NumeralDut of Numeral = CatDut [Numeral,Digits] ** open ResDut, Prelude in {
|
concrete NumeralDut of Numeral = CatDut [Numeral,Digits] ** open ResDut, Prelude in {
|
||||||
|
|
||||||
flags optimize = all_subs ;
|
flags optimize = all_subs ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common
|
--# -path=.:../abstract:../common
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 Dutch auxiliary operations.
|
--1 Dutch auxiliary operations.
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete AdjectiveFin of Adjective = CatFin ** open ResFin, StemFin, Prelude in {
|
concrete AdjectiveFin of Adjective = CatFin ** open ResFin, StemFin, Prelude in {
|
||||||
|
|
||||||
flags optimize=all_subs ; -- gfc size from 2864336 to 6786 - i.e. factor 422
|
flags optimize=all_subs ; -- gfc size from 2864336 to 6786 - i.e. factor 422
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude, StemFin in {
|
concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude, StemFin in {
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:abstract:common:prelude
|
--# -path=.:abstract:common:prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
concrete ExtraFin of ExtraFinAbs = CatFin **
|
concrete ExtraFin of ExtraFinAbs = CatFin **
|
||||||
open ResFin, MorphoFin, Coordination, Prelude, NounFin, StructuralFin, StemFin, (R = ParamX) in {
|
open ResFin, MorphoFin, Coordination, Prelude, NounFin, StructuralFin, StemFin, (R = ParamX) in {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:prelude
|
--# -path=.:prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
concrete LexiconFin of Lexicon = CatFin ** open MorphoFin, StemFin, ParadigmsFin in {
|
concrete LexiconFin of Lexicon = CatFin ** open MorphoFin, StemFin, ParadigmsFin in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../common:prelude
|
--# -path=.:../common:prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 A Simple Finnish Resource Morphology
|
--1 A Simple Finnish Resource Morphology
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in {
|
concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in {
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete NumeralFin of Numeral = CatFin [Numeral,Digits] ** open Prelude, ParadigmsFin, MorphoFin, StemFin in {
|
concrete NumeralFin of Numeral = CatFin [Numeral,Digits] ** open Prelude, ParadigmsFin, MorphoFin, StemFin in {
|
||||||
|
|
||||||
-- Notice: possessive forms are not used. They get wrong, since every
|
-- Notice: possessive forms are not used. They get wrong, since every
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:../../prelude
|
--# -path=.:../abstract:../common:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 Finnish Lexical Paradigms
|
--1 Finnish Lexical Paradigms
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete RelativeFin of Relative = CatFin ** open Prelude, ResFin, MorphoFin in {
|
concrete RelativeFin of Relative = CatFin ** open Prelude, ResFin, MorphoFin in {
|
||||||
|
|
||||||
flags optimize=all_subs ;
|
flags optimize=all_subs ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:../../prelude
|
--# -path=.:../abstract:../common:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 Finnish auxiliary operations.
|
--1 Finnish auxiliary operations.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin, StemFin in {
|
concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin, StemFin in {
|
||||||
|
|
||||||
flags optimize=all_subs ;
|
flags optimize=all_subs ;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete StructuralFin of Structural = CatFin **
|
concrete StructuralFin of Structural = CatFin **
|
||||||
open MorphoFin, ParadigmsFin, (X = ConstructX), StemFin, Prelude in {
|
open MorphoFin, ParadigmsFin, (X = ConstructX), StemFin, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
resource BeschFre = open Prelude, MorphoFre in {
|
resource BeschFre = open Prelude, MorphoFre in {
|
||||||
|
|
||||||
flags optimize=noexpand ; -- faster and smaller than =all
|
flags optimize=noexpand ; -- faster and smaller than =all
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../abstract:../common:prelude
|
--# -path=.:../romance:../abstract:../common:prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
instance DiffFre of DiffRomance - [
|
instance DiffFre of DiffRomance - [
|
||||||
imperClit,
|
imperClit,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
|
concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
|
||||||
open CommonRomance, PhonoFre, MorphoFre, ParadigmsFre, ParamX, ResFre, Prelude in {
|
open CommonRomance, PhonoFre, MorphoFre, ParadigmsFre, ParamX, ResFre, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
-- Structures special for French. These are not implemented in other
|
-- Structures special for French. These are not implemented in other
|
||||||
-- Romance languages.
|
-- Romance languages.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
-- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004
|
-- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004
|
||||||
-- Translated to GF by Aarne Ranta
|
-- Translated to GF by Aarne Ranta
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../abstract:../../prelude
|
--# -path=.:../romance:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
-- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004
|
-- Irregular verbs from Nancy, based on a list from Sylvain Pogodalla, 25/11/2004
|
||||||
-- Translated to GF by Aarne Ranta
|
-- Translated to GF by Aarne Ranta
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
concrete LexiconFre of Lexicon = CatFre **
|
concrete LexiconFre of Lexicon = CatFre **
|
||||||
open (M = MorphoFre), PhonoFre, ParadigmsFre, IrregFre in {
|
open (M = MorphoFre), PhonoFre, ParadigmsFre, IrregFre in {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../../prelude
|
--# -path=.:../romance:../common:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 A Simple French Resource Morphology
|
--1 A Simple French Resource Morphology
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 French Lexical Paradigms
|
--1 French Lexical Paradigms
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete ExtraGer of ExtraGerAbs = CatGer **
|
concrete ExtraGer of ExtraGerAbs = CatGer **
|
||||||
open ResGer, Coordination, Prelude, IrregGer in {
|
open ResGer, Coordination, Prelude, IrregGer in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:prelude:../abstract:../common
|
--# -path=.:prelude:../abstract:../common
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
-- adapted from verb list in
|
-- adapted from verb list in
|
||||||
-- http://www.iee.et.tu-dresden.de/~wernerr/grammar/verben_dt.html
|
-- http://www.iee.et.tu-dresden.de/~wernerr/grammar/verben_dt.html
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
abstract IrregGerAbs = Cat ** {
|
abstract IrregGerAbs = Cat ** {
|
||||||
|
|
||||||
fun backen_V : V ;
|
fun backen_V : V ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../common:../abstract:../../prelude
|
--# -path=.:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
-- work by Aarne Ranta, Andreas Priesnitz, and Henning Thielemann.
|
-- work by Aarne Ranta, Andreas Priesnitz, and Henning Thielemann.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../common:../../prelude
|
--# -path=.:../common:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
--
|
--
|
||||||
----1 A Simple German Resource Morphology
|
----1 A Simple German Resource Morphology
|
||||||
----
|
----
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete NumeralGer of Numeral = CatGer [Numeral,Digits] ** open MorphoGer, Prelude in {
|
concrete NumeralGer of Numeral = CatGer [Numeral,Digits] ** open MorphoGer, Prelude in {
|
||||||
|
|
||||||
flags optimize = all_subs ;
|
flags optimize = all_subs ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../common:../abstract:../../prelude
|
--# -path=.:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 German Lexical Paradigms
|
--1 German Lexical Paradigms
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 German auxiliary operations.
|
--1 German auxiliary operations.
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete StructuralGer of Structural = CatGer **
|
concrete StructuralGer of Structural = CatGer **
|
||||||
|
|
||||||
open MorphoGer, MakeStructuralGer, (X = ConstructX),
|
open MorphoGer, MakeStructuralGer, (X = ConstructX),
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../abstract:../common:prelude
|
--# -path=.:../romance:../abstract:../common:prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelude in {
|
instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../../prelude
|
--# -path=.:../romance:../common:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 A Simple Italian Resource Morphology
|
--1 A Simple Italian Resource Morphology
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 Italian Lexical Paradigms
|
--1 Italian Lexical Paradigms
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
resource PhonoIta = open Prelude in {
|
resource PhonoIta = open Prelude in {
|
||||||
|
|
||||||
--3 Elision
|
--3 Elision
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
instance DiffNor of DiffScand = open CommonScand, Prelude in {
|
instance DiffNor of DiffScand = open CommonScand, Prelude in {
|
||||||
|
|
||||||
-- Parameters.
|
-- Parameters.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete IdiomNor of Idiom = CatNor **
|
concrete IdiomNor of Idiom = CatNor **
|
||||||
open MorphoNor, ParadigmsNor, IrregNor, Prelude in {
|
open MorphoNor, ParadigmsNor, IrregNor, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
-- see: http://frodo.bruderhof.com/norskklassen/commonverbs.htm
|
-- see: http://frodo.bruderhof.com/norskklassen/commonverbs.htm
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
abstract IrregNorAbs = Cat ** {
|
abstract IrregNorAbs = Cat ** {
|
||||||
fun be_V : V ;
|
fun be_V : V ;
|
||||||
fun bite_V : V ;
|
fun bite_V : V ;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
concrete LexiconNor of Lexicon = CatNor **
|
concrete LexiconNor of Lexicon = CatNor **
|
||||||
open Prelude, ParadigmsNor, IrregNor in {
|
open Prelude, ParadigmsNor, IrregNor in {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
--1 A Simple Norwegian Resource Morphology
|
--1 A Simple Norwegian Resource Morphology
|
||||||
--
|
--
|
||||||
-- Aarne Ranta 2002
|
-- Aarne Ranta 2002
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete NumeralNor of Numeral = CatNor ** open MorphoNor in {
|
concrete NumeralNor of Numeral = CatNor ** open MorphoNor in {
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
--1 Norwegian Lexical Paradigms
|
--1 Norwegian Lexical Paradigms
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete StructuralNor of Structural = CatNor **
|
concrete StructuralNor of Structural = CatNor **
|
||||||
open MorphoNor, ParadigmsNor, (X = ConstructX), IrregNor, Prelude in {
|
open MorphoNor, ParadigmsNor, (X = ConstructX), IrregNor, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
incomplete concrete CatRomance of Cat = CommonX - [SC,Pol]
|
incomplete concrete CatRomance of Cat = CommonX - [SC,Pol]
|
||||||
** open Prelude, CommonRomance, ResRomance, (R = ParamX) in {
|
** open Prelude, CommonRomance, ResRomance, (R = ParamX) in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
--1 Differences between Romance languages
|
--1 Differences between Romance languages
|
||||||
|
|
||||||
interface DiffRomance = open CommonRomance, Prelude in {
|
interface DiffRomance = open CommonRomance, Prelude in {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
incomplete concrete SentenceRomance of Sentence =
|
incomplete concrete SentenceRomance of Sentence =
|
||||||
CatRomance ** open Prelude, CommonRomance, ResRomance in {
|
CatRomance ** open Prelude, CommonRomance, ResRomance in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../Romance:../common:../abstract:../common:prelude
|
--# -path=.:../Romance:../common:../abstract:../common:prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
concrete CatRon of Cat =
|
concrete CatRon of Cat =
|
||||||
CommonX - [CAdv,Temp,Tense]
|
CommonX - [CAdv,Temp,Tense]
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete IdiomRon of Idiom =
|
concrete IdiomRon of Idiom =
|
||||||
-- CatRon ** open (P = ParamX), MorphoRon, ParadigmsRon,Prelude
|
-- CatRon ** open (P = ParamX), MorphoRon, ParadigmsRon,Prelude
|
||||||
CatRon ** open Prelude, ResRon,BeschRon
|
CatRon ** open Prelude, ResRon,BeschRon
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete PhraseRon of Phrase =
|
concrete PhraseRon of Phrase =
|
||||||
CatRon ** open ResRon, Prelude in {
|
CatRon ** open ResRon, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete QuestionRon of Question =
|
concrete QuestionRon of Question =
|
||||||
CatRon ** open ResRon, Prelude in {
|
CatRon ** open ResRon, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete RelativeRon of Relative =
|
concrete RelativeRon of Relative =
|
||||||
CatRon ** open Prelude, ResRon in {
|
CatRon ** open Prelude, ResRon in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete SentenceRon of Sentence =
|
concrete SentenceRon of Sentence =
|
||||||
CatRon ** open Prelude, ResRon in {
|
CatRon ** open Prelude, ResRon in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
concrete VerbRon of Verb =
|
concrete VerbRon of Verb =
|
||||||
CatRon ** open Prelude, ResRon in {
|
CatRon ** open Prelude, ResRon in {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--# -coding=latin1
|
||||||
incomplete concrete ExtraScand of ExtraScandAbs = CatScand **
|
incomplete concrete ExtraScand of ExtraScandAbs = CatScand **
|
||||||
open CommonScand,Coordination,ResScand, ParamX in {
|
open CommonScand,Coordination,ResScand, ParamX in {
|
||||||
lin
|
lin
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
--# -path=.:../romance:../common:../abstract:../prelude
|
--# -path=.:../romance:../common:../abstract:../prelude
|
||||||
|
--# -coding=latin1
|
||||||
|
|
||||||
resource BeschSpa = open Prelude, CommonRomance in {
|
resource BeschSpa = open Prelude, CommonRomance in {
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user