mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
chunks for ordinary RGL, defined with a functor
This commit is contained in:
@@ -19,6 +19,8 @@ abstract Translate =
|
||||
|
||||
Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP], ---- why only these?
|
||||
|
||||
Chunk - [VPS,VPI],
|
||||
|
||||
Construction,
|
||||
Extensions,
|
||||
Dictionary,
|
||||
@@ -27,8 +29,9 @@ abstract Translate =
|
||||
** {
|
||||
flags
|
||||
startcat=Phr;
|
||||
heuristic_search_factor=0.60;
|
||||
meta_prob=1.0e-5;
|
||||
meta_token_prob=1.1965149246222233e-9;
|
||||
---- robustness by Chunk now
|
||||
---- heuristic_search_factor=0.60;
|
||||
---- meta_prob=1.0e-5;
|
||||
---- meta_token_prob=1.1965149246222233e-9;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../abstract:../english
|
||||
--# -path=.:src/chunk
|
||||
|
||||
concrete TranslateEng of Translate =
|
||||
TenseX - [Pol, PNeg, PPos],
|
||||
@@ -27,6 +27,8 @@ concrete TranslateEng of Translate =
|
||||
ConstructionEng,
|
||||
DocumentationEng,
|
||||
|
||||
ChunkEng - [VPS,VPI],
|
||||
|
||||
ExtensionsEng,
|
||||
DictionaryEng **
|
||||
open MorphoEng, ResEng, ParadigmsEng, (G = GrammarEng), (E = ExtraEng), Prelude in {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
--# -path=.:../swedish/:../scandinavian:../abstract
|
||||
--# -path=.:src/chunk:alltenses
|
||||
|
||||
concrete TranslateSwe of Translate =
|
||||
TenseSwe,
|
||||
NounSwe - [PPartNP],
|
||||
@@ -21,6 +22,8 @@ concrete TranslateSwe of Translate =
|
||||
ConstructionSwe,
|
||||
DocumentationSwe,
|
||||
|
||||
ChunkSwe - [VPS,VPI],
|
||||
|
||||
ExtensionsSwe,
|
||||
DictionarySwe **
|
||||
open MorphoSwe, ResSwe, ParadigmsSwe, SyntaxSwe, CommonScand, (E = ExtraSwe), Prelude in {
|
||||
|
||||
65112
lib/src/translator/translate.probs
Normal file
65112
lib/src/translator/translate.probs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user