.clang-format
.gitattributes
.gitignore
.readthedocs.yml
CMakeLists.txt
LICENSE
README.md
asv.conf.json
setup.cfg
setup.py
tox.ini
.github/workflows/build_wheels.sh
.github/workflows/ci.yml
benchmarks/__init__.py
benchmarks/bench.py
docs/Makefile
docs/conf.py
docs/countvectorizer_api.rst
docs/fastcountvectorizer_api.rst
docs/index.rst
docs/make.bat
docs/public_api.rst
docs/requirements.txt
fastcountvectorizer/CMakeLists.txt
fastcountvectorizer/__init__.py
fastcountvectorizer/_analyzers.cpp
fastcountvectorizer/_analyzers.h
fastcountvectorizer/_bindings.cpp
fastcountvectorizer/_collections.cpp
fastcountvectorizer/_collections.h
fastcountvectorizer/_counters.cpp
fastcountvectorizer/_counters.h
fastcountvectorizer/_csr.h
fastcountvectorizer/_sputils.cpp
fastcountvectorizer/_sputils.h
fastcountvectorizer/_stopwords.py
fastcountvectorizer/_strings.cpp
fastcountvectorizer/_strings.h
fastcountvectorizer/benchmark.py
fastcountvectorizer/compat.py
fastcountvectorizer/fastcountvectorizer.py
fastcountvectorizer/version.py
fastcountvectorizer.egg-info/PKG-INFO
fastcountvectorizer.egg-info/SOURCES.txt
fastcountvectorizer.egg-info/dependency_links.txt
fastcountvectorizer.egg-info/requires.txt
fastcountvectorizer.egg-info/top_level.txt
fastcountvectorizer/tests/CMakeLists.txt
fastcountvectorizer/tests/__init__.py
fastcountvectorizer/tests/test__analyzers_impl.cpp
fastcountvectorizer/tests/test__collections_impl.cpp
fastcountvectorizer/tests/test__counters_impl.cpp
fastcountvectorizer/tests/test__ext.cpp
fastcountvectorizer/tests/test__sputils_impl.cpp
fastcountvectorizer/tests/test__strings_impl.cpp
fastcountvectorizer/tests/test_fastcountvectorizer.py
fastcountvectorizer/tests/test_sklearn.py
fastcountvectorizer/tests/test_utils.h
fastcountvectorizer/tests/thirdparty/catch.hpp
fastcountvectorizer/thirdparty/.clang-format
fastcountvectorizer/thirdparty/xxh3.h
fastcountvectorizer/thirdparty/xxhash.h
fastcountvectorizer/thirdparty/tsl/sparse_growth_policy.h
fastcountvectorizer/thirdparty/tsl/sparse_hash.h
fastcountvectorizer/thirdparty/tsl/sparse_map.h
fastcountvectorizer/thirdparty/tsl/sparse_set.h