Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nebnebben

  1. nebnebben

    a grammar with delete?

    Hi Can you help me? Got a grammar: ?-g(X,[]). %%%%%%%%%%%%%%%%%%%%%%%%% g --> c. c --> [ok_1],[ok_2],[ok_3]. %%%%%%%%%%%%%%%%%%%%%%%%% Result: X=[ok_1, ok_2, ok_3] no (more) answers but: %%%%%%%%%%%%%%%%%%%%%%%%% g --> c. c --> [ok_1],[ok_2],[ok_3]. % ?? delete ...
  2. nebnebben

    simple grammar translation

    Hi Can you help me? programm: ?-start(_P,X,[]). %%%%%%%%%%%%%%%%%%%%%%%%%%% sentence(P) --> entity_1(P), entity_2(P). entity_1(P) --> case_1(P). case_1(a) --> [noun_a]. case_1(b) --> [noun_b]. entity_2(P) --> case_2(P). case_2(a) --> [verb_c]. case_2(b) --> [verb_d]...

Part and Inventory Search

Back
Top