mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
added Translate modules for Hindi
This commit is contained in:
28
lib/src/translator/TranslateHin.gf
Normal file
28
lib/src/translator/TranslateHin.gf
Normal 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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user