mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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,
|
||||
Verb - [
|
||||
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
|
||||
],
|
||||
Adverb,
|
||||
@@ -24,6 +24,15 @@ abstract Translate =
|
||||
|
||||
Construction,
|
||||
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,
|
||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
||||
DirectComplVS, DirectComplVQ, FocusObjS
|
||||
|
||||
Reference in New Issue
Block a user