mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
29 lines
631 B
Plaintext
29 lines
631 B
Plaintext
--# -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 ;
|
|
|
|
}
|