NAME
Test::SpellCheck::Plugin::Dictionary - Test::SpellCheck for adding additional dictionaries
VERSION
version 0.02
SYNOPSIS
In Perl:
spell_check ['Dictionary', dictionary => '/foo/bar/baz.dic' ];
In spellcheck.ini
:
[Dictionary]
dictionary = /foo/bar/baz.dic
DESCRIPTION
This plugin allows you to add additional arbitrary dictionaries for your test. This is most commonly useful when you want to have a distribution-level dictionary for local jargon.
OPTIONS
dictionary
Path to the dictionary.
CONSTRUCTOR
new
my $plugin = Test::SpellCheck::Plugin::Dictionary->new(%options);
This creates a new instance of the plugin. Any of the options documented above can be passed into the constructor.
SEE ALSO
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021-2024 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.