Nlp Deterministic

Classify and extract from text WITHOUT an LLM — intent classification (lexical overlap + local embedding), entity extraction (regex/gazetteers for urls/emails/ips/paths/env vars/flags/numbers), and stopword-filtered keyword frequency. Deterministic, instant, 0 cloud tokens. Use instead of asking a model to classify text or extract entities, and as the routing/intent layer that keeps cheap language decisions off the LLM.

zedarvates d20d9bd 5 files · 12.4 KB Updated

File contents

zedarvates/botte-secrete/tree/main/skills/nlp_deterministic commit d20d9bd7ee

Frequently asked questions

npx skillmds@latest add zedarvates/nlp-deterministic