forked from GitHub/gf-core
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 ;
|
|
} |