php-speller icon indicating copy to clipboard operation
php-speller copied to clipboard

setSupportedLanguages for Hunspell

Open pajso96 opened this issue 5 years ago • 3 comments

Its possible to add setter for supported languages property in Hunspell class ? There is a problem with fetching langs from hunspell library.

pajso96 avatar May 07 '19 12:05 pajso96

Hi @pajso96 could you explain the difficulty you have fetching the languages?

Is the problem getting supported languages coming from the library or your system itself?

icanhazstring avatar May 07 '19 15:05 icanhazstring

The proccess which get supported languages from Hunspell always return isSuccessfull === false.( Hunspell -D)

pajso96 avatar May 09 '19 09:05 pajso96

Hi. Thanks for clarification. So this might be same problem as #8

icanhazstring avatar May 09 '19 09:05 icanhazstring