Skip to content

Python implementation for boolean and vector search on documents

License

Notifications You must be signed in to change notification settings

bcbogdan/document_search

Repository files navigation

boolean-search

Python program that evaluates an expression based on boolean logic (AND, NOT, OR) and returns a set of result file paths

install

run pip install -r requirements.txt run nltk.py run python -m nltk.downloader wordnet stopwords

run

python boolean_search.py [query list]

About

Python implementation for boolean and vector search on documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages