tomita

0.0.1 • Public • Published

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 ООО «ЯНДЕКС»

/tomita/

    Package Sidebar

    Install

    npm i tomita

    Weekly Downloads

    14

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • tmshv