mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-24 13:16:24 -06:00
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
interface DiffHindustani = open CommonHindustani, Prelude in {
|
|
oper
|
|
|
|
mkClause : NP -> VPH -> Clause ;
|
|
mkSClause : Str -> Agr -> VPH -> Clause ;
|
|
|
|
np2pronCase : (Case => Str) -> NPCase -> Agr -> Str ;
|
|
} |