{ "name": "langdetect-jsoo", "version": "1.0.0", "description": "OCaml/JS port of the Cybozu langdetect algorithm. Detects the natural language of text using n-gram frequency profiles. Supports 47 languages including English, Chinese, Japanese, Arabic, and many European languages.", "browser": "langdetect.js", "homepage": "https://tangled.org/anil.recoil.org/ocaml-langdetect", "scripts": { "test": "echo 'Open langdetect.html in a browser to run tests'" }, "author": "Anil Madhavapeddy", "license": "MIT", "repository": { "type": "git", "url": "git+https://tangled.org/anil.recoil.org/ocaml-langdetect.git#npm" }, "keywords": [ "language", "detection", "langdetect", "nlp", "natural-language", "i18n", "internationalization", "ocaml", "js_of_ocaml", "wasm", "webassembly" ], "files": [ "langdetect.js", "langdetect_js_main.bc.wasm.js", "langdetect_js_main.bc.wasm.assets/", "langdetect-tests.js", "langdetect_js_tests.bc.wasm.js", "langdetect_js_tests.bc.wasm.assets/", "langdetect.html", "README.md", "LICENSE" ] }