Closed
Bug 1143636
Opened 10 years ago
Closed 10 years ago
Allow word_list_converter.js to accpet variable word frequency information
Categories
(Firefox OS Graveyard :: Gaia::Keyboard, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.2 S8 (20mar)
People
(Reporter: mnjul, Assigned: mnjul)
References
Details
(Whiteboard: [p=1])
Attachments
(1 file)
When I was doing bug 1102834, since we assigned uniform word frequency to user dictionary words, word_list_converter.js was programmed to have a const-value word frequency. Now, for bug 1143633's purpose, we should allow word_list_converter.js to digest word lists containing word frequencies, to and encode accordingly, to more faithfully model the behavior of xml2dict.py .
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8579168 [details] [review]
[gaia] mnjul:bug_1143636_wordlistconverter_variable_freq > mozilla-b2g:master
Tim, please take a look.
The amount of changes is actually not that scaring as apparently seen: For most parts of word_list_converter.js, I merely reverted https://github.com/mnjul/gaia-kb-dict-tools/commit/bc93f64834db996f14b24b145427d2a8e0337fdf . And at my own repo, I've got those interim commits test-covered by my own test scripts.
Thanks!
Attachment #8579168 -
Flags: review?(timdream)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jlu
Status: NEW → ASSIGNED
Whiteboard: [p=1]
Target Milestone: --- → 2.2 S9 (3apr)
Updated•10 years ago
|
Attachment #8579168 -
Flags: review?(timdream) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Pull request has landed in master: https://github.com/mozilla-b2g/gaia/commit/dddd567dbe2ab3a355e3091eda3c04d3d00509d8
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Target Milestone: 2.2 S9 (3apr) → 2.2 S8 (20mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•