| Commit message (Expand) | Author | Age | Files | Lines |
* | am 69b68b59: Fix some unit tests.•••* commit '69b68b5916aeca3617fac24fe48fddf63045a4ee':
Fix some unit tests.
|  Jean Chalard | 2014-07-31 | 1 | -1/+1 |
|\ |
|
| * | Fix some unit tests.•••The default value for the script needs to be Latin, as we don't specify
it in the files.
Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3
|  Jean Chalard | 2014-07-31 | 1 | -1/+1 |
* | | am 5a7b634a: Merge "Add entry iteration method to TrieMap." into lmp-dev•••* commit '5a7b634aaf21895637a305e0795df666e24c890a':
Add entry iteration method to TrieMap.
|  Keisuke Kuroyanagi | 2014-07-30 | 3 | -2/+215 |
|\| |
|
| * | Merge "Add entry iteration method to TrieMap." into lmp-dev |  Keisuke Kuroyanagi | 2014-07-24 | 3 | -2/+215 |
| |\ |
|
| | * | Add entry iteration method to TrieMap.•••Bug: 14425059
Change-Id: I79420b755f29f651d8eed61e7e48b6eb001d8dd2
|  Keisuke Kuroyanagi | 2014-07-30 | 3 | -2/+215 |
* | | | am a704ad25: Merge "Remove PrevWordsInfo.getBigramsIteratorForPrediction()." ...•••* commit 'a704ad254eaf54822e27b9adc1fb97405fd56e4f':
Remove PrevWordsInfo.getBigramsIteratorForPrediction().
|  Keisuke Kuroyanagi | 2014-07-30 | 9 | -76/+46 |
|\| | |
|
| * | | Merge "Remove PrevWordsInfo.getBigramsIteratorForPrediction()." into lmp-dev |  Keisuke Kuroyanagi | 2014-07-25 | 9 | -76/+46 |
| |\ \ |
|
| | * | | Remove PrevWordsInfo.getBigramsIteratorForPrediction().•••This changes the behavior of predictions for some rare cases.
For example, let's consider the case of the prev word is
"ABC", "ABC" and "abc" is in the dict, "ABC" doesn't have
any bigrams, and "abc" has bigrams.
Without this change, "abc"'s bigrams are used for
prediction. But, with this change, "abc"'s bigrams are not
used for prediction. This strategy is the same as the the
current way of bigram probability computation during
traversal (for suggestion).
Bug: 14425059
Change-Id: I857ff39aa70aea265efa651451a63b759bb47d48
|  Keisuke Kuroyanagi | 2014-07-30 | 9 | -76/+46 |
* | | | | am 86893a3b: [HW8] Pull up the processed event.•••* commit '86893a3b3f9ac939d00fcc665d25a8ddbced49ec':
[HW8] Pull up the processed event.
|  Jean Chalard | 2014-07-30 | 1 | -5/+5 |
|\| | | |
|
| * | | | [HW8] Pull up the processed event.•••Change-Id: I18021b7ec1588fc52533c48b7d8774bec7764822
|  Jean Chalard | 2014-07-30 | 1 | -5/+5 |
* | | | | am f40adc97: Merge "Add a method to iterate ngram entries." into lmp-dev•••* commit 'f40adc97cbe309bafc94492b615daa529752fabc':
Add a method to iterate ngram entries.
|  Keisuke Kuroyanagi | 2014-07-30 | 10 | -22/+132 |
|\| | | |
|
| * | | | Merge "Add a method to iterate ngram entries." into lmp-dev |  Keisuke Kuroyanagi | 2014-07-24 | 10 | -22/+132 |
| |\| | |
|
| | * | | Add a method to iterate ngram entries.•••Bug: 14425059
Change-Id: I9962c546504288f6c22b1a7368f775decd229c62
|  Keisuke Kuroyanagi | 2014-07-30 | 10 | -22/+132 |
| | |/ |
|
* | | | am f4a3fd48: Merge "Disptach hover events when sliding suggestion mode" into ...•••* commit 'f4a3fd489339d6ab156bd317ab3fdf88f9fbb846':
Disptach hover events when sliding suggestion mode
|  Tadashi G. Takaoka | 2014-07-30 | 1 | -7/+44 |
|\| | |
|
| * | | Merge "Disptach hover events when sliding suggestion mode" into lmp-dev |  Tadashi G. Takaoka | 2014-07-24 | 1 | -7/+44 |
| |\ \ |
|
| | * | | Disptach hover events when sliding suggestion mode•••Bug: 15687702
Change-Id: I7ace1fbbba724c6e422230a3d88f8cc9ffa8efc2
|  Tadashi G. Takaoka | 2014-07-30 | 1 | -7/+44 |
* | | | | am ae4e2036: [SD13] Reorder an enum alphabetically•••* commit 'ae4e2036252555fbed0fc63cee0b5879408788e7':
[SD13] Reorder an enum alphabetically
|  Jean Chalard | 2014-07-30 | 2 | -79/+79 |
|\| | | |
|
| * | | | [SD13] Reorder an enum alphabetically•••Change-Id: I907041b09e5bfce537ed4f592947b2cec8cef4ac
|  Jean Chalard | 2014-07-30 | 2 | -79/+79 |
* | | | | am 3a729d4e: [SD12] Add the last remaining scripts•••* commit '3a729d4ed8f3018663af74abc2ae4ac3f4bb33d7':
[SD12] Add the last remaining scripts
|  Jean Chalard | 2014-07-30 | 11 | -2/+45 |
|\| | | |
|
| * | | | [SD12] Add the last remaining scripts•••Add scripts for Bengali, Devanagari, Kannada, Malayalam,
and Tamil.
Also include a very minor fix for Arabic.
This concludes work on:
Bug: 15840116
Change-Id: Iade313fc70030a67c68d424d8cb0cac245b883d1
|  Jean Chalard | 2014-07-30 | 11 | -2/+45 |
* | | | | am 7c5cd5ec: [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu•••* commit '7c5cd5ec89c0d90c3dbac032c61ee04468ecdc87':
[SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu
|  Jean Chalard | 2014-07-30 | 6 | -0/+33 |
|\| | | |
|
| * | | | [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu•••Bug: 15840116
Change-Id: I1264fdeea0d4739ca0f360f4934d06e5a824d4e5
|  Jean Chalard | 2014-07-30 | 6 | -0/+33 |
* | | | | am 0304c777: Merge "[SD10] Add script checks for Lao and Khmer" into lmp-dev•••* commit '0304c77750e1ff6504a70ef3d5e16f3d334bd510':
[SD10] Add script checks for Lao and Khmer
|  Jean Chalard | 2014-07-30 | 4 | -0/+16 |
|\| | | |
|
| * | | | Merge "[SD10] Add script checks for Lao and Khmer" into lmp-dev |  Jean Chalard | 2014-07-24 | 4 | -0/+16 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | [SD10] Add script checks for Lao and Khmer•••Bug: 15840116
Change-Id: Id72b739e73cb3e72f56e1872ad9d60469555e193
|  Jean Chalard | 2014-07-30 | 4 | -0/+16 |
| | |/ |
|
* | | | am 7f545a57: [HW7.5] Introduce the @Nonnull annotation (take 2)•••* commit '7f545a57c987862d55966ac08ef64cfe0b9f51e4':
[HW7.5] Introduce the @Nonnull annotation (take 2)
|  Ken Wakasa | 2014-07-30 | 7 | -5/+17 |
|\| | |
|
| * | | [HW7.5] Introduce the @Nonnull annotation (take 2)•••Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e
|  Ken Wakasa | 2014-07-30 | 7 | -5/+17 |
* | | | am 0f6807bf: Merge "[HW7] Introduce consumed events" into lmp-dev•••* commit '0f6807bfb44ca82e224921af1f16f18cdaa8b4e1':
[HW7] Introduce consumed events
|  Jean Chalard | 2014-07-30 | 5 | -15/+31 |
|\| | |
|
| * | | Merge "[HW7] Introduce consumed events" into lmp-dev |  Jean Chalard | 2014-07-24 | 5 | -15/+31 |
| |\ \ |
|
| | * | | [HW7] Introduce consumed events•••Change-Id: I692c35b8e701d5a84500b949884472545b1f424d
|  Jean Chalard | 2014-07-30 | 5 | -15/+31 |
* | | | | am bf2a3210: Merge "[HW6] Split processing and applying the event." into lmp-dev•••* commit 'bf2a32100568a01d25edb56d3d9d46b5f5d2c0eb':
[HW6] Split processing and applying the event.
|  Jean Chalard | 2014-07-30 | 4 | -13/+41 |
|\| | | |
|
| * | | | Merge "[HW6] Split processing and applying the event." into lmp-dev |  Jean Chalard | 2014-07-24 | 4 | -13/+41 |
| |\| | |
|
| | * | | [HW6] Split processing and applying the event.•••...take 2
Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d
|  Jean Chalard | 2014-07-30 | 4 | -13/+41 |
| | |/ |
|
* | | | am 0b1fa0c1: Cleanup: C++11 doesn\'t require a space between angle brackets•••* commit '0b1fa0c1c7572893365c019780357a817158e5ea':
Cleanup: C++11 doesn't require a space between angle brackets
|  Ken Wakasa | 2014-07-30 | 5 | -14/+14 |
|\| | |
|
| * | | Cleanup: C++11 doesn't require a space between angle brackets•••Change-Id: Id0777cf3deac94395bd63aee40b49375dff3e35a
|  Ken Wakasa | 2014-07-30 | 5 | -14/+14 |
| |/ |
|
* | | am c4f6fc1e: Merge "Revert "[HW6] Split processing and applying the event."" ...•••* commit 'c4f6fc1e4868feb7bcbf2b0dc724eb9ed995780e':
Revert "[HW6] Split processing and applying the event."
|  Ken Wakasa | 2014-07-30 | 3 | -29/+9 |
|\| |
|
| * | Merge "Revert "[HW6] Split processing and applying the event."" into lmp-dev |  Ken Wakasa | 2014-07-24 | 3 | -29/+9 |
| |\ |
|
| | * | Revert "[HW6] Split processing and applying the event."•••This reverts commit 1db3d860ca0d7380c5a6a3a0f95751565f23043b.
Reverting due to a few critical bugs and unit test failures.
Change-Id: I5e2d02300320438ef9c29577ec5b0860ea91d822
|  Ken Wakasa | 2014-07-30 | 3 | -29/+9 |
* | | | am 9fbeeb60: Merge "Revert "[HW7] Introduce consumed events"" into lmp-dev•••* commit '9fbeeb609f85d962e28f51c4b582601ef4a5cae9':
Revert "[HW7] Introduce consumed events"
|  Ken Wakasa | 2014-07-30 | 5 | -31/+15 |
|\| | |
|
| * | | Merge "Revert "[HW7] Introduce consumed events"" into lmp-dev |  Ken Wakasa | 2014-07-24 | 5 | -31/+15 |
| |\ \ |
|
| | * | | Revert "[HW7] Introduce consumed events"•••This reverts commit 99aff0af98e66b1d8515225a103f5beb84d098b9.
Reverting due to a few critical bugs and unit test failures.
Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1
|  Ken Wakasa | 2014-07-30 | 5 | -31/+15 |
* | | | | am 2ce8799f: Merge "Revert "[HW8] Pull up the processed event."" into lmp-dev•••* commit '2ce8799fa880aeb03595655eae242be0d62eac24':
Revert "[HW8] Pull up the processed event."
|  Ken Wakasa | 2014-07-30 | 1 | -5/+5 |
|\| | | |
|
| * | | | Merge "Revert "[HW8] Pull up the processed event."" into lmp-dev |  Ken Wakasa | 2014-07-24 | 1 | -5/+5 |
| |\ \ \ |
|
| | * | | | Revert "[HW8] Pull up the processed event."•••This reverts commit ebdd641d585e7273bbce1e018d4632e3c3187762.
Reverting due to a few critical bugs and unit test failures.
Change-Id: Ie7958d749dc813c1752d03aec7f14f5586225ff7
|  Ken Wakasa | 2014-07-30 | 1 | -5/+5 |
* | | | | | am dc0c3e1e: Merge "Revert "[HW9] Pull the processed event further."" into lm...•••* commit 'dc0c3e1e2ae3ffad755eec9b56f5e2a1467dd169':
Revert "[HW9] Pull the processed event further."
|  Ken Wakasa | 2014-07-30 | 1 | -12/+8 |
|\| | | | |
|
| * | | | | Merge "Revert "[HW9] Pull the processed event further."" into lmp-dev |  Ken Wakasa | 2014-07-24 | 1 | -12/+8 |
| |\ \ \ \ |
|
| | * | | | | Revert "[HW9] Pull the processed event further."•••This reverts commit a8d80ec01202633709d161fb01df0126602d4eb6.
Reverting due to a few critical bugs and unit test failures.
Change-Id: I3f49b54f34d875e8986d6ddc2523ab0b706dc6f2
|  Ken Wakasa | 2014-07-30 | 1 | -12/+8 |
* | | | | | | am e8ca3f40: Merge "Revert "[HW10] Pull the processed event in its eventual p...•••* commit 'e8ca3f409159baa2a6c88342628d7b53798e4c68':
Revert "[HW10] Pull the processed event in its eventual place"
|  Ken Wakasa | 2014-07-30 | 1 | -9/+6 |
|\| | | | | |
|
| * | | | | | Merge "Revert "[HW10] Pull the processed event in its eventual place"" into l... |  Ken Wakasa | 2014-07-25 | 1 | -9/+6 |
| |\ \ \ \ \ |
|
| | * | | | | | Revert "[HW10] Pull the processed event in its eventual place"•••This reverts commit bcb61da581edfef5120a7a38a5de98d35fa65255.
Reverting due to a few critical bugs and unit test failures.
Change-Id: I5f7ee2c7883496ed36e56b3ef12fac91f85f9866
|  Ken Wakasa | 2014-07-30 | 1 | -9/+6 |