added robustness flags to Translate; added or fixed a number of words in DictEngSwe detected in PhD regulations

This commit is contained in:
aarne
2013-11-06 16:26:58 +00:00
parent 09e64e92e4
commit ff36d11cf7
8 changed files with 83 additions and 10 deletions

View File

@@ -1,6 +1,10 @@
abstract Translate = ParseEngAbs, Phrasebook ** {
flags startcat = Phrase ;
flags
startcat = Phrase ;
heuristic_search_factor=0.60;
meta_prob=1.0e-5;
meta_token_prob=1.1965149246222233e-9;
fun
PPhr : Phr -> Phrase ;