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
ngram extraction function
Ngram extraction function
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
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package ut-function.ngram