UNPKG

eld-custom

Version:

Fast and accurate natural language detection. Detector written in Javascript. Efficient language detector, Nito-ELD, ELD.

38 lines (37 loc) 1.03 kB
{ "name": "eld-custom", "version": "1.0.3", "description": "Fast and accurate natural language detection. Detector written in Javascript. Efficient language detector, Nito-ELD, ELD.", "main": "src/languageDetector.js", "types": "src/languageDetector.d.ts", "type": "module", "files": [ "src/", "!src/**/*.dev.js", "!src/ngrams/*.js", "src/ngrams/ngrams-main.js" ], "repository": { "type": "git", "url": "git+https://github.com/nitotm/efficient-language-detector-js.git" }, "keywords": [ "nlp", "language", "natural-language-processing", "natural-language", "language-detection", "language-detector", "language-identification" ], "author": { "name": "Nito T.M.", "url": "https://github.com/nitotm" }, "funding": "https://linktr.ee/nitotm", "license": "Apache-2.0", "bugs": { "url": "https://github.com/nitotm/efficient-language-detector-js/issues" }, "homepage": "https://github.com/nitotm/efficient-language-detector-js#readme" }