UNPKG

finnlp

Version:

Natural language processing in JavaScript

33 lines (32 loc) 702 B
{ "name": "finnlp", "version": "1.1.1", "description": "Natural language processing in JavaScript", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prepublish": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/finnlp/fin.git" }, "keywords": [ "natural", "language", "processing" ], "author": "Alex Corvi <alex@arrayy.com>", "license": "MIT", "bugs": { "url": "https://github.com/finnlp/fin/issues" }, "homepage": "https://github.com/finnlp/fin", "dependencies": { "en-norm": "0.0.2", "en-parse": "^1.1.0", "en-pos": "^1.0.13", "lemmatizer": "0.0.1", "lexed": "^1.0.10" } }