Warning: session_start(): open(/var/lib/php/sessions/sess_cnvr60osufbfdf5tg901ovrs56, 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
static Exp nlLogic_rawSentencesToFacts(Exp e) {
ret nlLogic_transformShallow(e, nlLogic_rawSentencesToFacts_f());
}
static Exp nlLogic_rawSentencesToFacts(IfThen rule) {
ret nlLogic_transformShallow(rule, nlLogic_rawSentencesToFacts_f());
}
static F1 nlLogic_rawSentencesToFacts_f() {
ret func(Exp e) -> Exp {
if (e instanceof Sentence2)
ret Func('fact, e);
ret e;
};
}