# @datagica/thesaurify

> Thesaurify an object - yes that's a thing

Latest version **0.0.1** (published 2017-08-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install @datagica/thesaurify
pnpm add @datagica/thesaurify
yarn add @datagica/thesaurify
bun add @datagica/thesaurify
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2017-08-02 |
| First published | 2017-07-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Julian Bilcke |
| Maintainers | datagica |

## Links

- npm: https://www.npmjs.com/package/@datagica/thesaurify
- npm.io page: https://npm.io/package/@datagica/thesaurify

## Recent versions

- 0.0.1 (latest) — 2017-08-02
- 0.0.0 — 2017-07-23

## README

# Thesaurify

A double-layer thesaurifier for words, array of words, and Datanote objects.

Multi-layer thesaurification gives us some depth and reveals the hidden statistics.

Note: the only practical values for depth are 1, 2 (recommended) or 3.

Different depths give you different results.

Example, for coffee at depth of 2 you will have:

```json
{
  "drink": 35,
  "drinkable": 20,
  "coffee": 19,
  "beverage": 18,
  "brown": 18
}
```

And at depth 3 you will get slightly more generic concepts:

```json
{
  "drink": 35,
  "drinkable": 20,
  "coffee": 19,
  "potable": 18,
  "beverage": 18
}
```

---
_Source: https://npm.io/package/@datagica/thesaurify · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
