;
;      Basic loading function
;
;      Author: Steve Pulman
:
;      Copyright Graeme Ritchie, Alan Black,
;                Steve Pulman and Graham Russell  1987
;
;         ---------------------------------------------
;         |    Not to be used for military purposes   |
;         ---------------------------------------------
;
; loads the analyser with the `simple' system

(load '../morphan)
 ;*************************************************************************;
 ;(load '../maload)                                                        ;
 ;(load '../mafuncs)                                                       ;
 ;(load '../analyse)                                                       ;
 ;(load '../autorun)                                                       ;
 ;                                                                         ;
 ;(D-Initialise)                                                           ;
 ;(D-LoadSpRules 'simple)                                                  ;
 ;(D-LoadWordGrammar 'simple)                                              ;
 ;(D-LoadLexicon 'simple)                                                  ;
 ;(D-ChangeLookUpFormat 'D-WORDSTRUCTURE)                                  ;
 ;(D-VersionHeading)                                                       ;
 ;*************************************************************************;


(load '../maload.o)
(load '../makesprules.o)
(load '../makewgram.o)
(load '../makelexicon.o)
(load '../mafuncs.o)
(load '../analyse.o)
(load '../autorun.o)

 (D-Initialise)                                                                                   
 (D-LoadSpRules 'simple)                                                                          
 (D-LoadWordGrammar 'simple)                                                                      
 (D-LoadLexicon 'simple)                                                                          
 (D-ChangeLookUpFormat 'D-WORDSTRUCTURE)                                                          
 (msg (n 3))
 (D-VersionHeading)                                                                               
 (msg  " - containing the SIMPLE analysis of English ...." (N 2))


