mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 04:52:51 -06:00
adjusted the contents of Translate.gf: (1) inherit everything in Idiom since it is useful and cheap ; (2) inherit ComplVV and SlashV2V from Verb rather than Extensions, since it is more efficient and already available for all languages. Actually the previous version didn't have these functions at all, which affected the quality quite a bit.
This commit is contained in:
@@ -7,22 +7,23 @@ abstract Translate =
|
||||
Numeral,
|
||||
Conjunction,
|
||||
Verb - [
|
||||
SlashV2V, PassV2, ComplVV, -- to be generalized
|
||||
UseCopula ---- overgenerating ??
|
||||
PassV2, -- generalized to VPSlash and agents
|
||||
-- SlashV2V, ComplVV, -- generalized. But (1) more expensive (2) not available for all languages
|
||||
UseCopula ---- overgenerating, unnecessary
|
||||
],
|
||||
Adverb,
|
||||
Phrase,
|
||||
Sentence,
|
||||
Question,
|
||||
Relative,
|
||||
Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these?
|
||||
Idiom,
|
||||
|
||||
Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP], ---- why only these?
|
||||
|
||||
Chunk,
|
||||
|
||||
Construction,
|
||||
Extensions - [VPI,VPS],
|
||||
Extensions - [VPI,VPS,SlashV2V,ComplVV],
|
||||
Dictionary,
|
||||
Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user