peter-gribanov / AnalyzerText

Analyzer text
MIT License
9 stars 5 forks source link

OutOfBoundsException: Seek position 2 is out of range #22

Closed peter-gribanov closed 5 years ago

peter-gribanov commented 5 years ago

Пример

$analyzer = new Frequency();
$analyzer->setText(new Text('со всей силы'));
$analyzer->applyFilters()->Informative();

OutOfBoundsException: Seek position 2 is out of range

/mnt/c/www/AnalyzerText/AnalyzerText/Filter/WordList/WordList.php:89 /mnt/c/www/AnalyzerText/AnalyzerText/Filter/Informative.php:59 /mnt/c/www/AnalyzerText/AnalyzerText/Filter/Factory.php:97 /mnt/c/www/AnalyzerText/AnalyzerText/Filter/Factory.php:43 /mnt/c/www/AnalyzerText/tests/Filter/FactoryTest.php:89

peter-gribanov commented 5 years ago

fixed in #23