mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 12:42:50 -06:00
mkSeparateN in Fin for multiword "compounds"
This commit is contained in:
@@ -11,7 +11,8 @@ oper
|
||||
|
||||
-- lexicon constructors
|
||||
|
||||
separateN : Str -> N -> N = \s,n -> mkN (s + "_") n ;
|
||||
separateN : Str -> N -> N = mkSeparateN ; -- pennin raha
|
||||
--- separateN : Str -> N -> N = \s,n -> mkN (s + "_") n ; -- pennin_raha
|
||||
|
||||
compoundN : Str -> NForms -> N = \s,nf -> lin N (mkStrN s (nforms2snoun nf)) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user