Skip to main content
Deno 2 is finally here 🎉️
Learn more

Illustration of a 50s era car dashboard

Keyword Classic

Extracts keywords from a document using some classic NLP algorithms including Textrank, Cosine Similarity, Edit Distance, and TF-IDF.

API Usage

import * as kc from "https://deno.land/x/keyword_classic/@1.0.0/mod.ts";

CLI Usage

deno run -A ./src/kwd_classic.ts path/to/file.md

Testing

deno test -A