node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
25 lines (24 loc) • 462 B
JSON
{
"name": "chrono",
"main": "chrono.js",
"version": "1.3.5",
"homepage": "https://github.com/wanasit/chrono",
"authors": [
"Wanasit Tanakitrungruang <berrysboy@gmail.com>"
],
"description": "A natural language date parser in Javascript",
"keywords": [
"parser",
"time",
"npl",
"chrono"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test-nodeunit",
"test-qunit"
]
}