Skip to content

Releases: dmarsic/tinysearch

v0.5.0

25 Apr 20:47
Compare
Choose a tag to compare

Features:

  • Allow indexing as separate phase

Improvements:

  • Analyzer performance improvement (overall indexing and searching improvement)

v0.4.1

23 Apr 12:18
Compare
Choose a tag to compare
  • Improve performance in analyzer

v0.4.0

23 Apr 11:29
Compare
Choose a tag to compare
  • feat: improve search time

v0.3.0

21 Apr 23:19
Compare
Choose a tag to compare
  • feat: allow specifying own analyzer

v0.2.0

21 Apr 20:42
Compare
Choose a tag to compare
  • fix: str and repr for objects
  • chore: update pyproject, set dynamic versioning

v0.1.0

21 Apr 17:07
f366ad5
Compare
Choose a tag to compare

Initial release of tinysearch.

  • Indexing with whitespace tokenizer, lowercase, english stemmer
  • Search with the same settings, TF-IDF for scoring