From 656b3c684d8dbf25e39517f5bf1bf9d53d9cb19d Mon Sep 17 00:00:00 2001 From: John Fultz Date: Fri, 6 Nov 2015 08:50:41 -0600 Subject: Set up defaults strategies. So, basically, the dictionary is queried to see if it's "English-like". Which is to say that it uses the same alphabet. If so, then it will fall back to use twl06 strategies, minus the superleaves (the so-called "default_english"). Otherwise, it uses "default" strategies, which right now is simply a worths file that sets the blank to be 30. It's not great. But better than before. --- lexiconparameters.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lexiconparameters.h') diff --git a/lexiconparameters.h b/lexiconparameters.h index d19f695..f41cf55 100644 --- a/lexiconparameters.h +++ b/lexiconparameters.h @@ -82,6 +82,7 @@ public: string hashString(bool shortened) const; string copyrightString() const; + const vector &utf8Alphabet() const { return m_utf8Alphabet; }; protected: unsigned char *m_dawg; -- cgit v1.2.3