Skip to content

Universemul/inverted-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverted-index

Python package providing an in-memory Inverted Index

Features

  • Documents Indexing
    • Insert a document or a bulk
    • Remove a document by id
    • Persistence of disk (using existing config or config created by the developer)
  • Search documents
    • By exact match
    • Using filtering on field (like AND, OR, NOT, ...)
    • Using fuzzy search
    • Using regex
  • Tokenizer
    • French
    • Other language
  • Stemming
    • French
    • Other language
  • Stopwords
    • French
    • Other language
  • Better default serialization. Partial json update instead of overriding the whole file
  • L4Z Configuration

About

Python package providing an Inverted Index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages