Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % =========================================================================================================
- % [where,is,the,largest,country,?]
- % ---------------------------------------------------------------------------------------------------
- Sentence(report): 0sec.
- [w(where,open),w(is,open),w(the,open),w(largest,open),w(country,open),w(?,open)]
- % /devel/PrologMUD/pack/logicmoo_nlu/prolog/parser_all.pl:305
- % succeed(user: (NOT((ccw_db0(country, A), !, ground(A)))->asserta(not_ccw_db(country));asserta(is_ccw_db(country)), !, fail)).
- %
- POS Sentence(report): 0sec.
- [w(where,open),w(is,open),w(the,open),w(largest,open),w(country,open),w(?,open)]
- Parse: 0.007999999999995566sec.
- whq(A, s(np(3+sg, np_head(det(the(sg)), [sup(most, adj(large))], country), []), verb(be, active, pres+fin, [], POS(B), be), [arg(pred, pp(prep(in), np(C, np_head(int_det(A), [], place), [])))], [])) :-
- whq(A,
- s(np(3+sg, np_head(det(the(sg)), [sup(most, adj(large))], country), []),
- verb(be, active, pres+fin, [], POS(B), be),
- [ arg(pred,
- pp(prep(in),
- np(C, np_head(int_det(A), [], place), [])))
- ],
- [])).
- Semantics: 0.0030000000000001137sec.
- answer80([B]) :-
- exists C
- exists D
- D = setof E:F
- country(F)
- & areaOf(F,E)
- & aggregate80(max,D,C)
- & place(B)
- & in_ploc(C,B)
- Reply: 0.0030000000000001137sec.
- [asia,northern_asia]
- % ---------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement