Пример #1
0
        public void SpellProvideSuggessions()
        {
            var result = new SpellChecker().CheckSpellings("کام ثکی بات");

            result.ShouldNotBeEmpty();

            result.First().Suggestion.ShouldNotBeEmpty();
        }