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.
- Host: GitHub
- URL: https://github.com/capjamesg/build-a-search-index
- Owner: capjamesg
- Created: 2024-07-17T11:41:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T20:19:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T18:00:35.439Z (over 1 year ago)
- Topics: python, search-algorithms, search-index
- Language: Python
- Homepage: https://jamesg.blog/2024/07/16/build-a-search-index/
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.