https://github.com/explosion/prodigy-lunr
A Prodigy plugin for document search via LUNR
https://github.com/explosion/prodigy-lunr
Last synced: about 1 year ago
JSON representation
A Prodigy plugin for document search via LUNR
- Host: GitHub
- URL: https://github.com/explosion/prodigy-lunr
- Owner: explosion
- License: mit
- Created: 2023-10-03T10:21:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T07:54:06.000Z (over 1 year ago)
- Last Synced: 2025-02-14T20:17:08.620Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 452 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌕 Prodigy-Lunr

This repository contains a Prodigy plugin for recipes that use [lunr](https://lunr.readthedocs.io/en/latest/) as a lightweight search engine to fetch relevant subsets of the data to curate.
You can install this plugin via `pip`.
```
python -m pip install "prodigy-lunr @ git+https://github.com/explosion/prodigy-lunr"
```
To learn more about this plugin, you can check the [Prodigy docs](https://prodi.gy/docs/plugins/#lunr).
## Issues?
Are you have trouble with this plugin? Let us know on our [support forum](https://support.prodi.gy/) and we'll get back to you!