Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 338 Bytes

File metadata and controls

19 lines (16 loc) · 338 Bytes

InvertedIndex

Search words inside .txt files in a directory

Usage

The library files are:

  • directory.h
  • directory.cc
  • document.h
  • document.cc
  • motore_ricerca.h
  • motore_ricerca.cc
  • utils.h
  • utils.cc

Examples on how to use the library are found in:

  • main.cpp

A simple makefile can be seen at:

  • makefile