https://github.com/RichardMoot/GrailLight
Raw File
Tip revision: 4aebb3aa254b8712990574cfd86ae6bce0da2d58 authored by Richard Moot on 14 May 2015, 18:46:24 UTC
Corrected computation of prosodics
Tip revision: 4aebb3a
cpa10.pl
:- compile('~/checkout/Grail/source/g3').
:- compile('~/checkout/Grail/grammars/big_french_drt').
:- retractall(sequence_semantics(_,_,_,_,_,_)).

start1 :-
	compile(apdi10),
	chart_parse_all,
	rename_file(unparsed,unparsed10).
back to top