LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
benchmark/dcvgr10.txt.gz
benchmark/dictionary.py
benchmark/enron.py
benchmark/marc21.py
benchmark/reuters.py
benchmark/reuters21578.txt.gz
docs/requirements.txt
docs/source/analysis.rst
docs/source/batch.rst
docs/source/bm25.rst
docs/source/conf.py
docs/source/dates.rst
docs/source/facets.rst
docs/source/fieldcaches.rst
docs/source/glossary.rst
docs/source/highlight.rst
docs/source/index.rst
docs/source/indexing.rst
docs/source/intro.rst
docs/source/keywords.rst
docs/source/migration.rst
docs/source/nested.rst
docs/source/ngrams.rst
docs/source/parsing.rst
docs/source/query.rst
docs/source/querylang.rst
docs/source/quickstart.rst
docs/source/recipes.rst
docs/source/schema.rst
docs/source/searching.rst
docs/source/semantic.rst
docs/source/spelling.rst
docs/source/stemming.rst
docs/source/threads.rst
docs/source/unified.rst
docs/source/api/analysis.rst
docs/source/api/api.rst
docs/source/api/collectors.rst
docs/source/api/columns.rst
docs/source/api/fields.rst
docs/source/api/formats.rst
docs/source/api/highlight.rst
docs/source/api/idsets.rst
docs/source/api/index.rst
docs/source/api/matching.rst
docs/source/api/qparser.rst
docs/source/api/query.rst
docs/source/api/reading.rst
docs/source/api/scoring.rst
docs/source/api/searching.rst
docs/source/api/sorting.rst
docs/source/api/spelling.rst
docs/source/api/util.rst
docs/source/api/writing.rst
docs/source/api/codec/base.rst
docs/source/api/filedb/filestore.rst
docs/source/api/filedb/filetables.rst
docs/source/api/filedb/structfile.rst
docs/source/api/lang/morph_en.rst
docs/source/api/lang/porter.rst
docs/source/api/lang/wordnet.rst
docs/source/api/support/charset.rst
docs/source/api/support/levenshtein.rst
docs/source/releases/0_3.rst
docs/source/releases/1_0.rst
docs/source/releases/2_0.rst
docs/source/releases/3_0.rst
docs/source/releases/3_1.rst
docs/source/releases/index.rst
docs/source/tech/backend.rst
docs/source/tech/filedb.rst
docs/source/tech/index.rst
files/whoosh.svg
files/whoosh_16.png
files/whoosh_35.png
files/whoosh_64.png
files/whoosh_small.svg
src/semlix/__init__.py
src/semlix/classify.py
src/semlix/collectors.py
src/semlix/columns.py
src/semlix/compat.py
src/semlix/externalsort.py
src/semlix/fields.py
src/semlix/formats.py
src/semlix/highlight.py
src/semlix/idsets.py
src/semlix/index.py
src/semlix/legacy.py
src/semlix/multiproc.py
src/semlix/reading.py
src/semlix/scoring.py
src/semlix/searching.py
src/semlix/sorting.py
src/semlix/spelling.py
src/semlix/system.py
src/semlix/writing.py
src/semlix.egg-info/PKG-INFO
src/semlix.egg-info/SOURCES.txt
src/semlix.egg-info/dependency_links.txt
src/semlix.egg-info/requires.txt
src/semlix.egg-info/top_level.txt
src/semlix.egg-info/zip-safe
src/semlix/analysis/__init__.py
src/semlix/analysis/acore.py
src/semlix/analysis/analyzers.py
src/semlix/analysis/filters.py
src/semlix/analysis/intraword.py
src/semlix/analysis/morph.py
src/semlix/analysis/ngrams.py
src/semlix/analysis/tokenizers.py
src/semlix/automata/__init__.py
src/semlix/automata/fsa.py
src/semlix/automata/glob.py
src/semlix/automata/lev.py
src/semlix/automata/nfa.py
src/semlix/automata/reg.py
src/semlix/bm25/__init__.py
src/semlix/bm25/bm25_index.py
src/semlix/bm25/bm25_reader.py
src/semlix/bm25/bm25_searcher.py
src/semlix/bm25/bm25_writer.py
src/semlix/bm25/features.py
src/semlix/codec/__init__.py
src/semlix/codec/base.py
src/semlix/codec/memory.py
src/semlix/codec/plaintext.py
src/semlix/codec/whoosh3.py
src/semlix/filedb/__init__.py
src/semlix/filedb/compound.py
src/semlix/filedb/filestore.py
src/semlix/filedb/filetables.py
src/semlix/filedb/gae.py
src/semlix/filedb/structfile.py
src/semlix/filedb/drivers/__init__.py
src/semlix/filedb/drivers/postgresql.py
src/semlix/lang/__init__.py
src/semlix/lang/dmetaphone.py
src/semlix/lang/isri.py
src/semlix/lang/lovins.py
src/semlix/lang/morph_en.py
src/semlix/lang/paicehusk.py
src/semlix/lang/phonetic.py
src/semlix/lang/porter.py
src/semlix/lang/porter2.py
src/semlix/lang/stopwords.py
src/semlix/lang/wordnet.py
src/semlix/lang/snowball/__init__.py
src/semlix/lang/snowball/bases.py
src/semlix/lang/snowball/danish.py
src/semlix/lang/snowball/dutch.py
src/semlix/lang/snowball/english.py
src/semlix/lang/snowball/finnish.py
src/semlix/lang/snowball/french.py
src/semlix/lang/snowball/german.py
src/semlix/lang/snowball/hungarian.py
src/semlix/lang/snowball/italian.py
src/semlix/lang/snowball/norwegian.py
src/semlix/lang/snowball/portugese.py
src/semlix/lang/snowball/romanian.py
src/semlix/lang/snowball/russian.py
src/semlix/lang/snowball/spanish.py
src/semlix/lang/snowball/swedish.py
src/semlix/matching/__init__.py
src/semlix/matching/binary.py
src/semlix/matching/combo.py
src/semlix/matching/mcore.py
src/semlix/matching/wrappers.py
src/semlix/qparser/__init__.py
src/semlix/qparser/common.py
src/semlix/qparser/dateparse.py
src/semlix/qparser/default.py
src/semlix/qparser/plugins.py
src/semlix/qparser/syntax.py
src/semlix/qparser/taggers.py
src/semlix/query/__init__.py
src/semlix/query/compound.py
src/semlix/query/nested.py
src/semlix/query/positional.py
src/semlix/query/qcolumns.py
src/semlix/query/qcore.py
src/semlix/query/ranges.py
src/semlix/query/spans.py
src/semlix/query/terms.py
src/semlix/query/wrappers.py
src/semlix/semantic/__init__.py
src/semlix/semantic/embeddings.py
src/semlix/semantic/fusion.py
src/semlix/semantic/hybrid.py
src/semlix/semantic/indexing.py
src/semlix/semantic/stores/__init__.py
src/semlix/semantic/stores/base.py
src/semlix/semantic/stores/faiss_store.py
src/semlix/semantic/stores/numpy_store.py
src/semlix/semantic/stores/pgvector_store.py
src/semlix/stores/__init__.py
src/semlix/stores/bm25s_store.py
src/semlix/support/__init__.py
src/semlix/support/base85.py
src/semlix/support/bench.py
src/semlix/support/charset.py
src/semlix/support/levenshtein.py
src/semlix/support/relativedelta.py
src/semlix/support/unicode.py
src/semlix/tools/__init__.py
src/semlix/tools/migrate.py
src/semlix/unified/__init__.py
src/semlix/unified/unified_index.py
src/semlix/unified/unified_searcher.py
src/semlix/unified/unified_writer.py
src/semlix/util/__init__.py
src/semlix/util/cache.py
src/semlix/util/filelock.py
src/semlix/util/loading.py
src/semlix/util/numeric.py
src/semlix/util/numlists.py
src/semlix/util/testing.py
src/semlix/util/text.py
src/semlix/util/times.py
src/semlix/util/varints.py
src/semlix/util/versions.py
tests/english-words.10.gz
tests/test_analysis.py
tests/test_automata.py
tests/test_bits.py
tests/test_bm25_index.py
tests/test_bm25_store.py
tests/test_classify.py
tests/test_codecs.py
tests/test_collector.py
tests/test_columns.py
tests/test_compound.py
tests/test_dateparse.py
tests/test_fields.py
tests/test_flexible.py
tests/test_highlighting.py
tests/test_indexing.py
tests/test_matching.py
tests/test_misc.py
tests/test_mpwriter.py
tests/test_nested.py
tests/test_parse_plugins.py
tests/test_parsing.py
tests/test_pgvector_store.py
tests/test_postgresql_driver.py
tests/test_postings.py
tests/test_quality.py
tests/test_queries.py
tests/test_reading.py
tests/test_results.py
tests/test_searching.py
tests/test_sorting.py
tests/test_spans.py
tests/test_spelling.py
tests/test_stem.py
tests/test_tables.py
tests/test_vectors.py
tests/test_weightings.py
tests/test_writing.py
tests/semantic/__init__.py
tests/semantic/test_semantic.py
tests/semantic/test_semantic_search.py