mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
marked in Translate.gf which new functions are needed in Penn treebank but left their imports commented out for the time being
This commit is contained in:
@@ -8,7 +8,7 @@ abstract Translate =
|
|||||||
Conjunction,
|
Conjunction,
|
||||||
Verb - [
|
Verb - [
|
||||||
PassV2, -- generalized to VPSlash and agents
|
PassV2, -- generalized to VPSlash and agents
|
||||||
-- SlashV2V, ComplVV, -- generalized. But (1) more expensive (2) not available for all languages
|
-- SlashV2V, ComplVV, -- generalized in Extensions, used in Penn. But (1) more expensive (2) not available for all languages
|
||||||
UseCopula ---- overgenerating, unnecessary
|
UseCopula ---- overgenerating, unnecessary
|
||||||
],
|
],
|
||||||
Adverb,
|
Adverb,
|
||||||
@@ -24,6 +24,15 @@ abstract Translate =
|
|||||||
|
|
||||||
Construction,
|
Construction,
|
||||||
Extensions [
|
Extensions [
|
||||||
|
|
||||||
|
{-
|
||||||
|
-- used in Penn treebank
|
||||||
|
CompQS,CompS,CompVP,ComplVPIVV,GenNP,GenRP,GenIP,PastPartRS,PositAdVAdj,
|
||||||
|
PredFrontVS,PredFrontVQ,PresPartRS,SlashSlashV2V,GerundCN,
|
||||||
|
SlashV2V,ComplVV,
|
||||||
|
SlashVPIV2V,UseQuantPN,VPSlashVS,
|
||||||
|
-}
|
||||||
|
|
||||||
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
||||||
DirectComplVS, DirectComplVQ, FocusObjS
|
DirectComplVS, DirectComplVQ, FocusObjS
|
||||||
|
|||||||
Reference in New Issue
Block a user