summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump version 0.7.10.7.1Peng Wu2012-08-132-2/+2
|
* fixes pinyin_load_phrase_libraryPeng Wu2012-08-091-1/+2
|
* update libpinyin.verPeng Wu2012-08-081-0/+2
|
* fixes cmakePeng Wu2012-08-071-0/+8
|
* add comments for new apisPeng Wu2012-08-071-0/+20
|
* add apisPeng Wu2012-08-072-0/+38
|
* fixes add phrasePeng Wu2012-08-031-1/+4
|
* update cmakePeng Wu2012-08-011-0/+7
|
* fixes cmakePeng Wu2012-07-312-5/+21
|
* polish codePeng Wu2012-07-311-2/+2
|
* Merge pull request #19 from alick9188/fix-data-dirPeng Wu2012-07-291-1/+2
|\ | | | | fix text dat file location when out of tree build
| * fix out of tree build when using git src repoAlick Zhao2012-07-271-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_phrasePeng Wu2012-07-301-0/+6
| |
* | fixes cmakePeng Wu2012-07-271-0/+2
| |
* | bump version 0.7.00.7.0Peng Wu2012-07-272-3/+3
|/
* fixes pinyin_resetPeng Wu2012-07-091-0/+4
|
* fixes _prepend_sentence_candidatePeng Wu2012-07-061-0/+1
|
* fixes libpinyin.verPeng Wu2012-07-051-0/+3
|
* fixes ld scriptPeng Wu2012-07-041-0/+2
|
* fixes _compute_phrase_strings_of_itemsPeng Wu2012-07-041-4/+10
|
* bump version 0.6.920.6.92Peng Wu2012-07-032-2/+2
|
* fixes _prepend_sentence_candidatePeng Wu2012-07-031-4/+10
|
* polish codePeng Wu2012-07-031-1/+1
|
* add commentsPeng Wu2012-07-021-0/+1
|
* refine pinyin_free_candidatesPeng Wu2012-07-021-1/+0
|
* write pinyin_free_candidatesPeng Wu2012-07-023-1/+21
|
* rename pinyin_choose_full_pinyin_candidatePeng Wu2012-07-022-7/+7
|
* remove pinyin_choose_candidatePeng Wu2012-07-022-32/+0
|
* fixes _remove_duplicated_items_by_phrase_stringPeng Wu2012-07-021-30/+35
|
* enable remove duplicated itemsPeng Wu2012-07-021-12/+34
|
* update test_pinyinPeng Wu2012-07-021-9/+1
|
* write _remove_duplicated_items_by_phrase_stringPeng Wu2012-07-021-2/+87
|
* write _compute_strings_of_itemsPeng Wu2012-07-021-0/+36
|
* comment out _remove_duplicated_itemsPeng Wu2012-07-022-3/+16
|
* update spec.inPeng Wu2012-06-281-2/+2
|
* update pinyin_get/choose_candidatesPeng Wu2012-06-282-9/+13
|
* reduce phrase table sizePeng Wu2012-06-282-5/+7
|
* add commentsPeng Wu2012-06-281-0/+27
|
* add load/save multiple phrase librariesPeng Wu2012-06-281-9/+70
|
* refine pinyin_guess_sentence_with_prefixPeng Wu2012-06-271-5/+5
|
* write pinyin_iterator_add_phrasePeng Wu2012-06-273-3/+91
|
* write pinyin begin/end add phrasePeng Wu2012-06-272-4/+20
|
* begin to write import iteratorPeng Wu2012-06-263-1/+16
|
* fixes a typoPeng Wu2012-06-261-5/+6
|
* refine pinyin.cppPeng Wu2012-06-252-97/+62
|
* update utilsPeng Wu2012-06-253-8/+20
|
* update testsPeng Wu2012-06-251-4/+10
|
* refactor pinyin_phrase_filesPeng Wu2012-06-252-15/+37
|
* refine asserts in large tablesPeng Wu2012-06-213-4/+11
|
* add ErrorResultPeng Wu2012-06-213-36/+17
|