]> git.lyx.org Git - lyx.git/blobdiff - src/SpellChecker.h
Add missing space in front of edition in generated bibentry.
[lyx.git] / src / SpellChecker.h
index f87ef122b9b00f59303552a9015aa60a13c34811..425925ce373c6a100e0f06cf37d9c4cb9076bda1 100644 (file)
@@ -62,6 +62,9 @@ public:
        /// Gives suggestions.
        virtual void suggest(WordLangTuple const &, docstring_list & suggestions) = 0;
 
+       /// Lemmatizing: return stem of word (used by Thesaurus).
+       virtual void stem(WordLangTuple const &, docstring_list & suggestions) = 0;
+
        /// insert the given word into the personal dictionary
        virtual void insert(WordLangTuple const &) = 0;