Skip to content

matheusportela/inverted-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverted Index

Didactic inverted index

Requirements

  • C++17
  • CMake
  • GNU Make

Compiling

$ ./compile

Downloading data

Download and uncompress 10 WET files containing crawling data:

$ ./download

Indexing data

Index all WET documents in data/common-crawl.

$ ./index

Searching

Search for single-word terms in inverted index.

$ ./search

About

Didactic inverted index

Resources

Stars

Watchers

Forks

Packages

No packages published