Warning: session_start(): open(/var/lib/php/sessions/sess_hdhac0hu177quq46dtssajqmbb, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
cmodule Maybe > DynPrintLog {
start-thread {
dm_useLocalMechListCopies();
/*L rules = map wordTokReplacerRuleOnXY(splitAtEmptyLines([[
[heard] you must watch {this trick}
=> [implied] {this trick} is very good
[heard] you must watch {this trick}
+ [fact] i have watched {this trick}
=> [say] Thanks, I've seen it already
[heard] you must watch {this trick}
+ [fact] i have not watched {this trick}
=> [say] Well... I haven't seen it yet, so maybe I should
]]));*/
L rules = ll(
set(WordTokReplacer_es1(
"you must watch {this trick}", "",
"{this trick} is very good",
type := "implied"), requiredInputType := 'heard),
/*WordTokReplacer_es1(
"you must watch {this trick}", "",
you must watch {this trick}
+ [fact] i have watched {this trick}
=> [say] Thanks, I've seen it already*/
);
S s = "you must watch this trick";
pnl(extsToString /*uniquifyMap tok_dropCurlyBrackets*/(iterateHull(func(ExtS s) -> L {
listPlusNempties_es(
applyAttractors_es(rules, ll(s)),
extMap_verbose tok_dropCurlyBrackets(s),
extMap_verbose ai_dropFillers1(s),
extMap_verbose ai_groupTheAdjectiveNoun(s),
/*printWith extToString*/(extMap_verbose ai_groupSimplestNounPhrases2(s)))
}, makeExt(s, type := "heard"))));
}
}