fin-ukus
Version:
UK US spelling variation detection for FIN NLP
41 lines (40 loc) • 891 B
JSON
{
"name": "fin-ukus",
"version": "1.0.1",
"description": "UK US spelling variation detection for FIN NLP",
"main": "./dist/index.js",
"types":"./dist/types.ts",
"dependencies": {
"spelling-variations": "^1.0.5"
},
"devDependencies": {
"@types/node": "^7.0.11",
"finnlp": "^1.0.28",
"spelling-variations": "^1.0.5"
},
"scripts": {
"test": "ts-node test/test.ts",
"build":"tsc",
"prepublish": "ts-node test/test.ts && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FinNLP/fin-ukus.git"
},
"keywords": [
"UK",
"US",
"spelling",
"variation",
"detection",
"for",
"FIN",
"NLP"
],
"author": "Alex Corvi <alex@arrayy.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FinNLP/fin-ukus/issues"
},
"homepage": "https://github.com/FinNLP/fin-ukus#readme"
}