@Override
 public void onCreate() {
   super.onCreate();
   mSuggestionThreshold =
       Double.parseDouble(getString(R.string.spellchecker_suggestion_threshold_value));
   mLikelyThreshold = Double.parseDouble(getString(R.string.spellchecker_likely_threshold_value));
 }