Running SNePS 2.8 on UB CSE Linux Computers

Preparation
  1. If you do not have a file named .emacs in your home directory, copy ~shapiro/.emacs into your home directory.

    If you do have a file named .emacs in your home directory, copy Lisp and ACL related material (and anything else that looks interesting) from ~shapiro/.emacs into your .emacs file.

  2. Copy ~shapiro/.emacs-for-acl.el into your home directory.
  3. If you know how, you may edit the above two files to detach them from Shapiro's files, and instead use yours.

Running SNePS 2.8
  1. Run Emacs by entering the Linux command
    emacs
    

  2. In Emacs, enter the command
    M-x run-acl
    

  3. At the Lisp prompt, enter
    :ld /projects/snwiz/bin/sneps
    
  4. Once SNePS has finished loading, at the next Lisp prompt,

    • To run SNePSLOG enter
      (snepslog)
      
    • To use SNePSUL enter
      (sneps)
      
    • To run the GATN parser enter
      :pa snepsul
      (sneps::sneps-setup)
      (atnin <grammar-file>)
      (lexin <lexicon-file>)
      (parse)
  • To exit Emacs, type C-x C-c
    Last modified: Wed May 25 16:21:12 2011
    SNeRG Home Page
    Stuart C. Shapiro <shapiro@cse.buffalo.edu>