5namespace Stroika::Frameworks::Led {
14 inline bool SpellCheckEngine_Basic::OtherStringToIgnore_Sentinels (
const Led_tString& checkWord)
16 return checkWord.length () == 1 and checkWord[0] ==
'\0';
26 inline shared_ptr<TextBreaks> SpellCheckEngine_Basic::GetTextBreaker ()
const
28 if (fTextBreaker ==
nullptr) {
29 fTextBreaker = make_shared<TextBreaks_SpellChecker> ();
37 inline void SpellCheckEngine_Basic::SetTextBreaker (
const shared_ptr<TextBreaks>& textBreaker)
39 fTextBreaker = textBreaker;
43 inline SpellCheckEngine_Basic::Dictionary::Dictionary ()
46 inline SpellCheckEngine_Basic::Dictionary::~Dictionary ()