floret icon indicating copy to clipboard operation
floret copied to clipboard

🌸 fastText + Bloom embeddings for compact, full-coverage vectors with spaCy

Results 4 floret issues
Sort by recently updated
recently updated
newest added

Improve saved file format to use headers to differentiate from fasttext format, with backwards compatibility for existing saved files.

enhancement

Fixes #31 Added #include that allows src/ to compile, and include 3.13 in targetted Python versions

I get the following error when the C++ is being built by *pip*: ``` c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/tmp/pip-build-env-wp2xuhpq/overlay/lib/python3.13/site-packages/pybind11/include -I/tmp/pip-build-env-wp2xuhpq/overlay/lib/python3.13/site-packages/pybind11/include -Isrc -I/tmp/venv2/include -I/home/dvisser/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/include/python3.13...

Hello, thank you for the great repo! I have two questions: 1. Since FastText is now archived and no longer maintained, would it be accurate to consider Floret a reliable...