php-speller
php-speller copied to clipboard
PHP spell check library
hunspell checking is really slow when text has a lot of mistakes. Disabling suggestions can speed up checking.
When calling `getSupportedLanguages()` before `checkText()`, even the arguments are ok, the process command is not updated. ``` ########################### /vendor/mekras/php-speller/src/ExternalSpeller.php (line 218) ########## DEBUG ########## [ (int) 0 => '/usr/bin/aspell', (int)...
Hi , I would like to ask for help regarding of this issue . I have already made a LANG Environment on Apache but still have this issue. Can anyone...
Hello, I have installed the php-speller but its nor working. I am getting the error: no word lists can be found for the language en_us. After searching google I found...
When I execute the following code in Laravel 5.8 ,the error is shown as in Hunspell.php ` $source = new StringSource('Tiger, tigr, burning bright'); $speller = new Hunspell(); $issues =...
Its possible to add setter for supported languages property in Hunspell class ? There is a problem with fetching langs from hunspell library.
Hi mekras! It's me again ;-) The "default" problem is happening again. I tried to debug and after a few days of working on this problem i finally found a...
``` public function getSupportedLanguages() { if (null === $this->supportedLanguages) { $process = $this->createProcess('-D'); $process->run(); if (!$process->isSuccessful()) { throw new \RuntimeException(sprintf('hunspell: %s', $process->getErrorOutput())); } ``` Is throwing an exception when the...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.21.1 to 2.21.2. Release notes Sourced from shivammathur/setup-php's releases. 2.21.2 Support Ukraine Added support for rector in tools input. #627 - name: Setup PHP uses: shivammathur/setup-php@v2 with:...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.5 to 2.27.1. Release notes Sourced from shivammathur/setup-php's releases. 2.27.1 Changelog Fixed updating PHP dependencies after formulae in homebrew/core tap have been sharded into directories with prefixes....