Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Should text-processing DCGs be written to handle codes or chars? Or both?

prolog char dcg

Parsing inflected non-word-order languages (e.g. Latin)

prolog dcg