We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 749851d + 5784621 commit d33edbcCopy full SHA for d33edbc
src/dict/dict.h
@@ -60,7 +60,6 @@ using DawgVector = GenericVector<Dawg *>;
60
// Constants
61
//
62
static const int kRatingPad = 4;
63
-static const char kDictWildcard[] = "\u2606"; // WHITE STAR
64
static const int kDictMaxWildcards = 2; // max wildcards for a word
65
// TODO(daria): If hyphens are different in different languages and can be
66
// inferred from training data we should load their values dynamically.
0 commit comments