UNPKG

corpus_tools

Version:

Corpus Tools is a simple NPM package for performing corpus linguistic analysis.

29 lines (28 loc) 693 B
{ "name": "corpus_tools", "version": "1.0.0", "description": "Corpus Tools is a simple NPM package for performing corpus linguistic analysis.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "concordance", "n_gram", "tokenizer", "corpus tools" ], "author": "Pablo G. Guízar", "license": "ISC", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/PabloGGuizar/corpus_tools.git" }, "bugs": { "url": "https://github.com/PabloGGuizar/corpus_tools/issues" }, "homepage": "https://github.com/PabloGGuizar/corpus_tools#readme" }