CSC 575 / IS 575
Winter 2008
Syllabus
Announcements
Course Material
Assignments
Class Project
Online Resources
Home
Comments/Suggestions
|
Intelligent
Information
Retrieval
Online Resources & Reference Material
-
Introduction to Information Retrieval - The
primary textbook for the course; by
Christopher D. Manning,
Prabhakar Raghavan
and Hinrich Schütze,
Cambridge University Press. 2007.
- Tools for Preprocessing - includes stemming and stop word removal, and a program to extract text and text frequency from HTML files. Each program is in
its own subdirectory and has a "readme" file that explains how to use it.
- IR Tools and Software - including source code written in Perl, Java, C, and C++.
- Porter's Stemmer Online - Try doing some stemming with this online implementation of Porter's algorithm. You can enter a set of words, a sentence, or a paragraph and get the stemming results.
- General Resources
- Some Interesting Systems, Projects, Tools
- Natural Language Processing
- Information Visualization
- Other Related and Useful Links
|