Skip to content

ArtiomShapovalov/tomita-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomita

Tomita is a wrapper for Yandex Tomita Parser tool

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

Installation

npm install tomita-parser

Documentation

Yandex documentation

Usage:

var Tomita = require('tomita-parser');
new Tomita('input text', '/absolute/path/to/config.proto', function (err, res) {
	// ...
});

Test

npm test

or Yandex examples.zip

License

Tomita Parser

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

About

Node wrapper for Yandex Tomita Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors