mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
adverbs at_home, from_home in Eng,Fin,Swe ; display categories in ParseFin ; some corrections in Fin and Swe Dict
This commit is contained in:
@@ -87,4 +87,27 @@ fun FeatN : N -> Feat;
|
||||
FeatVQ : VQ -> Feat;
|
||||
FeatVA : VA -> Feat;
|
||||
|
||||
|
||||
-- for displaying inflection tables
|
||||
|
||||
cat
|
||||
NDisplay ; ADisplay ; VDisplay ;
|
||||
fun
|
||||
DisplayN : N -> NDisplay ;
|
||||
DisplayN2 : N2 -> NDisplay ;
|
||||
DisplayN3 : N3 -> NDisplay ;
|
||||
DisplayA : A -> ADisplay ;
|
||||
DisplayA2 : A2 -> ADisplay ;
|
||||
DisplayV : V -> VDisplay ;
|
||||
DisplayV2 : V2 -> VDisplay ;
|
||||
DisplayV3 : V3 -> VDisplay ;
|
||||
DisplayVA : VA -> VDisplay ;
|
||||
DisplayVQ : VQ -> VDisplay ;
|
||||
DisplayVS : VS -> VDisplay ;
|
||||
DisplayVV : VV -> VDisplay ;
|
||||
DisplayV2A : V2A -> VDisplay ;
|
||||
DisplayV2Q : V2Q -> VDisplay ;
|
||||
DisplayV2S : V2S -> VDisplay ;
|
||||
DisplayV2V : V2V -> VDisplay ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user