https://github.com/RichardMoot/GrailLight
Raw File
Tip revision: 67fbacd0e365d9008c021016377c0cfe1f1e309d authored by Richard Moot on 27 April 2021, 15:02:38 UTC
Update Supertag.tcl
Tip revision: 67fbacd
cpa50.pl
:- compile('~/checkout/Grail/source/g3').
:- compile('~/checkout/Grail/grammars/big_french_drt').
:- retractall(sequence_semantics(_,_,_,_,_,_)).

start1 :-
	compile(apdi50),
	chart_parse_all,
	rename_file(unparsed,unparsed50).
back to top