Hi, I use swi-prolog and want to convert list of list of list to atom or string . I am new Prolog.
my code as:
Parses = `[[[wordtype=NOUN, head=nectec, sem=[pred=NECTEC, ntype=NPRP, ontology=enterprise]]]]'
atom_codes(Pa,Parses), Parses = list of lists of lists
ERROR: (c...