UNPKG

happynodetokenizer

Version:
67 lines (66 loc) 1.41 kB
{ "name": "happynodetokenizer", "version": "7.1.0", "description": "A simple, Twitter-aware tokenizer.", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { "import": "./dist/index.js" }, "directories": { "dist": "dist", "test": "test" }, "devDependencies": { "@types/he": "^1.2.0", "rimraf": "^5.0.5", "typescript": "^5.3.3" }, "engines": { "node": ">=14.0.0" }, "scripts": { "prebuild": "npm run clean", "build": "tsc", "postbuild": "rimraf types", "clean": "rimraf build && rimraf dist && rimraf types", "check:types": "tsc --noEmit", "test": "node test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/phughesmcr/happynodetokenizer.git" }, "keywords": [ "tokenise", "tokenize", "tokenising", "tokenizing", "tokeniser", "tokenizer", "token", "twitter", "NLP", "language", "text", "strings", "stanford", "dlatk", "wwbp" ], "author": { "name": "Peter Hughes", "email": "github@phugh.es", "url": "https://www.phugh.es" }, "license": "CC-BY-NC-SA-3.0", "bugs": { "url": "https://github.com/phughesmcr/happynodetokenizer/issues" }, "homepage": "https://github.com/phughesmcr/happynodetokenizer", "dependencies": { "he": "^1.2.0" } }