read.me

来自「信息检索中常用的技术」· ME 代码 · 共 42 行

ME
42
字号
  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 + =
减小字号Ctrl + -
显示快捷键?