UNPKG

morpheme-match

Version:

match function that match token(形態素解析) with sentence.

49 lines (48 loc) 1.22 kB
{ "name": "morpheme-match", "version": "2.0.4", "description": "match function that match token(形態素解析) with sentence.", "keywords": [ "japanese", "morpheme", "text", "形態素" ], "homepage": "https://github.com/azu/morpheme-match", "bugs": { "url": "https://github.com/azu/morpheme-match/issues" }, "repository": { "type": "git", "url": "https://github.com/azu/morpheme-match.git" }, "license": "MIT", "author": "azu", "files": [ "src/", "lib/" ], "main": "lib/morpheme-match.js", "types": "lib/morpheme-match.d.ts", "directories": { "test": "test" }, "scripts": { "build": "cross-env NODE_ENV=production tsc -p .", "build:website": "cd website && npm i && npm run build", "prepublish": "npm run --if-present build", "test": "mocha \"test/**/*.{js,ts}\"", "watch": "tsc -p . --watch" }, "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^12.0.7", "cross-env": "^5.2.0", "mocha": "^6.1.4", "ts-node": "^8.2.0", "ts-node-test-register": "^8.0.1", "typescript": "^3.5.1" }, "email": "azuciao@gmail.com", "gitHead": "e04dd2b7ba05005a3c8bd8eae81803e0ca77a95f" }