mekras/php-speller

setSupportedLanguages for Hunspell

pajso96 opened this issue · 3 comments

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

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?

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

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