natural
Version:
General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.
28 lines (27 loc) • 522 B
JSON
{
"compilerOptions": {
"target": "es6",
"resolveJsonModule": true,
"lib": [
"es6"
],
"module": "commonjs",
"rootDir": "./",
"baseUrl": "./",
"moduleResolution": "node",
"allowJs": true,
"outDir": "./dist/cjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true
},
"include": [
"lib/natural/**/*.ts",
"spec/*.ts",
"io_spec/*.ts",
"lib/natural/analyzers/SenType.ts"
],
"exclude": [
"./node_modules"
]
}