1.1.1 • Published 4 years ago

levenary v1.1.1

Weekly downloads
4,549,964
License
MIT
Repository
github
Last release
4 years ago

levenary

npm-version github-actions

Given a string, A and an array of strings XS, return the string X from XS whose Levenshtein distance from A is minimal.

Install

$ npm install levenary

Usage

import levenary from 'levenary';

levenary('cat', ['cow', 'dog', 'pig']);
//=> 'cow'

Why levenary?

  1. Based on leven, the fastest JS implementation of the Levenshtein distance algorithm
  2. Only 1 API. Simple and clean. If you want more, please use didyoumean2.
  3. Flow and TypeScript support.

Benchmark

$ npm run bench
  311,915 op/s » levenary
   74,030 op/s » didyoumean
  141,423 op/s » didyoumean2
@procore/core-scriptsreact-native-bluetooth2killi8n-react-native-fast-image@cashremit/cr-streamline-iconsbb-chat@ihikmawan/tailwindcss-multi-theme-l2@l1nyanm1ng/react-picture-viewer@cloud-app-dev/micro-components@everything-registry/sub-chunk-2062owt-client-javascriptnative-apple-loginnative-google-loginnative-kakao-loginng-search-dropdownng-vue-cli-plugin-apollomicro-ly-componentsnew-micro-componentsneumorphic-designqa_hddsvavatartravelcircus-styleguideu-libraryreact-picky-with-clearsmtrstock-ticker-react-widgetreact-native-plugpag-wrapperreact-native-pulsator-nativereact-native-kakao-maps@felipesimmi/react-native-datalogic-module@zenview/micro-components@boost/args@boost/cli@openpolitica/matomo-next@udooku/react-image-comparison-slider@plainly.world/pwa@alexshmyrkov/react-ranger@carhoo/widget-dealersaxonv2sdk@resystem/ida-js-sdk@yplabs-ltd/react-native-detector@zalastax/nolb-lev@ct-note/code@ct-note/embed@ct-note/paragraph@ct-note/header@ct-note/image@ct-note/list@ihikmawan/tailwindcss-multi-theme-iman-test@ihikmawan/tailwindcss-multi-theme-v2@infinitebrahmanuniverse/nolb-lev@hodlvalley/sdk@alta-ng-timeago/hiamtanh-alta@apardellass/react-native-audio-streameditorjs-alerticonshelp-widget@javaswap/v2-sdkhexyun.helpersfastlion-picture-viewer@geeky-apo/react-native-advanced-clipboard@hbglobal/react-native-actions-shortcuts@hemith/react-native-tnkcotrader-dex-sdk@jil/clihot-zone-vue@jil/argsicons-vue-test@lamtanphiho/v2-sdk@kylesferrazza/graphql-relay-updateddataormflowable-bpmn-modeler@maujzs/branch-release@lingxiteam/testjesusdemogoogle-remake
1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago