UNPKG

vocabulary-level-grader

Version:

Analyzes the given text and determine what's the vocabulary level based on CEFR levels

34 lines (33 loc) 989 B
{ "name": "vocabulary-level-grader", "version": "1.1.0", "description": "Analyzes the given text and determine what's the vocabulary level based on CEFR levels ", "main": "index.js", "repository": "https://github.com/openderock/vocabulary-level-grader.git", "author": "Sajjad Shirazy <shirazy.sajjad@gmail.com>", "license": "MIT", "keywords": [ "cefr", "vocabulary", "english", "level", "grade", "nlp", "grader" ], "scripts": { "test": "ava --verbose", "release:patch": "standard-version && git push --tags", "release:minor": "standard-version --release-as minor && git push --tags", "release:major": "standard-version --release-as major && git push --tags" }, "devDependencies": { "standard-version": "^7.0.0", "ava": "^1.4.1" }, "dependencies": { "extract-lemmatized-nonstop-words": "^1.0.17", "lodash": "^4.17.11", "vocabulary-list-statistics": "^1.0.12" } }