Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | write get_first_token | Peng Wu | 2012-09-03 | 1 | -0/+20 | |
| | ||||||
* | write prepare/destroy tokens | Peng Wu | 2012-09-01 | 1 | -0/+41 | |
| | ||||||
* | refactor stl_lite.h | Peng Wu | 2012-09-01 | 1 | -275/+12 | |
| | ||||||
* | fixes PinyinLookup::search_unigram | Peng Wu | 2012-09-01 | 1 | -2/+2 | |
| | ||||||
* | drop FacadePhraseIndex::clear_ranges method | Peng Wu | 2012-08-31 | 2 | -20/+6 | |
| | ||||||
* | fixes a typo | Peng Wu | 2012-08-31 | 1 | -2/+2 | |
| | ||||||
* | write facade_phrase_table2.h | Peng Wu | 2012-08-30 | 4 | -7/+170 | |
| | ||||||
* | polish code | Peng Wu | 2012-08-29 | 1 | -1/+1 | |
| | ||||||
* | write load/store method | Peng Wu | 2012-08-29 | 1 | -0/+193 | |
| | ||||||
* | update comments | Peng Wu | 2012-08-28 | 2 | -1/+4 | |
| | ||||||
* | write load_text method | Peng Wu | 2012-08-28 | 1 | -0/+30 | |
| | ||||||
* | write add/remove index method | Peng Wu | 2012-08-28 | 1 | -2/+57 | |
| | ||||||
* | rename phrase_compare and phrase_less_than | Peng Wu | 2012-08-28 | 1 | -6/+6 | |
| | ||||||
* | write add/remove index method in progress | Peng Wu | 2012-08-28 | 1 | -0/+83 | |
| | ||||||
* | begin to write add/remove index | Peng Wu | 2012-08-28 | 1 | -0/+27 | |
| | ||||||
* | write search method | Peng Wu | 2012-08-27 | 1 | -0/+41 | |
| | ||||||
* | change phrase_length from int to size_t | Peng Wu | 2012-08-27 | 2 | -10/+10 | |
| | ||||||
* | write search method in progress | Peng Wu | 2012-08-27 | 1 | -0/+84 | |
| | ||||||
* | begin to write search method | Peng Wu | 2012-08-27 | 1 | -0/+30 | |
| | ||||||
* | rename PhraseIndexItem to PhraseIndexItem2 | Peng Wu | 2012-08-27 | 1 | -15/+20 | |
| | ||||||
* | fixes compile | Peng Wu | 2012-08-25 | 3 | -3/+5 | |
| | ||||||
* | write PhraseIndexItem | Peng Wu | 2012-08-25 | 1 | -1/+29 | |
| | ||||||
* | refine pinyin.h | Peng Wu | 2012-08-25 | 4 | -6/+7 | |
| | ||||||
* | add phrase_large_table2.cpp | Peng Wu | 2012-08-25 | 2 | -4/+75 | |
| | ||||||
* | add phrase_large_table2.h | Peng Wu | 2012-08-25 | 2 | -1/+116 | |
| | ||||||
* | fixes pinyin_lookup_token0.7.x | Peng Wu | 2012-08-25 | 1 | -1/+1 | |
| | ||||||
* | bump version 0.7.10.7.1 | Peng Wu | 2012-08-13 | 2 | -2/+2 | |
| | ||||||
* | fixes pinyin_load_phrase_library | Peng Wu | 2012-08-09 | 1 | -1/+2 | |
| | ||||||
* | update libpinyin.ver | Peng Wu | 2012-08-08 | 1 | -0/+2 | |
| | ||||||
* | fixes cmake | Peng Wu | 2012-08-07 | 1 | -0/+8 | |
| | ||||||
* | add comments for new apis | Peng Wu | 2012-08-07 | 1 | -0/+20 | |
| | ||||||
* | add apis | Peng Wu | 2012-08-07 | 2 | -0/+38 | |
| | ||||||
* | fixes add phrase | Peng Wu | 2012-08-03 | 1 | -1/+4 | |
| | ||||||
* | update cmake | Peng Wu | 2012-08-01 | 1 | -0/+7 | |
| | ||||||
* | fixes cmake | Peng Wu | 2012-07-31 | 2 | -5/+21 | |
| | ||||||
* | polish code | Peng Wu | 2012-07-31 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #19 from alick9188/fix-data-dir | Peng Wu | 2012-07-29 | 1 | -1/+2 | |
|\ | | | | | fix text dat file location when out of tree build | |||||
| * | fix out of tree build when using git src repo | Alick Zhao | 2012-07-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The out of tree build failure only occurs when using git dev version. It results from mismatch directory for textual data files. It does not happen when using distributed tar ball because the textual data files are distributed in the archive's data directory. This patch will workaround the problem by uncompressing downloaded textual data archive into src/data directory. Note in this way we cannot do VPATH build when developing. Let's just assume that use case is rare. | |||||
* | | fixes pinyin_iterator_add_phrase | Peng Wu | 2012-07-30 | 1 | -0/+6 | |
| | | ||||||
* | | fixes cmake | Peng Wu | 2012-07-27 | 1 | -0/+2 | |
| | | ||||||
* | | bump version 0.7.00.7.0 | Peng Wu | 2012-07-27 | 2 | -3/+3 | |
|/ | ||||||
* | fixes pinyin_reset | Peng Wu | 2012-07-09 | 1 | -0/+4 | |
| | ||||||
* | fixes _prepend_sentence_candidate | Peng Wu | 2012-07-06 | 1 | -0/+1 | |
| | ||||||
* | fixes libpinyin.ver | Peng Wu | 2012-07-05 | 1 | -0/+3 | |
| | ||||||
* | fixes ld script | Peng Wu | 2012-07-04 | 1 | -0/+2 | |
| | ||||||
* | fixes _compute_phrase_strings_of_items | Peng Wu | 2012-07-04 | 1 | -4/+10 | |
| | ||||||
* | bump version 0.6.920.6.92 | Peng Wu | 2012-07-03 | 2 | -2/+2 | |
| | ||||||
* | fixes _prepend_sentence_candidate | Peng Wu | 2012-07-03 | 1 | -4/+10 | |
| | ||||||
* | polish code | Peng Wu | 2012-07-03 | 1 | -1/+1 | |
| | ||||||
* | add comments | Peng Wu | 2012-07-02 | 1 | -0/+1 | |
| |