UNPKG

rosaenlg-gender-es

Version:

Get the gender (masculine, feminine) for each noun in Spanish.

62 lines (61 loc) 1.2 kB
{ "name": "rosaenlg-gender-es", "version": "4.4.0", "description": "Get the gender (masculine, feminine) for each noun in Spanish.", "main": "dist/index.js", "scripts": { "clean": "rm -rf dist", "build": "mkdirp dist && cp src/index.js dist", "test": "nyc --reporter=lcov --reporter=text mocha" }, "devDependencies": { "mkdirp": "^1.0.3" }, "repository": { "type": "git", "url": "https://github.com/RosaeNLG/rosaenlg.git" }, "bugs": { "url": "https://github.com/RosaeNLG/rosaenlg/issues" }, "keywords": [ "Spanish", "gender", "article", "feminine", "masculine", "definite", "indefinite" ], "nyc": { "exclude": [ "test/" ], "check-coverage": true, "statements": 95, "lines": 95, "functions": 95, "branches": 95, "watermarks": { "statements": [ 60, 95 ], "lines": [ 60, 95 ], "functions": [ 60, 95 ], "branches": [ 60, 95 ] } }, "author": "swestrich, Ludan Stoecklé for RosaeNLG", "license": "MIT", "gitHead": "745dc50c54690936fba332ca465308c607053e46" }