synonym-optimizer
Version:
Finds the text which has the least number of repetitions
70 lines (69 loc) • 1.49 kB
JSON
{
"name": "synonym-optimizer",
"version": "5.4.0",
"description": "Finds the text which has the least number of repetitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"test": "nyc --reporter=lcov --reporter=text mocha",
"tsc": "tsc",
"build": "tsc && node ./dist/stopWordsDoc.js"
},
"nyc": {
"extension": [
".ts"
],
"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
]
}
},
"keywords": [
"repetitions",
"synonyms",
"Natural Language Generation",
"NLG"
],
"author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>",
"license": "Apache-2.0",
"dependencies": {
"@types/snowball-stemmers": "^0.6.0",
"@types/wink-tokenizer": "^4.0.1",
"rosaenlg-filter": "5.4.0",
"snowball-stemmer.jsx": "^0.2.3",
"stopwords-de": "^0.3.0",
"stopwords-en": "^0.3.0",
"stopwords-es": "^0.3.0",
"stopwords-fr": "^0.3.0",
"stopwords-it": "^0.4.0",
"wink-tokenizer": "^5.2.1"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/ludan"
},
"gitHead": "745dc50c54690936fba332ca465308c607053e46"
}