Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dcg

Structure (Difference Lists) Prolog

prolog dcg difference-lists

How to read a csv file into a list of lists in SWI prolog where the inner list represents each line of the CSV?

csv io prolog swi-prolog dcg

Problems with Prolog's DCG

prolog nlp grammar dcg

Where I can find an exhaustive book about "Definite Clause Grammar" in Prolog? [closed]

prolog dcg

implement a simple C like language in Prolog?

Parse To Prolog Variables Using DCG

prolog grammar dcg dpll

How to find out if Prolog performs Tail Call Optimization

Question - formal language in prolog

prolog grammar dcg

prolog dcg restriction

prolog dcg failure-slice

Concatting a list of strings in Prolog

prolog Searching the Lists

prolog dcg

Extension to CFG, what is it?

Prolog - Parsing

parsing prolog dcg

How to avoid using assert and retractall in Prolog to implement global (or state) variables

Prolog DCG: find last element

prolog dcg

How can I create this DCG in Prolog?

prolog regular-language dcg

how to split a sentence in swi-prolog

prolog swi-prolog dcg

Regular Expression Matching Prolog

regex prolog dcg failure-slice

Is there a way or an algorithm to convert DCG into normal definite clauses in Prolog?

Prolog - Generate alternating symbols on backtrack: [a] ; [a,b]; [a,b,a]; [a,b,a,b]

list prolog dcg