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:
hallgren
2013-11-22 17:26:00 +00:00
parent 1272015873
commit a24d8a9506
119 changed files with 120 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:prelude
--# -coding=cp1251
concrete AllBul of AllBulAbs =
LangBul,

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:prelude
--# -coding=cp1251
abstract AllBulAbs =
Lang,

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete CatBul of Cat = CommonX - [IAdv,CAdv] ** open ResBul, Prelude, Predef, (R = ParamX) in {
flags

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete ConjunctionBul of Conjunction =
CatBul ** open ResBul, Coordination, Prelude, Predef in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete ExtraBul of ExtraBulAbs = CatBul **
open ResBul, MorphoFunsBul, Coordination, Prelude, Predef in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
abstract ExtraBulAbs = Extra ** {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:prelude
--# -coding=cp1251
concrete GrammarBul of Grammar =
NounBul,

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:../prelude
--# -coding=cp1251
concrete LangBul of Lang =
GrammarBul,

View File

@@ -1,4 +1,5 @@
--# -path=.:prelude
--# -coding=cp1251
concrete LexiconBul of Lexicon = CatBul **
open ParadigmsBul, ResBul, Prelude in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../../prelude
--# -coding=cp1251
--1 A Simple English Resource Morphology
--

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
--# -path=.:../abstract:../../prelude:../common
resource MorphoFunsBul = open

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
flags optimize=all_subs ; coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete NumeralBul of Numeral = CatBul ** open Prelude, ResBul in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:../prelude
--# -coding=cp1251
resource ParadigmsBul = MorphoFunsBul ** open
Predef,

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete RelativeBul of Relative = CatBul ** open ResBul in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:../../prelude
--# -coding=cp1251
--1 Bulgarian auxiliary operations.

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete StructuralBul of Structural = CatBul **
open MorphoBul, ParadigmsBul, Prelude in {
flags coding=cp1251 ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common
--# -coding=cp1251
concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in {

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete TextBul of Text = CatBul ** {
flags coding=cp1251 ;

View File

@@ -1,3 +1,4 @@
--# -coding=cp1251
concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
flags coding=cp1251 ;

View File

@@ -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} ;

View File

@@ -1,5 +1,5 @@
--# -path=.:../romance:../abstract:../common:prelude
--# -coding=latin1
instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelude in {
flags optimize=noexpand ;

View File

@@ -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 {

View File

@@ -1,4 +1,6 @@
--# -coding=latin1
abstract IrregCatAbs = Cat ** {
-- fun abarse_V : V ;
-- fun abastecer_V : V ;
-- fun abeldar_V : V ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../abstract:../../prelude
--# -coding=latin1
concrete LexiconCat of Lexicon = CatCat ** open
(M=MorphoCat), ParadigmsCat, BeschCat in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NumeralCat of Numeral = CatCat [Numeral,Digits] **
open CommonRomance, ResRomance, MorphoCat, Prelude in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../abstract:../../prelude
--# -coding=latin1
--1 Catalan Lexical Paradigms
--

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete IdiomDan of Idiom = CatDan **
open MorphoDan, ParadigmsDan, IrregDan, Prelude in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../scandinavian:../common:../abstract:../../prelude
--# -coding=latin1
-- http://users.cybercity.dk/~nmb3879/danishgram3.html

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
abstract IrregDanAbs = Cat ** {
fun

View File

@@ -1,5 +1,5 @@
--# -path=.:../scandinavian:../common:../abstract:../../prelude
--# -coding=latin1
concrete LexiconDan of Lexicon = CatDan **

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
--1 A Simple Danish Resource Morphology
--
-- Aarne Ranta 2002

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NumeralDan of Numeral = CatDan ** open MorphoDan in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete StructuralDan of Structural = CatDan **
open MorphoDan, ParadigmsDan, (X = ConstructX), IrregDan, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete ExtraDut of ExtraDutAbs = CatDut **
open ResDut, MorphoDut, Coordination, Prelude, IrregDut in
{

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:../abstract:../../prelude
--# -coding=latin1
-- work by Aarne Ranta

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:../../prelude
--# -coding=latin1
--
----1 A Simple Dutman Resource Morphology
----

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NumeralDut of Numeral = CatDut [Numeral,Digits] ** open ResDut, Prelude in {
flags optimize = all_subs ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common
--# -coding=latin1
--1 Dutch auxiliary operations.
--

View File

@@ -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

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete AdverbFin of Adverb = CatFin ** open ResFin, Prelude, StemFin in {
lin

View File

@@ -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 {

View File

@@ -1,4 +1,5 @@
--# -path=.:prelude
--# -coding=latin1
concrete LexiconFin of Lexicon = CatFin ** open MorphoFin, StemFin, ParadigmsFin in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:prelude
--# -coding=latin1
--1 A Simple Finnish Resource Morphology
--

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in {
lin

View File

@@ -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

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:../../prelude
--# -coding=latin1
--1 Finnish Lexical Paradigms
--

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete RelativeFin of Relative = CatFin ** open Prelude, ResFin, MorphoFin in {
flags optimize=all_subs ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:../../prelude
--# -coding=latin1
--1 Finnish auxiliary operations.

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin, StemFin in {
flags optimize=all_subs ;

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete StructuralFin of Structural = CatFin **
open MorphoFin, ParadigmsFin, (X = ConstructX), StemFin, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
resource BeschFre = open Prelude, MorphoFre in {
flags optimize=noexpand ; -- faster and smaller than =all

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../abstract:../common:prelude
--# -coding=latin1
instance DiffFre of DiffRomance - [
imperClit,

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
open CommonRomance, PhonoFre, MorphoFre, ParadigmsFre, ParamX, ResFre, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
-- Structures special for French. These are not implemented in other
-- Romance languages.

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../abstract:../../prelude
--# -coding=latin1
concrete LexiconFre of Lexicon = CatFre **
open (M = MorphoFre), PhonoFre, ParadigmsFre, IrregFre in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../../prelude
--# -coding=latin1
--1 A Simple French Resource Morphology
--

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../abstract:../../prelude
--# -coding=latin1
--1 French Lexical Paradigms
--

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete ExtraGer of ExtraGerAbs = CatGer **
open ResGer, Coordination, Prelude, IrregGer in {

View File

@@ -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

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
abstract IrregGerAbs = Cat ** {
fun backen_V : V ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:../abstract:../../prelude
--# -coding=latin1
-- work by Aarne Ranta, Andreas Priesnitz, and Henning Thielemann.

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:../../prelude
--# -coding=latin1
--
----1 A Simple German Resource Morphology
----

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NumeralGer of Numeral = CatGer [Numeral,Digits] ** open MorphoGer, Prelude in {
flags optimize = all_subs ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../common:../abstract:../../prelude
--# -coding=latin1
--1 German Lexical Paradigms
--

View File

@@ -1,4 +1,5 @@
--# -path=.:../abstract:../common:prelude
--# -coding=latin1
--1 German auxiliary operations.
--

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete StructuralGer of Structural = CatGer **
open MorphoGer, MakeStructuralGer, (X = ConstructX),

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../abstract:../common:prelude
--# -coding=latin1
instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelude in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../../prelude
--# -coding=latin1
--1 A Simple Italian Resource Morphology
--

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../abstract:../../prelude
--# -coding=latin1
--1 Italian Lexical Paradigms
--

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
resource PhonoIta = open Prelude in {
--3 Elision

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
instance DiffNor of DiffScand = open CommonScand, Prelude in {
-- Parameters.

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete IdiomNor of Idiom = CatNor **
open MorphoNor, ParadigmsNor, IrregNor, Prelude in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../scandinavian:../common:../abstract:../../prelude
--# -coding=latin1
-- see: http://frodo.bruderhof.com/norskklassen/commonverbs.htm

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
abstract IrregNorAbs = Cat ** {
fun be_V : V ;
fun bite_V : V ;

View File

@@ -1,4 +1,5 @@
--# -path=.:../scandinavian:../common:../abstract:../../prelude
--# -coding=latin1
concrete LexiconNor of Lexicon = CatNor **
open Prelude, ParadigmsNor, IrregNor in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
--1 A Simple Norwegian Resource Morphology
--
-- Aarne Ranta 2002

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete NumeralNor of Numeral = CatNor ** open MorphoNor in {
lincat

View File

@@ -1,4 +1,5 @@
--# -path=.:../scandinavian:../common:../abstract:../../prelude
--# -coding=latin1
--1 Norwegian Lexical Paradigms
--

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete StructuralNor of Structural = CatNor **
open MorphoNor, ParadigmsNor, (X = ConstructX), IrregNor, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
incomplete concrete CatRomance of Cat = CommonX - [SC,Pol]
** open Prelude, CommonRomance, ResRomance, (R = ParamX) in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
--1 Differences between Romance languages
interface DiffRomance = open CommonRomance, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
incomplete concrete SentenceRomance of Sentence =
CatRomance ** open Prelude, CommonRomance, ResRomance in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../Romance:../common:../abstract:../common:prelude
--# -coding=latin1
concrete CatRon of Cat =
CommonX - [CAdv,Temp,Tense]

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete IdiomRon of Idiom =
-- CatRon ** open (P = ParamX), MorphoRon, ParadigmsRon,Prelude
CatRon ** open Prelude, ResRon,BeschRon

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete PhraseRon of Phrase =
CatRon ** open ResRon, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete QuestionRon of Question =
CatRon ** open ResRon, Prelude in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete RelativeRon of Relative =
CatRon ** open Prelude, ResRon in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete SentenceRon of Sentence =
CatRon ** open Prelude, ResRon in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
concrete VerbRon of Verb =
CatRon ** open Prelude, ResRon in {

View File

@@ -1,3 +1,4 @@
--# -coding=latin1
incomplete concrete ExtraScand of ExtraScandAbs = CatScand **
open CommonScand,Coordination,ResScand, ParamX in {
lin

View File

@@ -1,4 +1,5 @@
--# -path=.:../romance:../common:../abstract:../prelude
--# -coding=latin1
resource BeschSpa = open Prelude, CommonRomance in {

Some files were not shown because too many files have changed in this diff Show More