0.0.1 • Published 11 years ago

tomita v0.0.1

Weekly downloads
4
License
MIT
Repository
-
Last release
11 years ago

Tomita

NPM

Tomita is a wrapper for Yandex Tomita Parser tool

Tomita Parser is a tool for extracting structured data (facts) from text in natural language.

Requirements

  • 	[Tomita Parser binary](http://api.yandex.ru/tomita/download.xml)

Installation

npm install tomita

Documentation

Yandex documentation

Usage:

var tomita = require("tomita");
tomita("path_to_binary")
	.src("input.txt")
	.dict("dict.gzt")
	.run(function(output){
		console.log(output);
	});

Test

npm test

License

Module

Licensed under the MIT license

Copyright © 2014 Roman Timashev roman@tmshv.ru (http://roman.tmshv.ru)

Tomita Parser

License © 2012 ООО «ЯНДЕКС»