8000 GitHub - chenzhou06/docsim: A Naive Document Similarity Calculator in Racket
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

chenzhou06/docsim

Repository files navigation

A Naive Document Similarity Calculator in Racket

Feature

  • Poorly tested.
  • Lack of comment.
  • Have no idea about the correctness.

Formula

$$ \arccos(\frac{a^Tb}{||a||\cdot ||b||} $$ where $a$ is the vector representing file0, $b$ file1. The return is show as degrees.

Usage

$ docsim file0 file1

About

A Naive Document Similarity Calculator in Racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0