forked from GitHub/gf-core
38 lines
849 B
Plaintext
38 lines
849 B
Plaintext
abstract Translate =
|
|
|
|
-- modules in Grammar, excluding Structural
|
|
Tense,
|
|
Noun - [PPartNP], -- to be generalized
|
|
Adjective,
|
|
Numeral,
|
|
Conjunction,
|
|
Verb - [
|
|
SlashV2V, PassV2, ComplVV, -- to be generalized
|
|
UseCopula ---- overgenerating ??
|
|
],
|
|
Adverb,
|
|
Phrase,
|
|
Sentence,
|
|
Question,
|
|
Relative,
|
|
Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these?
|
|
|
|
Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP], ---- why only these?
|
|
|
|
Chunk,
|
|
|
|
Construction,
|
|
Extensions - [VPI,VPS],
|
|
Dictionary,
|
|
Documentation
|
|
|
|
** {
|
|
flags
|
|
startcat=Phr;
|
|
--- heuristic_search_factor=0.60; ---- what should we choose here?
|
|
---- robustness by Chunk now
|
|
---- meta_prob=1.0e-5;
|
|
---- meta_token_prob=1.1965149246222233e-9;
|
|
|
|
}
|