1.1.1 • Published 5 years ago

levenary v1.1.1

Weekly downloads
4,549,964
License
MIT
Repository
github
Last release
5 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
react-native-bluetooth2killi8n-react-native-fast-image@cashremit/cr-streamline-iconsbb-chat@ihikmawan/tailwindcss-multi-theme-l2@l1nyanm1ng/react-picture-viewer@everything-registry/sub-chunk-2062svavatar@ct-note/image@ct-note/list@ct-note/paragraph@ct-note/code@ct-note/embed@ct-note/header@boost/args@boost/clijesusdemostock-ticker-react-widgetu-librarytravelcircus-styleguide@apardellass/react-native-audio-stream@alexshmyrkov/react-ranger@alta-ng-timeago/hiamtanh-alta@carhoo/widget-dealers@hodlvalley/sdk@felipesimmi/react-native-datalogic-module@hbglobal/react-native-actions-shortcuts@ihikmawan/tailwindcss-multi-theme-iman-test@ihikmawan/tailwindcss-multi-theme-v2@geeky-apo/react-native-advanced-clipboard@infinitebrahmanuniverse/nolb-lev@kylesferrazza/graphql-relay-updated@lamtanphiho/v2-sdk@lingxiteam/test@maujzs/branch-release@jil/args@jil/cli@javaswap/v2-sdk@hemith/react-native-tnk@procore/core-scripts@openpolitica/matomo-next@plainly.world/pwa@resystem/ida-js-sdkmicro-ly-componentsnative-apple-loginnative-kakao-loginnative-google-loginowt-client-javascriptreact-native-kakao-mapsreact-native-plugpag-wrapperreact-native-pulsator-nativeng-vue-cli-plugin-apolloneumorphic-designnew-micro-componentsng-search-dropdownqa_hddreact-picky-with-clearsmtrgoogle-remake@udooku/react-image-comparison-slider@yplabs-ltd/react-native-detectoricons-vue-testhot-zone-vuehexyun.helpershelp-widget@zalastax/nolb-lev@zenview/micro-componentsaxonv2sdkcotrader-dex-sdkdataormeditorjs-alerticonsfastlion-picture-viewerflowable-bpmn-modeler
1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago