UNPKG

lao-grammar-checker

Version:

A utility to check grammar and split Lao language sentences into individual words

46 lines (45 loc) 1.02 kB
{ "name": "lao-grammar-checker", "version": "1.1.1", "description": "A utility to check grammar and split Lao language sentences into individual words", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build", "dev": "ts-node src/index.ts" }, "keywords": [ "lao", "language", "nlp", "word", "grammar", "checker", "segmentation", "laos", "tokenizer", "syllable" ], "author": "Southixa Philavong", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/southixa/lao-grammar-checker.git" }, "bugs": { "url": "https://github.com/southixa/lao-grammar-checker/issues" }, "homepage": "https://github.com/southixa/lao-grammar-checker#readme", "devDependencies": { "@types/jest": "^29.5.8", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.0.0" }, "files": [ "dist" ] }