Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/feature/conversion/text/base.ts>BaseVectorizerOptions

Feature Extraction and Feature Selection in TypeScript
Go to Latest
type alias BaseVectorizerOptions
import { type BaseVectorizerOptions } from "https://deno.land/x/vectorizer@v0.3.7/src/feature/conversion/text/base.ts";
definition: { vocabulary: Map<string, number>; standardize: StandardizeConfig | ((s: string) => string); skipWords: "english" | false | string[]; }