Warning: session_start(): open(/var/lib/php/sessions/sess_rnutnmf3l9oi2abe2v8ml0j17d, 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
srecord NLPattern(S pat) {}
srecord Definition(O lhs, O rhs) {}
srecord PatternMatches(O pat, O s) {}
sS defs = [[
A cup of water = A cup with water inside
A cup of Peter = A cup that belongs to Peter
A cup of glass = A cup that consists of glass
A cup of style = A cup that has a lot of style
]];
p-exp {
new L objects;
for (S s : tlft(defs)) {
L l = splitAtJavaToken(s, "=");
objects.put(Definition(first(l), second(l)));
}
pnlStruct(objects);
}