CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json28 linesDownload Raw Back to didyoumean
1{2  "name": "didyoumean",3  "version": "1.2.2",4  "description": "Match human-quality input to potential matches by edit distance.",5  "homepage": "https://github.com/dcporter/didyoumean.js",6  "author": {7    "name": "Dave Porter",8    "email": "dcporter@gmail.com",9    "url": "http://dcporter.net/"10  },11  "keywords": [12    "didyoumean",13    "mean",14    "edit",15    "distance",16    "levenshtein"17  ],18  "main": "./didYouMean-1.2.1.js",19  "repository": {20    "type": "git",21    "url": "https://github.com/dcporter/didyoumean.js.git"22  },23  "bugs": {24    "url": "https://github.com/dcporter/didyoumean.js/issues"25  },26  "license": "Apache-2.0"27}28