📄 read.me
字号:
This source code is from the book Information Retrieval: Data Structures and Algorithms Edited by William B. Frakes and Ricardo Baeza-Yates Prentice-Hall, 1992 ISBN: 0-13-463837-9 Chapter 7: Lexical Analysis and Stop Lists Contributed by: Christopher Fox James Madison U. Comments can be sent to: Prof. William Frakes Department of Computer Science Virginia Polytechnic Institute and State University Northern Virginia Graduate Center 2990 Telestar Ct. Falls Church, VA 22042 703-698-4712 fax 703-698-6062 frakes@sarvis.cs.vt.edu The files in this directory contain code for implementing lexical analysis and stop word removal for automatic indexing and query processing. This directory should contain the following files: makefile Builds object code and test drivers stop.wrd A list of 429 stop words used for testing testfile A short text used as data for testing stop.c Code building and running lexical analyzers that stops words stop.h Header for the lexical analyzer module strlist.c Code for a utility package for handling lists of strings strlist.h Header for the string list utility module stopper.c A test program Detailed information about the implementation and how to use it can be found in the Makefile and the various source code files.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -