Natural Language Processing (201-2454101)
Class 12 - Spring 1999 - Yael Dahan Netzer
How to load the grammar
Either
- Copy files from ~nlp99/norvig to your directory
- or whereever the files are, just define a variable:
- (setenv "norvig" "path-to-where-ever-it-is")
- and (cd "$norvig/")
- and (load "$norvig/grammar.lisp")
- In emacs you can also load the file with c-c c-l
file-name
Run an example:
(try cat (i.e. s/np/etc..) strings)
(try s I delete the file)
Back to the course home page
Last modified , 1999
Yael Dahan Netzer