zspell 0.5.5

Native Rust library for spellchecking
Documentation
%% SPDX-License-Identifier: MPL-1.1
%% https://github.com/hunspell/hunspell/blob/fbf0ce7e4737084fe84e733b031634f4a2c7559f/tests/maputf.aff

==== afx ====
# With MAP suggestion, Hunspell can add missing accents to a word.

SET UTF-8

# switch off ngram suggestion for testing
MAXNGRAMSUGS 0

MAP 3
MAP uúü
MAP öóo
MAP ß(ss)

==== dic ====
3
Frühstück
tükörfúró
groß

==== valid ====

==== invalid ====
Fruhstuck
tukorfuro
gross

%% FIXME:suggestions
%% ==== suggest ====
%% Fruhstuck > Frühstück
%% tukorfuro > tükörfúró
%% gross > groß