Registry / utility / flashlight-text

flashlight-text

JSON →
library0.0.7vcpkgunverified

Flashlight Text is a library for tokenization, beam search, and text processing.

vcpkg install flashlight-text
INSTALL
IMPORT
SIG · FLASHLIGHT-TEXT
F
flashlight-text
utilitycppv0.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flashlight/text/text.h
#include <flashlight/text/text.h>

Tokenize a string using flashlight-text

#include <flashlight/text/text.h> #include <iostream> int main() { auto tokenizer = fl::text::Tokenizer(); auto tokens = tokenizer.tokenize("Hello world"); for (const auto& t : tokens) std::cout << t << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

flashlight-text — pip install flashlight-text · libregistry