Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add header attributes for evaluation. | 2014-02-28 | 8 | -48/+108 | |
| | | | | | Bug: 13197276 Change-Id: Ib5247da691ff24a73e13485288237ccc51bb54f0 | ||||
* | Use MAX_PROBABILITY for the limit of probabilities. | 2014-02-26 | 2 | -6/+6 | |
| | | | | | Bug: 13197276 Change-Id: Ic3f855e566603b395395dff1f860f3d76ecb019c | ||||
* | Merge "Create more aggressive probability tables." | 2014-02-26 | 2 | -6/+44 | |
|\ | |||||
| * | Create more aggressive probability tables. | 2014-02-26 | 2 | -6/+44 | |
| | | | | | | | | | | | | Bug: 13197276 Change-Id: I1451dcbe61088d7301bbef5ceedc72f5649e6764 | ||||
* | | Stop dividing unigram probability by 2 for backoff. | 2014-02-26 | 2 | -6/+7 | |
|/ | | | | | Bug: 13197276 Change-Id: I8eaa24b6f710383a8d257e3ec28c37a1a1da8e31 | ||||
* | Merge "Read and write forgetting curve header attributes." | 2014-02-26 | 2 | -7/+28 | |
|\ | |||||
| * | Read and write forgetting curve header attributes. | 2014-02-26 | 2 | -7/+28 | |
| | | | | | | | | | | Bug: 13197276 Change-Id: I6c38a127e1745903594b7bf0ec80ef179e794feb | ||||
* | | Merge "Check header attributes for forgetting curve." | 2014-02-26 | 13 | -61/+96 | |
|\| | |||||
| * | Check header attributes for forgetting curve. | 2014-02-26 | 13 | -61/+96 | |
| | | | | | | | | | | Bug: 13197276 Change-Id: Ib360010f309fd1ed3e81cf23aa10c1cfe82781a6 | ||||
* | | Add boundary check for ver4 bigram/shortcut reading. | 2014-02-26 | 2 | -0/+20 | |
|/ | | | | | Bug: 13185316 Change-Id: I5236222e2a5acda69821062a140c9e36a3024bd2 | ||||
* | Fix: -1 can be used as a code point of most probable string. | 2014-02-24 | 1 | -1/+10 | |
| | | | | | Bug: 11797518 Change-Id: Id2e8bce92d000f39d506af7cb844447696bcc019 | ||||
* | Remove corrupted ver4 dictionaries. | 2014-02-21 | 1 | -0/+13 | |
| | | | | | Bug: 12916055 Change-Id: I2c390ab1dc483915691b47a605772cbc2dfeaf09 | ||||
* | Add boundary check for ver2 dict reading. | 2014-02-21 | 1 | -0/+15 | |
| | | | | | Bug: 12916055 Change-Id: I78ad1f98a5401f920dcfc3379aa431eb2311ae02 | ||||
* | Record reading error during traversing dictionaries. | 2014-02-20 | 7 | -16/+59 | |
| | | | | | Bug: 12916055 Change-Id: I439f21aa87cfa1f71e0354370a1514af03d68f6c | ||||
* | Fix: crash when opening a broken dictionary. | 2014-02-19 | 3 | -7/+13 | |
| | | | | | Bug: 13085169 Change-Id: Icfb6184dfefc6a336432203c071d9e30ae8bf990 | ||||
* | Merge "Fix: using wrong method to call ArrayList.add." | 2014-02-19 | 1 | -4/+4 | |
|\ | |||||
| * | Fix: using wrong method to call ArrayList.add. | 2014-02-19 | 1 | -4/+4 | |
| | | | | | | | | | | bug: 13072808 Change-Id: I60dc5ae1e535f2f0b3784a12c40ac082560a436f | ||||
* | | Fix wrong Java method call function | 2014-02-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | bug: 13072808 Change-Id: I189fda85b59ce40e3657bfbbcc313e7e1225a0da | ||||
* | | Merge "Make dotted i the base character of dotless i." | 2014-02-17 | 1 | -1/+2 | |
|\ \ | |||||
| * | | Make dotted i the base character of dotless i. | 2014-02-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is already the case for the capital version, and natives Turkish speakers seem to think it should be the case. An important reason to make it so is that the Turkish keyboard has only the dotless i as a "more keys" key, so it's really hard to type words with a dotless i without this, especially those with several of them. Bug: 11519119 Change-Id: I4df2a289783e4eb3c1291b8ad0a2ba5947bf7671 | ||||
* | | | Implement PatriciaTriePolicy::getNextWordAndNextToken(). | 2014-02-15 | 3 | -21/+52 | |
| |/ |/| | | | | | | | Bug: 12810574 Change-Id: Id1d44f90de9455d9cbe7b6e0a161cae91d6d422c | ||||
* | | Merge "Implement PatriciaTriePolicy::getWordProperty()." | 2014-02-14 | 2 | -4/+61 | |
|\ \ | |/ |/| | |||||
| * | Implement PatriciaTriePolicy::getWordProperty(). | 2014-02-14 | 2 | -4/+61 | |
| | | | | | | | | | | Bug: 12810574 Change-Id: I7bcccfd3641ebbcf2b8d857d33bb4734c42af5eb | ||||
* | | Fix reading uninitialized memory in BloomFilter. | 2014-02-14 | 1 | -0/+2 | |
| | | | | | | | | | | | | Bug: 12967899 Change-Id: I180b9d728c887c480b6d956bbc4599079c1c359f | ||||
* | | Fix reading uninitialized memory. | 2014-02-13 | 9 | -29/+29 | |
|/ | | | | | | Bug: 12967899 Change-Id: Ia17e4ca9dd8c1e0b24b0fb7e73d07b97c5d81c0c | ||||
* | Create Ver2PtNodeArrayReader. | 2014-02-10 | 5 | -85/+108 | |
| | | | | | Bug: 12810574 Change-Id: I7708d24d735680b2fe9e6700316076018e88c98d | ||||
* | Stop passing buffer directly to DynamicPtReadingHelper. | 2014-02-10 | 4 | -18/+12 | |
| | | | | | Bug: 12810574 Change-Id: I656d99f504d8cf4e057080713b174943afd9dd4c | ||||
* | Create Ver2ParticiaTrieNodeReader. | 2014-02-10 | 8 | -69/+181 | |
| | | | | | | Bug: 12810574 Change-Id: I7d3298b5f419d557755ae433c8b8cc0d145f4cc3 | ||||
* | Refactoring: extract PtNode array reading logic form helper. | 2014-02-10 | 11 | -59/+213 | |
| | | | | | Bug: 12810574 Change-Id: I2d2660871862f11630c3ad7bf04bb49ade57c1e7 | ||||
* | Implement getHeaderInfoNative. | 2014-02-06 | 9 | -42/+88 | |
| | | | | | | Bug: 11281877 Bug: 12810574 Change-Id: Ia3d85ae2cfdb486e74b8636a62431eae883c85da | ||||
* | [HD04] Make the locale mandatory. | 2014-02-05 | 9 | -10/+67 | |
| | | | | | Bug: 11281748 Change-Id: I69281b0053bec404c3e3c713ade3f65a140f51b1 | ||||
* | Merge "Check isEligibleForAutoCommit when batch input is ended." | 2014-02-05 | 1 | -1/+1 | |
|\ | |||||
| * | Check isEligibleForAutoCommit when batch input is ended. | 2014-02-05 | 1 | -1/+1 | |
| | | | | | | | | | | Bug: 11951198 Change-Id: Ibbe09fa38eaa3ebf8f9b69f744a29db7ac598975 | ||||
* | | Merge "Add jni interface to get header information from native." | 2014-02-04 | 1 | -0/+16 | |
|\ \ | |||||
| * | | Add jni interface to get header information from native. | 2014-02-04 | 1 | -0/+16 | |
| |/ | | | | | | | | | Bug: 12810574 Change-Id: I2508483bcb3157f04cc1fe13f24f864d301f1f28 | ||||
* | | Merge "Don't boost exact matches for personalized dicts." | 2014-02-04 | 5 | -7/+17 | |
|\ \ | |/ |/| | |||||
| * | Don't boost exact matches for personalized dicts. | 2014-02-04 | 5 | -7/+17 | |
| | | | | | | | | | | Bug: 12800726 Change-Id: Ia3a2f82db6cdc9645cad0e329c0b79328d7452cc | ||||
* | | Implement Ver4PatriciaTriePolicy::getNextWordAndNextToken. | 2014-02-04 | 4 | -5/+54 | |
| | | | | | | | | | | Bug: 12810574 Change-Id: Idea44f03c477964f58e65fbf2b55e3fcd77a2934 | ||||
* | | Add a jni method to iterate words in a dictionary. | 2014-02-03 | 7 | -0/+54 | |
| | | | | | | | | | | Bug: 12810574 Change-Id: I87b13559765f0262dfd06c2ba40d43af6437ea7f | ||||
* | | Get bigram information via getWordProperty(). | 2014-02-03 | 2 | -1/+41 | |
|/ | | | | | Bug: 12810574 Change-Id: I2750a5659ccbc3e31307c28e35dd9a1dbdffbeee | ||||
* | Extend jni interface to get bigrams in WordProperty. | 2014-01-31 | 3 | -13/+18 | |
| | | | | | Bug: 12810574 Change-Id: Ia4b88d02ea8790a5c47d32376cc0b84c3e071ddd | ||||
* | Fetch bigram information in getWordProperty(). | 2014-01-31 | 1 | -1/+35 | |
| | | | | | Bug: 12810574 Change-Id: Ic67e964b01c2753f2eec82b079dc0e5650f340bb | ||||
* | Add BigramProperty and ShortcutProperty in WordProperty. | 2014-01-31 | 3 | -19/+50 | |
| | | | | | Bug: 12810574 Change-Id: Ia9e497c49bb2cf10897bae3a79317113325db819 | ||||
* | Merge "[HD02] Make the date header attribute mandatory." | 2014-01-31 | 4 | -36/+32 | |
|\ | |||||
| * | [HD02] Make the date header attribute mandatory. | 2014-01-30 | 4 | -36/+32 | |
| | | | | | | | | | | Bug: 11281748 Change-Id: I48a6f3d95ca89ced0c51335527201ecabfb7998e | ||||
* | | Merge "Rename UnigramProperty to WordProperty." | 2014-01-31 | 10 | -35/+35 | |
|\ \ | |||||
| * | | Rename UnigramProperty to WordProperty. | 2014-01-31 | 10 | -35/+35 | |
| | | | | | | | | | | | | | | | Bug: 12810574 Change-Id: If5ddd803948aaf6e491ddcbaa5436fb3af3f7257 | ||||
* | | | Merge "Simplify UnigramProperty." | 2014-01-31 | 3 | -27/+12 | |
|\| | | |/ |/| | |||||
| * | Simplify UnigramProperty. | 2014-01-30 | 3 | -27/+12 | |
| | | | | | | | | | | Bug: 12810574 Change-Id: I606f559b5dd340b7525280ecead2c2c7ec920a78 | ||||
* | | [HD01] Small initial refactoring | 2014-01-30 | 4 | -34/+46 | |
|/ | | | | | Bug: 11281748 Change-Id: I3c64c75ecd17729bdacf03048311d76ca9f37ae2 |