Skip to content

lex007in/searcheng1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Searcheng1

Simple indexer and searcher

Usage

Run indexer

python3 indexer.py documents_dir out_index_file

Search

python3 searcher.py out_index_file

Possible search queries

word1[ AND word2]...

word1[ OR word2]...

word1[ /k word2]...

where k - distance from word1

About

Simple indexer and searcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages