PHP code example of crosseno / lexicon-index
1. Go to this page and download the library: Download crosseno/lexicon-index 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/ */
crosseno / lexicon-index example snippets
use Crosseno\LexiconIndex\BinarySolverIndex;
$index = new BinarySolverIndex(__DIR__ . '/resources/solver.idx');
$candidates = $index->candidates($query);
$ordinalKeys = $index->answerKeysByOrdinal();