related sites

MIT Media Lab's Information: Organized Consortium

Consortium for Lexical Research Archive

Association for Computational Linguistics Software Registry

Linguistic Data Consortium at UPenn

Mark Kantrowitz's Software Archive
 
 

technical books

Shishir Gundavaram, CGI Programming on the World Wide Web (Sebastopol, CA: O'Reilly, 1996) [online]

Clinton Wong, Web Client Programming with Perl (Sebastopol, CA: O'Reilly, 1997) [online]

Elizabeth Castro, HTML for the World Wide Web (Berkeley, CA: Peachpit Press, 2001)

Christopher Manning and Hinriche Schutze, Foundations of Statistical Natural Language Processing (Cambridge, MA: MIT Press, 1999)

Daniel Jurafsky and James Martin, Speech and Language Processing (Upper Saddle River, NJ: Prentice Hall, 2000)

Artificial Intelligence Programming Resources (including books on the Lisp programming language)

The source code for the microSam computer program (and also other Schankian micro programs).
-- To use these programs from a SIMS computer, first download cd-functions.lisp; then download the program (e.g., micro-sam.lisp); then, at the UNIX prompt type 'gcl'.  This will start up a LIsp process.  Once you have Lisp running, then type '(load "micro-sam.lisp")'.  Once it has loaded, try something like '(process-story restaurant-story)'.  Have a look at the code for other stories and functions you might try.