Tomita is a wrapper for Yandex Tomita Parser tool
Tomita Parser is a tool for extracting structured data (facts) from text in natural language.
npm install tomita-parser
var Tomita = require('tomita-parser');
new Tomita('input text', '/absolute/path/to/config.proto', function (err, res) {
// ...
});npm test
License © 2012 ООО «ЯНДЕКС»