Hindi and Urdu as refactored to Hindustani by Shafqat

This commit is contained in:
aarne
2010-11-24 13:20:31 +00:00
parent ea19ced435
commit 127707f131
85 changed files with 4576 additions and 5032 deletions

View File

@@ -0,0 +1,8 @@
interface DiffHindustani = open CommonHindustani, Prelude in {
oper
mkClause : NP -> VPH -> Clause ;
mkSClause : Str -> Agr -> VPH -> Clause ;
np2pronCase : (Case => Str) -> NPCase -> Agr -> Str ;
}