mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
remove some obsolete code from Interlingua
This commit is contained in:
@@ -50,7 +50,6 @@ concrete CatIna of Cat = CommonX ** open ResIna, Prelude in {
|
|||||||
Card = {s : Str; n : Number } ;
|
Card = {s : Str; n : Number } ;
|
||||||
Num = {s : Str; n : Number } ;
|
Num = {s : Str; n : Number } ;
|
||||||
Quant = {s : Number => Case => Str} ;
|
Quant = {s : Number => Case => Str} ;
|
||||||
Art = {s : Number => Case => Str} ;
|
|
||||||
|
|
||||||
-- Numeral
|
-- Numeral
|
||||||
|
|
||||||
|
|||||||
@@ -53,28 +53,6 @@ concrete NounIna of Noun = CatIna ** open ResIna, Prelude in {
|
|||||||
n = num.n
|
n = num.n
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
DetArtOrd art num ord = {
|
|
||||||
s = \\c=>(art.s ! num.n !c) ++ num.s ++ ord.s ;
|
|
||||||
n = num.n
|
|
||||||
} ;
|
|
||||||
|
|
||||||
DetArtCard art num = {
|
|
||||||
s = \\c=>(art.s ! num.n !c) ++ num.s ;
|
|
||||||
n = num.n
|
|
||||||
} ;
|
|
||||||
|
|
||||||
DetArtSg art cn = {
|
|
||||||
s = \\c => art.s ! Sg ! c ++ cn.s ! Sg ;
|
|
||||||
a = agrP3 Sg ;
|
|
||||||
isPronoun = False
|
|
||||||
}; -- iste pizza
|
|
||||||
|
|
||||||
DetArtPl art cn = {
|
|
||||||
s = \\c => art.s ! Pl ! c ++ cn.s ! Pl ;
|
|
||||||
a = agrP3 Pl ;
|
|
||||||
isPronoun = False
|
|
||||||
}; -- iste pizza
|
|
||||||
|
|
||||||
PossPron p = {s = \\_,c => casePrep [] c ++ p.possForm} ;
|
PossPron p = {s = \\_,c => casePrep [] c ++ p.possForm} ;
|
||||||
|
|
||||||
NumPl = {s = []; n = Pl } ;
|
NumPl = {s = []; n = Pl } ;
|
||||||
|
|||||||
Reference in New Issue
Block a user