1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/hindustani/DiffHindustani.gf
T

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 ;
}