PHP code example of makhov / php-tomita

1. Go to this page and download the library: Download makhov/php-tomita library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

makhov / php-tomita example snippets



$p = new Tomita\TomitaParser('/home/user/tomita-parser', '/home/user/config.proto');
$result = $p->run('Text to parse');