Added very aggressive
Bug: 4905916 Change-Id: I7365dd417855c980a56ab3bc513e9bc824b3182emain
parent
bbda98dc3e
commit
07a62cf3d6
|
@ -76,7 +76,9 @@
|
||||||
<!-- Modest : Suggestion whose normalized score is greater than this value
|
<!-- Modest : Suggestion whose normalized score is greater than this value
|
||||||
will be subject to auto-correction. -->
|
will be subject to auto-correction. -->
|
||||||
<item>0.22</item>
|
<item>0.22</item>
|
||||||
<!-- Aggressive : Suggestion whose normalized score is greater than this value
|
<!-- Aggressive -->
|
||||||
|
<item>0.08</item>
|
||||||
|
<!-- Very Aggressive : Suggestion whose normalized score is greater than this value
|
||||||
will be subject to auto-correction. -->
|
will be subject to auto-correction. -->
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
|
@ -86,15 +86,18 @@
|
||||||
<string name="auto_correction_threshold_mode_index_off">0</string>
|
<string name="auto_correction_threshold_mode_index_off">0</string>
|
||||||
<string name="auto_correction_threshold_mode_index_modest">1</string>
|
<string name="auto_correction_threshold_mode_index_modest">1</string>
|
||||||
<string name="auto_correction_threshold_mode_index_aggeressive">2</string>
|
<string name="auto_correction_threshold_mode_index_aggeressive">2</string>
|
||||||
|
<string name="auto_correction_threshold_mode_index_very_aggeressive">3</string>
|
||||||
<string-array name="auto_correction_threshold_mode_indexes">
|
<string-array name="auto_correction_threshold_mode_indexes">
|
||||||
<item>@string/auto_correction_threshold_mode_index_off</item>
|
<item>@string/auto_correction_threshold_mode_index_off</item>
|
||||||
<item>@string/auto_correction_threshold_mode_index_modest</item>
|
<item>@string/auto_correction_threshold_mode_index_modest</item>
|
||||||
<item>@string/auto_correction_threshold_mode_index_aggeressive</item>
|
<item>@string/auto_correction_threshold_mode_index_aggeressive</item>
|
||||||
|
<item>@string/auto_correction_threshold_mode_index_very_aggeressive</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="auto_correction_threshold_modes">
|
<string-array name="auto_correction_threshold_modes">
|
||||||
<item>@string/auto_correction_threshold_mode_off</item>
|
<item>@string/auto_correction_threshold_mode_off</item>
|
||||||
<item>@string/auto_correction_threshold_mode_modest</item>
|
<item>@string/auto_correction_threshold_mode_modest</item>
|
||||||
<item>@string/auto_correction_threshold_mode_aggeressive</item>
|
<item>@string/auto_correction_threshold_mode_aggeressive</item>
|
||||||
|
<item>@string/auto_correction_threshold_mode_very_aggeressive</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string name="voice_mode_main">0</string>
|
<string name="voice_mode_main">0</string>
|
||||||
|
|
|
@ -104,6 +104,8 @@
|
||||||
<string name="auto_correction_threshold_mode_modest">Modest</string>
|
<string name="auto_correction_threshold_mode_modest">Modest</string>
|
||||||
<!-- Option to suggest auto correction candidates aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
|
<!-- Option to suggest auto correction candidates aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
|
||||||
<string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
|
<string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
|
||||||
|
<!-- Option to suggest auto correction candidates very aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
|
||||||
|
<string name="auto_correction_threshold_mode_very_aggeressive">Very Aggressive</string>
|
||||||
|
|
||||||
<!-- Option to enable bigram correction -->
|
<!-- Option to enable bigram correction -->
|
||||||
<string name="bigram_suggestion">Bigram suggestions</string>
|
<string name="bigram_suggestion">Bigram suggestions</string>
|
||||||
|
|
Loading…
Reference in New Issue