dictionaries
dictionaries copied to clipboard
Hunspell dictionaries in UTF-8
Source: https://github.com/mikalai-udodau/spell-be :pray: It is very convenient to work with `dictionary-**` convention on npm, but, as I see, there is a gap for Belarusian language which currently is a blocker...
I'm trying this package but the console message is never shown const nspell = require('nspell') const dictionaryPt = require('dictionary-pt') ``` function testSpell(txt){ dictionaryPt((error, pt) => { if (error) throw error...
Problem: * Uses Node-specific APIs, so doesn’t work in browsers, Deno * Ships a weird callback load function, would be nicer to use the module system to do that Solution:...
Hey 👋🏻 As you suggested, we should continue our conversation here on GitHub. __Disclaimer:__ I have almost no clue how Hunspell works, so please forgive if it is a thumb...
Hunspell read the affix file byte by byte and decodes UTF-8 on demand. If it's not instructed to do so for flags, it doesn't. So non-ASCII characters like "ý" are...
While looking at the Hungarian dictionary, I found HTML Entities in the `.aff` file. ```html REP Angström Ångström ``` Some of them are not real entities: https://github.com/wooorm/dictionaries/blob/5ee93256f719aa299194b9c6989576df0b5f287e/dictionaries/hu/index.aff#L101 I was not...
`import fr from 'dictionary-fr const dict = nspell(fr);` when i try to use the dictionnary with nspell i have this type error ` Argument of type 'Dictionary' is not assignable...
In French, disfonctionnement is written with an i, not a y.
As [the old Arak-29 site](https://web.archive.org/web/20220407102122/https://sites.google.com/site/araktransfer/home/spell-checkers) no longer exists, and [the new site](https://arak29.org/) doesn't contain any spell checkers, fetch the Armenian dictionaries from the OpenOffice extensions instead, which contain the same...
* Use `https` for Nepali dictionary URLs. * ~Use the URL for the page that contains the download link.~