mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
added an experimental version of TranslateDut, and documentation steps.t2t on how it was built
This commit is contained in:
34
lib/src/translator/TranslateDut.gf
Normal file
34
lib/src/translator/TranslateDut.gf
Normal file
@@ -0,0 +1,34 @@
|
||||
--# -path=.:../chunk:alltenses
|
||||
|
||||
concrete TranslateDut of Translate =
|
||||
TenseX,
|
||||
NounDut - [PPartNP],
|
||||
AdjectiveDut,
|
||||
NumeralDut,
|
||||
SymbolDut [
|
||||
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
|
||||
],
|
||||
ConjunctionDut,
|
||||
VerbDut - [
|
||||
UseCopula,
|
||||
PassV2
|
||||
],
|
||||
AdverbDut,
|
||||
PhraseDut,
|
||||
SentenceDut,
|
||||
QuestionDut,
|
||||
RelativeDut,
|
||||
IdiomDut,
|
||||
---- ConstructionDut,
|
||||
---- DocumentationDut,
|
||||
|
||||
ChunkDut,
|
||||
ExtensionsDut [CompoundCN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash],
|
||||
|
||||
DictionaryDut **
|
||||
open MorphoDut, ResDut, ParadigmsDut, SyntaxDut, (E = ExtraDut), Prelude in {
|
||||
|
||||
flags
|
||||
literal=Symb ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user