Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/vectorizer/src/text/mod.ts

Machine Learning utilities for TypeScript
Latest
import * as vectorizer from "https://deno.land/x/vectorizer@v0.7.5/src/text/mod.ts";

Text-related utilities for Machine Learning and Data Science.

Classes

Convert tokens into vectors based on term frequency

Convert tokens into vectors based on term frequency

Tokenize text based on separator (whitespace)

Simple text cleaner

TODO

Convert tf features (CountVectorizer) into tf-idf features.

Functions

Function for quick cleaning of text