mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
37 lines
792 B
Plaintext
37 lines
792 B
Plaintext
--# -path=.:../chunk:alltenses
|
|
|
|
concrete TranslateSwe of Translate =
|
|
TenseSwe,
|
|
NounSwe - [PPartNP],
|
|
AdjectiveSwe,
|
|
NumeralSwe,
|
|
SymbolSwe [
|
|
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
|
|
],
|
|
ConjunctionSwe,
|
|
VerbSwe - [
|
|
UseCopula, -- not needed
|
|
PassV2 -- generalized in Extensions
|
|
],
|
|
AdverbSwe,
|
|
PhraseSwe,
|
|
SentenceSwe,
|
|
QuestionSwe,
|
|
RelativeSwe,
|
|
IdiomSwe,
|
|
ConstructionSwe,
|
|
NamesSwe,
|
|
DocumentationSwe,
|
|
|
|
ChunkSwe,
|
|
ExtensionsSwe [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
|
DirectComplVS, DirectComplVQ, FocusObjS],
|
|
|
|
DictionarySwe **
|
|
open MorphoSwe, ResSwe, ParadigmsSwe, SyntaxSwe, CommonScand, (E = ExtraSwe), Prelude in {
|
|
|
|
flags
|
|
literal=Symb ;
|
|
|
|
}
|