text-prep-lite npm

text-prep-lite npm

Lightweight text preprocessing util for NLP (in TypeScript)

5 followers

Lightweight text preprocessing utilities for NLP in TypeScript. The library is intentionally dependency-free and suitable for browsers, Node.js, and serverless environments. installation: npm install text-prep-lite # or yarn add text-prep-lite
text-prep-lite npm gallery image
Free
Launch Team
Migma
Migma
Lovable for Email
Promoted

What do you think? …

Cavani21
Maker
📌
Natural-language data is messy. Before tokenisation or feeding text into an NLP model you often need to: -normalise case & whitespace -expand contractions ("can't" → "cannot") -strip punctuation / emojis text-prep-lite does those common steps with zero runtime dependencies. working on some other projects and fell in love with nlps! Hope community finds this package useful.