Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ut-function.ngram

softwaregroup-bg21Apache-2.01.1.1

ngram extraction function

readme

ut-function.ngram

Ngram extraction function

Usage

e.g.:

const ngram = require('ut-function.ngram');
const set = ngram('word'); // will return a Set with entries ['wor', 'ord']

For more usage examples check tests

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.1 (2023-06-01)

Note: Version bump only for package ut-function.ngram

1.1.0 (2022-10-17)

Features