English (Australia) spelling dictionary
npm install dictionary-en-auEnglish (Australia) spelling dictionary.
* What is this?
* When should I use this?
* Install
* Use
* API
* Dictionary
* Examples
* Compatibility
* Security
* Contribute
* License
This is a English (Australia) dictionary,
generated by [wooorm/dictionaries][github-dictionaries] from
[wordlist.aspell.net][source],
normalized and packaged so that it can be installed and used like other
dictionaries.
You can use this package when integrating with tools that perform spell checking
(such as [nodehun][github-nodehun] or [nspell][github-nspell]) or when
making such tools.
This package is [ESM only][github-gist-esm].
In Node.js (version 16+),
install with [npm][npm-install]:
``sh`
npm install dictionary-en-au
`js
import enAu from 'dictionary-en-au'
console.log(enAu)
// To do: use enAu somehow`
Yields:
`js`
{aff:
This package exports no identifiers.
The default export is a [Dictionary][api-dictionary].
It exports the [TypeScript][] type
[Dictionary][api-dictionary].
[Hunspell][] dictionary.
###### Fields
* aff ([Buffer][node-buffer])dic
— data for the affix file (defines the language, keyboard, flags, and more)
* ([Buffer][node-buffer])
— data for the dictionary file (contains words and flags applying to those
words)
See the [monorepo readme][github-dictionaries] for examples.
This projects is compatible with maintained versions of Node.js.
When we cut a new major release,
we drop support for unmaintained versions of Node.
This means we try to keep the current release line,
compatible with Node.js 12.
This package is safe.
See the [monorepo readme][github-dictionaries] for how to contribute.
> 👉 Note: dictionaries are not maintained here.
> Report spelling problems upstream
> ([wordlist.aspell.net`][source]).
Dictionary and affix file:
(MIT AND BSD).
Rest: [MIT][file-license] © [Titus Wormer][wooorm].
[api-dictionary]: #dictionary
[file-license]: https://github.com/wooorm/dictionaries/blob/main/license
[github-dictionaries]: https://github.com/wooorm/dictionaries
[github-gist-esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[github-nodehun]: https://github.com/nathanjsweet/nodehun
[github-nspell]: https://github.com/wooorm/nspell
[hunspell]: https://hunspell.github.io
[node-buffer]: https://nodejs.org/api/buffer.html#buffer_buffer
[npm-install]: https://docs.npmjs.com/cli/install
[source]: http://wordlist.aspell.net/dicts/
[typescript]: https://www.typescriptlang.org
[wooorm]: https://wooorm.com