aarondandy / WeCantSpell.Hunspell

A port of Hunspell v1 for .NET and .NET Standard
https://www.nuget.org/packages/WeCantSpell.Hunspell/
Other
126 stars 19 forks source link

Fixes suffix suggestions #94

Closed aarondandy closed 1 month ago

aarondandy commented 1 month ago

There was a silly bug with suffix entries where all affixes were performing a prefix condition match. Oops! This should correct that mistake in a few places where TestCondition is called on suffix entries so that suffix entries now perform a suffix match instead of a prefix match. This should fix #86 .