mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-19 16:56:05 -06:00
compilable TranslateUrd adapted from Hindi
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
--# -path=.:../chunk:alltenses
|
||||
|
||||
concrete TranslateUrd of Translate =
|
||||
TenseX - [AdN,Adv,SC],
|
||||
CatUrd,
|
||||
NounUrd - [PPartNP],
|
||||
AdjectiveUrd,
|
||||
NumeralUrd,
|
||||
SymbolUrd [
|
||||
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
|
||||
],
|
||||
ConjunctionUrd,
|
||||
VerbUrd - [
|
||||
UseCopula,
|
||||
PassV2 -- generalized in Extensions
|
||||
],
|
||||
AdverbUrd,
|
||||
PhraseUrd,
|
||||
SentenceUrd,
|
||||
QuestionUrd,
|
||||
RelativeUrd,
|
||||
IdiomUrd,
|
||||
---- ConstructionUrd,
|
||||
---- DocumentationUrd,
|
||||
|
||||
ChunkUrd,
|
||||
ExtensionsUrd [ ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash],
|
||||
|
||||
DictionaryUrd **
|
||||
open MorphoUrd, ResUrd, ParadigmsUrd, SyntaxUrd, CommonScand, (E = ExtraUrd), Prelude in {
|
||||
|
||||
flags
|
||||
literal=Symb ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user