INLS 490-154: Introduction to Information Retrieval System Design and Implementation
Fall 2008. Wednesdays 9:30am-12:15pm, Manning 214
[
Home
] [
Syllabus
] [
Assignments
] [
Project
] [ Resources ]
Tutorials
UNIX
:
UNIX Primer
MySQL
:
Getting Started with MySQL
HTML
:
HTML Tutorial
,
HTML Forms and Input
AJAX
:
AJAX Tutorial
XML
:
XML Tutorial
Links
MySQL stopwords
MySQL stopwords in CSV format
U.S. patent: Locating meaningful stopwords or stop-phrases in keyword-based retrieval systems
Fulltext index statistics for en Wikipedia
Search engine indexing
Articles
The Anatomy of a Large-Scale Hypertextual Web Search Engine
Google looks at multi-stage query processing
Retrieval Models
Evaluation of Evaluation in Information Retrieval [PDF]
by Tefko Saracevic
Tools (all free)
MySQL downloads
(All platforms)
CocoaMySQL
(Mac) - MySQL GUI
PHP
(Mac)
PHP
(Windows)
PHP Eclipse plugin
(All platforms)
Apache
(All platforms)
Lemur Toolkit
(All platforms) - Language modeling and Information Retrieval
TREC Eval
(UNIX-based)
R Statistical Package
(All platforms)
Code Snippets
"Hello World"
(PHP)
MySQL connection commands
(PHP)
Creating and executing a SQL query and reading records
(PHP)
Reading HTML form values
(PHP)
Reading and writing text files
(PHP)
Writing one word per line (tokenizer)
(Perl)
Combine documents in TREC format
(Perl)
Remove stop words
(Perl)
RetEval code snippet for printing terms with weights
(Lemur)
Parsing retrieved results
(PHP)
Dynamically loading articles
(JavaScript)
Parsing YouTube response
(PHP)
Creating a term-cloud
(PHP)