Skip to content

trzimm/full-text-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Description

This is based on the Let's build a full text search engine written in Golang https://artem.krylysov.com/blog/2020/07/28/lets-build-a-full-text-search-engine/

Setup

Download the dataset

wget -O - https://dumps.wikimedia.org/enwiki/latest/enwiki-latest-abstract1.xml.gz | gunzip -c > enwiki-latest-abstract1.xml

Setup Python

pip3 install nltk

# uncomment line
nltk.download('wordnet')

Run

python3 src/main.py

About

Let's build a Full-Text Search engine (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages