mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
40 lines
837 B
Plaintext
40 lines
837 B
Plaintext
--# -path=.:../chunk:../finnish/stemmed:../finnish:../api
|
|
|
|
concrete TranslateFin of Translate =
|
|
TenseX,
|
|
CatFin,
|
|
NounFin - [
|
|
PPartNP
|
|
],
|
|
AdjectiveFin,
|
|
NumeralFin,
|
|
SymbolFin [
|
|
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
|
|
],
|
|
ConjunctionFin,
|
|
VerbFin - [
|
|
UseCopula,
|
|
PassV2 -- generalized in Extensions
|
|
],
|
|
AdverbFin,
|
|
PhraseFin,
|
|
SentenceFin,
|
|
QuestionFin,
|
|
RelativeFin,
|
|
IdiomFin,
|
|
ConstructionFin,
|
|
DocumentationFin,
|
|
|
|
ChunkFin,
|
|
ExtensionsFin [CompoundCN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
|
DirectComplVS, DirectComplVQ, FocusObjS],
|
|
|
|
DictionaryFin **
|
|
|
|
open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, StemFin, (E = ExtraFin), (G = GrammarFin), Prelude in {
|
|
|
|
flags literal=Symb ; coding = utf8 ;
|
|
|
|
}
|
|
|