mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
43 lines
900 B
Plaintext
43 lines
900 B
Plaintext
--# -path=.:../chunk:alltenses
|
|
|
|
concrete TranslateSpa of Translate =
|
|
TenseSpa,
|
|
NounSpa - [
|
|
PPartNP
|
|
],
|
|
AdjectiveSpa,
|
|
NumeralSpa,
|
|
SymbolSpa [
|
|
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
|
|
],
|
|
ConjunctionSpa,
|
|
VerbSpa - [
|
|
UseCopula,
|
|
PassV2 -- generalized in Extensions
|
|
],
|
|
AdverbSpa,
|
|
PhraseSpa,
|
|
SentenceSpa,
|
|
QuestionSpa,
|
|
RelativeSpa,
|
|
IdiomSpa,
|
|
ConstructionSpa,
|
|
DocumentationSpa,
|
|
|
|
ChunkSpa,
|
|
ExtensionsSpa [
|
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
|
, WithoutVP, InOrderToVP, ByVP
|
|
],
|
|
|
|
DictionarySpa **
|
|
open MorphoSpa, ResSpa, ParadigmsSpa, SyntaxSpa, (E = ExtraSpa), (G = GrammarSpa), Prelude in {
|
|
|
|
flags
|
|
literal=Symb ;
|
|
|
|
}
|
|
|