パッケージ: python3-lunr (0.6.2-2)
python3-lunr に関するリンク
Debian の資源:
python-lunr ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python implementation of Lunr.js (Python3 version)
This package includes the Python version of Lunr.js aims to bring the simple and powerful full text search capabilities into Python guaranteeing results as close as the original implementation as possible.
Lunr is a simple full text search solution for situations where deploying a full scale solution like Elasticsearch isn't possible, viable or you're simply prototyping. Lunr parses a set of documents and creates an inverted index for quick full text searches in the same way other more complicated solution.
The trade-off is that Lunr keeps the inverted index in memory and requires you to recreate or read the index at the start of your application.
This package contains the Python 3 version of the library.
その他の python3-lunr 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-nltk
- Python3 libraries for natural language processing
-
- sug: python-lunr-doc
- Python implementation of Lunr.js (Documentation)