next up previous contents
Next: Analyseur ascendant dépendant du Up: Grammaires catégorielles Previous: Programme

Exemples d'analyse

?-analyser([il,juge,marie,incompetente],_).
[[il,[[juge,marie],incompetente]]] <=> 
	juge @ marie @ incompetente @ il
	juge @ marie @ incompetente @ il

?-analyser([jean,est,apparente,a,marie],_).
 [[jean,[[[est,apparente],a],marie]]] <=> 
	(G2152 # (G2044 # est @ (apparente @ G2044)) @ (a @ G2152)) @ marie @ jean
	est @ (apparente @ (a @ marie)) @ jean



Christophe Delord
1998-09-02