Skip to content

Commit 2b3b158

Browse files
author
Marco Zocca
committed
updated cabal file for candidate release
1 parent 1aa28c6 commit 2b3b158

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

ncd-tree.cabal

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,27 @@ cabal-version: 2.2
22

33
name: ncd-tree
44
version: 0.1.0.0
5-
-- synopsis:
6-
-- description:
5+
synopsis: text similarity search using normalized compression distance and VP trees
6+
description:
7+
ncd-tree is a Haskell library that implements a data structure and query layer for efficient
8+
similarity search based on the Normalized Compression Distance (NCD) metric
9+
and Vantage Point (VP) trees. It allows users to store and query large
10+
datasets of text documents, enabling fast retrieval of similar texts based
11+
on their compressed representations.
12+
This library is particularly useful for applications such as
13+
document clustering and recommendation systems.
14+
NCD is a parameter-free, universal similarity metric based on information distance,
15+
which quantifies how similar two objects are by measuring the length of their
16+
compressed concatenation relative to their individual compressed lengths.
17+
VP trees are a type of metric tree that organizes data points in a way that
18+
allows for efficient nearest neighbor searches in metric spaces.
719
homepage: https://github.com/ocramz/ncd-tree
820
license: BSD-3-Clause
921
license-file: LICENSE
1022
author: Marco Zocca
1123
maintainer: example@example.com
1224
copyright: 2025 Marco Zocca
13-
category: Acme
25+
category: Data
1426
build-type: Simple
1527
extra-source-files: README.md
1628
CHANGELOG.md

0 commit comments

Comments
 (0)