An open API service indexing awesome lists of open source software.

https://github.com/capjamesg/build-a-search-index

Code to accompany the "Build a search index in Python" tutorial.
https://github.com/capjamesg/build-a-search-index

python search-algorithms search-index

Last synced: about 1 year ago
JSON representation

Code to accompany the "Build a search index in Python" tutorial.

Awesome Lists containing this project

README

          

# Build a Search Index Code

Code to accompany the [Build a search index in Python](https://jamesg.blog/2024/07/16/build-a-search-index/) series on James' Coffee Blog.

- `app.py` contains the code used in [Build a search index in Python](https://jamesg.blog/2024/07/16/build-a-search-index/).
- `query.py` contains the code used in [How to build a query language in Python](https://jamesg.blog/2024/08/17/build-a-query-language/).
- `tfidf.py` contains the code used in [How to implement TF-IDF in Python](https://jamesg.blog/2024/08/17/tf-idf-python/).

## License

This project is licensed under a Creative Commons Zero No-Attribution license.