added Translate modules for Hindi

This commit is contained in:
aarne
2014-01-21 07:26:53 +00:00
parent c20f5c3cea
commit 370296c0ba
3 changed files with 34040 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
--# -path=.:../abstract:../hindi:../hindustani
concrete TranslateHin of Translate =
TenseX - [AdN,Adv,SC,PPos,PNeg],
-- TextX - [AdN,Adv,SC],
CatHin,
NounHin - [PPartNP],
AdjectiveHin,
NumeralHin,
ConjunctionHin,
VerbHin - [SlashV2V, PassV2, UseCopula, ComplVV, VPSlashPrep],
AdverbHin,
PhraseHin,
SentenceHin,
RelativeHin,
QuestionHin,
IdiomHin [NP, VP, Tense, Cl, ProgrVP, ExistNP],
SymbolHin [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP, addGenitiveS],
ExtensionsHin,
DictionaryHin **
open MorphoHin, ResHin, ParadigmsHin, Prelude in {
flags
literal=Symb ;
coding=utf8 ;
}