forked from GitHub/gf-core
Added some missing lincats needed to make SwadeshLexEng work.
This commit is contained in:
@@ -90,6 +90,7 @@ lincat
|
|||||||
|
|
||||||
IP = {s : NPForm => Str ; n : Number ; g : Gender} ;
|
IP = {s : NPForm => Str ; n : Number ; g : Gender} ;
|
||||||
IDet = {s : Str ; n : Number} ;
|
IDet = {s : Str ; n : Number} ;
|
||||||
|
IAdv = {s : Str } ;
|
||||||
QCl = {s : Bool => SForm => QuestForm => Str} ;
|
QCl = {s : Bool => SForm => QuestForm => Str} ;
|
||||||
QS = {s : QuestForm => Str} ;
|
QS = {s : QuestForm => Str} ;
|
||||||
Imp = {s : Number => Str} ;
|
Imp = {s : Number => Str} ;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
concrete NumeralsEng of Numerals = open Prelude, MorphoEng in {
|
concrete NumeralsEng of Numerals = open Prelude, MorphoEng in {
|
||||||
|
|
||||||
|
lincat Numeral = { s : Str } ;
|
||||||
lincat Digit = {s : DForm => Str} ;
|
lincat Digit = {s : DForm => Str} ;
|
||||||
lincat Sub10 = {s : DForm => Str} ;
|
lincat Sub10 = {s : DForm => Str} ;
|
||||||
|
|
||||||
|
|||||||
@@ -34,20 +34,20 @@ concrete SwadeshLexEng of SwadeshLex = CategoriesEng
|
|||||||
|
|
||||||
here_Adv = here_Adv;
|
here_Adv = here_Adv;
|
||||||
there_Adv = there_Adv;
|
there_Adv = there_Adv;
|
||||||
-- where_IAdv = where_IAdv;
|
where_IAdv = where_IAdv;
|
||||||
-- when_IAdv = when_IAdv;
|
when_IAdv = when_IAdv;
|
||||||
-- how_IAdv = how_IAdv;
|
how_IAdv = how_IAdv;
|
||||||
|
|
||||||
-- not : Adv ; -- ?
|
-- not : Adv ; -- ?
|
||||||
|
|
||||||
|
|
||||||
-- Numerals
|
-- Numerals
|
||||||
|
|
||||||
-- one_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
|
one_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ;
|
||||||
-- two_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
|
two_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
|
||||||
-- three_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
|
three_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
|
||||||
-- four_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;
|
four_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;
|
||||||
-- five_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ;
|
five_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ;
|
||||||
|
|
||||||
-- Adjectives
|
-- Adjectives
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user