added an experimental version of TranslateDut, and documentation steps.t2t on how it was built

This commit is contained in:
aarne
2014-04-11 07:48:26 +00:00
parent ea40bc151b
commit 7363598913
8 changed files with 887 additions and 5 deletions

View 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 ;
}