mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
added LangFin.labels, changed Lang.labels dobj->obj
This commit is contained in:
@@ -8,18 +8,18 @@ FocusObjS nsubj head -- again might be wrong; more correct to call
|
|||||||
QuestIAdv advmod head -- "where does John sleep" cf. AdvVP
|
QuestIAdv advmod head -- "where does John sleep" cf. AdvVP
|
||||||
QuestIComp head nsubj -- "where is John": John is clearly nsubj, but is where the head?
|
QuestIComp head nsubj -- "where is John": John is clearly nsubj, but is where the head?
|
||||||
QuestQVP nsubj head
|
QuestQVP nsubj head
|
||||||
QuestSlash dobj head
|
QuestSlash obj head
|
||||||
QuestVP nsubj head
|
QuestVP nsubj head
|
||||||
IdetCN det head
|
IdetCN det head
|
||||||
|
|
||||||
PredSCVP csubj head
|
PredSCVP csubj head
|
||||||
|
|
||||||
ComplSlash head dobj
|
ComplSlash head obj
|
||||||
ComplSlashIP head dobj
|
ComplSlashIP head obj
|
||||||
Slash3V3 head dobj
|
Slash3V3 head obj
|
||||||
SlashV2VNP head dobj xcomp
|
SlashV2VNP head obj xcomp
|
||||||
PastPartAgentAP head dobj
|
PastPartAgentAP head obj
|
||||||
AdvQVP head dobj
|
AdvQVP head obj
|
||||||
|
|
||||||
Slash2V3 head iobj
|
Slash2V3 head iobj
|
||||||
|
|
||||||
@@ -157,12 +157,12 @@ TExclMark head dep -- punctuation in the middle in these three
|
|||||||
TFullStop head dep
|
TFullStop head dep
|
||||||
TQuestMark head dep
|
TQuestMark head dep
|
||||||
|
|
||||||
ComplV2 head dobj -- shortcuts in App
|
ComplV2 head obj -- shortcuts in App
|
||||||
ComplV2V head dobj xcomp
|
ComplV2V head obj xcomp
|
||||||
ComplV3 head iobj dobj ---- could be dobj dobj
|
ComplV3 head iobj obj ---- could be dobj dobj
|
||||||
PassAgentV2 head ncomp -- not sure
|
PassAgentV2 head ncomp -- not sure
|
||||||
RelV2 mark nsubj head
|
RelV2 mark nsubj head
|
||||||
QuestV2 dobj nsubj head
|
QuestV2 obj nsubj head
|
||||||
|
|
||||||
ModCN amod head -- in ResourceDemo
|
ModCN amod head -- in ResourceDemo
|
||||||
RSubjS mark advcl head
|
RSubjS mark advcl head
|
||||||
|
|||||||
9
src/finnish/LangFin.labels
Normal file
9
src/finnish/LangFin.labels
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
* {"en","et","ei","emme","ette","eivät","älä","älkää"} PART neg head
|
||||||
|
UseComp {"olen","olet","on","olemme","olette","ovat","olin","olit","oli","olimme","olitte","olivat","olisin","olisit","olisi","olisimme","olisitte","olisivat","ole","olko"} VERB cop head
|
||||||
|
CompAdv {"olen","olet","on","olemme","olette","ovat","olin","olit","oli","olimme","olitte","olivat","olisin","olisit","olisi","olisimme","olisitte","olisivat","ole","olko"} VERB cop head
|
||||||
|
CompAP {"olen","olet","on","olemme","olette","ovat","olin","olit","oli","olimme","olitte","olivat","olisin","olisit","olisi","olisimme","olisitte","olisivat","ole","olko"} VERB cop head
|
||||||
|
CompNP {"olen","olet","on","olemme","olette","ovat","olin","olit","oli","olimme","olitte","olivat","olisin","olisit","olisi","olisimme","olisitte","olisivat","ole","olko"} VERB cop head
|
||||||
|
CompCN {"olen","olet","on","olemme","olette","ovat","olin","olit","oli","olimme","olitte","olivat","olisin","olisit","olisi","olisimme","olisitte","olisivat","ole","olko"} VERB cop head
|
||||||
|
PredVP {"olen","olet","on","olemme","olette","ovat","olin","olit","oli","olimme","olitte","olivat","olisin","olisit","olisi","olisimme","olisitte","olisivat","ole","olko"} AUX aux head
|
||||||
|
ComplVS {"että"} PART mark xcomp
|
||||||
|
|
||||||
Reference in New Issue
Block a user