文件名称:pinyin2word-master
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-30
- 文件大小:
- 290kb
- 下载次数:
- 0次
- 提 供 者:
- helloki*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
拼音转中文汉字,linux c++代码实现-a project that convert pin yin to Chinese word based on beam search and language model
Well, i have commit that our language model depend on other work, than is kenlm.a language model package used to load and query language model.
Well, i have commit that our language model depend on other work, than is kenlm.a language model package used to load and query language model.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
pinyin2word-master
..................\.gitignore
..................\Makefile
..................\README.md
..................\compile.sh
..................\converter.cc
..................\converter.h
..................\decoder.cc
..................\decoder.h
..................\help.cc
..................\help.h
..................\hypothesis.cc
..................\hypothesis.h
..................\input.cc
..................\input.h
..................\liblm.a
..................\libutil.a
..................\lm
..................\..\bhiksha.cc
..................\..\bhiksha.hh
..................\..\binary_format.cc
..................\..\binary_format.hh
..................\..\blank.hh
..................\..\build_binary.cc
..................\..\config.cc
..................\..\config.hh
..................\..\enumerate_vocab.hh
..................\..\facade.hh
..................\..\left.hh
..................\..\left_test.cc
..................\..\lm_exception.cc
..................\..\lm_exception.hh
..................\..\max_order.hh
..................\..\model.cc
..................\..\model.hh
..................\..\model_test.cc
..................\..\model_type.hh
..................\..\ngram_query.cc
..................\..\quantize.cc
..................\..\quantize.hh
..................\..\read_arpa.cc
..................\..\read_arpa.hh
..................\..\return.hh
..................\..\search_hashed.cc
..................\..\search_hashed.hh
..................\..\search_trie.cc
..................\..\search_trie.hh
..................\..\sri_test.cc
..................\..\test_nounk.arpa
..................\..\trie.cc
..................\..\trie.hh
..................\..\trie_sort.cc
..................\..\trie_sort.hh
..................\..\virtual_interface.cc
..................\..\virtual_interface.hh
..................\..\vocab.cc
..................\..\vocab.hh
..................\..\weights.hh
..................\..\word_index.hh
..................\options.cc
..................\options.h
..................\p2w.cc
..................\scorer.cc
..................\scorer.h
..................\split.cc
..................\split.h
..................\trie.cc
..................\trie.h
..................\util
..................\....\bit_packing.cc
..................\....\bit_packing.hh
..................\....\bit_packing_test.cc
..................\....\ersatz_progress.cc
..................\....\ersatz_progress.hh
..................\....\exception.cc
..................\....\exception.hh
..................\....\file.cc
..................\....\file.hh
..................\....\file_piece.cc
..................\....\file_piece.hh
..................\....\file_piece_test.cc
..................\....\have.hh
..................\....\joint_sort.hh
..................\....\joint_sort_test.cc
..................\....\key_value_packing.hh
..................\....\key_value_packing_test.cc
..................\....\mmap.cc
..................\....\mmap.hh
..................\....\murmur_hash.cc
..................\....\murmur_hash.hh
..................\....\probing_hash_table.hh
..................\....\probing_hash_table_test.cc
..................\....\proxy_iterator.hh
..................\....\scoped.hh
..................\....\sized_iterator.hh
..................\....\sorted_uniform.hh
..................\....\sorted_uniform_test.cc
..................\....\string_piece.hh
..................\....\tokenize_piece.hh
..................\....\tokenize_piece_test.cc