mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
compatibility module for Finnish
This commit is contained in:
11
lib/resource/finnish/CompatibilityFin.gf
Normal file
11
lib/resource/finnish/CompatibilityFin.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
--# -path=.:../abstract:../common
|
||||
|
||||
concrete CompatibilityFin of Compatibility = CatFin ** open Prelude, ResFin in {
|
||||
|
||||
-- from Noun 19/4/2008
|
||||
|
||||
lin
|
||||
NumInt n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ;
|
||||
OrdInt n = {s = \\_,_ => n.s ++ "."} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user