文件名称:pinyin2word-master
-
所属分类:
- 标签属性:
- 上传时间:2012-12-06
-
文件大小:290.38kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
拼音转中文汉字,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/
pinyin2word-master/.gitignore
pinyin2word-master/Makefile
pinyin2word-master/README.md
pinyin2word-master/compile.sh
pinyin2word-master/converter.cc
pinyin2word-master/converter.h
pinyin2word-master/decoder.cc
pinyin2word-master/decoder.h
pinyin2word-master/help.cc
pinyin2word-master/help.h
pinyin2word-master/hypothesis.cc
pinyin2word-master/hypothesis.h
pinyin2word-master/input.cc
pinyin2word-master/input.h
pinyin2word-master/liblm.a
pinyin2word-master/libutil.a
pinyin2word-master/lm/
pinyin2word-master/lm/bhiksha.cc
pinyin2word-master/lm/bhiksha.hh
pinyin2word-master/lm/binary_format.cc
pinyin2word-master/lm/binary_format.hh
pinyin2word-master/lm/blank.hh
pinyin2word-master/lm/build_binary.cc
pinyin2word-master/lm/config.cc
pinyin2word-master/lm/config.hh
pinyin2word-master/lm/enumerate_vocab.hh
pinyin2word-master/lm/facade.hh
pinyin2word-master/lm/left.hh
pinyin2word-master/lm/left_test.cc
pinyin2word-master/lm/lm_exception.cc
pinyin2word-master/lm/lm_exception.hh
pinyin2word-master/lm/max_order.hh
pinyin2word-master/lm/model.cc
pinyin2word-master/lm/model.hh
pinyin2word-master/lm/model_test.cc
pinyin2word-master/lm/model_type.hh
pinyin2word-master/lm/ngram_query.cc
pinyin2word-master/lm/quantize.cc
pinyin2word-master/lm/quantize.hh
pinyin2word-master/lm/read_arpa.cc
pinyin2word-master/lm/read_arpa.hh
pinyin2word-master/lm/return.hh
pinyin2word-master/lm/search_hashed.cc
pinyin2word-master/lm/search_hashed.hh
pinyin2word-master/lm/search_trie.cc
pinyin2word-master/lm/search_trie.hh
pinyin2word-master/lm/sri_test.cc
pinyin2word-master/lm/test_nounk.arpa
pinyin2word-master/lm/trie.cc
pinyin2word-master/lm/trie.hh
pinyin2word-master/lm/trie_sort.cc
pinyin2word-master/lm/trie_sort.hh
pinyin2word-master/lm/virtual_interface.cc
pinyin2word-master/lm/virtual_interface.hh
pinyin2word-master/lm/vocab.cc
pinyin2word-master/lm/vocab.hh
pinyin2word-master/lm/weights.hh
pinyin2word-master/lm/word_index.hh
pinyin2word-master/options.cc
pinyin2word-master/options.h
pinyin2word-master/p2w.cc
pinyin2word-master/scorer.cc
pinyin2word-master/scorer.h
pinyin2word-master/split.cc
pinyin2word-master/split.h
pinyin2word-master/trie.cc
pinyin2word-master/trie.h
pinyin2word-master/util/
pinyin2word-master/util/bit_packing.cc
pinyin2word-master/util/bit_packing.hh
pinyin2word-master/util/bit_packing_test.cc
pinyin2word-master/util/ersatz_progress.cc
pinyin2word-master/util/ersatz_progress.hh
pinyin2word-master/util/exception.cc
pinyin2word-master/util/exception.hh
pinyin2word-master/util/file.cc
pinyin2word-master/util/file.hh
pinyin2word-master/util/file_piece.cc
pinyin2word-master/util/file_piece.hh
pinyin2word-master/util/file_piece_test.cc
pinyin2word-master/util/have.hh
pinyin2word-master/util/joint_sort.hh
pinyin2word-master/util/joint_sort_test.cc
pinyin2word-master/util/key_value_packing.hh
pinyin2word-master/util/key_value_packing_test.cc
pinyin2word-master/util/mmap.cc
pinyin2word-master/util/mmap.hh
pinyin2word-master/util/murmur_hash.cc
pinyin2word-master/util/murmur_hash.hh
pinyin2word-master/util/probing_hash_table.hh
pinyin2word-master/util/probing_hash_table_test.cc
pinyin2word-master/util/proxy_iterator.hh
pinyin2word-master/util/scoped.hh
pinyin2word-master/util/sized_iterator.hh
pinyin2word-master/util/sorted_uniform.hh
pinyin2word-master/util/sorted_uniform_test.cc
pinyin2word-master/util/string_piece.hh
pinyin2word-master/util/tokenize_piece.hh
pinyin2word-master/util/tokenize_piece_test.cc
pinyin2word-master/.gitignore
pinyin2word-master/Makefile
pinyin2word-master/README.md
pinyin2word-master/compile.sh
pinyin2word-master/converter.cc
pinyin2word-master/converter.h
pinyin2word-master/decoder.cc
pinyin2word-master/decoder.h
pinyin2word-master/help.cc
pinyin2word-master/help.h
pinyin2word-master/hypothesis.cc
pinyin2word-master/hypothesis.h
pinyin2word-master/input.cc
pinyin2word-master/input.h
pinyin2word-master/liblm.a
pinyin2word-master/libutil.a
pinyin2word-master/lm/
pinyin2word-master/lm/bhiksha.cc
pinyin2word-master/lm/bhiksha.hh
pinyin2word-master/lm/binary_format.cc
pinyin2word-master/lm/binary_format.hh
pinyin2word-master/lm/blank.hh
pinyin2word-master/lm/build_binary.cc
pinyin2word-master/lm/config.cc
pinyin2word-master/lm/config.hh
pinyin2word-master/lm/enumerate_vocab.hh
pinyin2word-master/lm/facade.hh
pinyin2word-master/lm/left.hh
pinyin2word-master/lm/left_test.cc
pinyin2word-master/lm/lm_exception.cc
pinyin2word-master/lm/lm_exception.hh
pinyin2word-master/lm/max_order.hh
pinyin2word-master/lm/model.cc
pinyin2word-master/lm/model.hh
pinyin2word-master/lm/model_test.cc
pinyin2word-master/lm/model_type.hh
pinyin2word-master/lm/ngram_query.cc
pinyin2word-master/lm/quantize.cc
pinyin2word-master/lm/quantize.hh
pinyin2word-master/lm/read_arpa.cc
pinyin2word-master/lm/read_arpa.hh
pinyin2word-master/lm/return.hh
pinyin2word-master/lm/search_hashed.cc
pinyin2word-master/lm/search_hashed.hh
pinyin2word-master/lm/search_trie.cc
pinyin2word-master/lm/search_trie.hh
pinyin2word-master/lm/sri_test.cc
pinyin2word-master/lm/test_nounk.arpa
pinyin2word-master/lm/trie.cc
pinyin2word-master/lm/trie.hh
pinyin2word-master/lm/trie_sort.cc
pinyin2word-master/lm/trie_sort.hh
pinyin2word-master/lm/virtual_interface.cc
pinyin2word-master/lm/virtual_interface.hh
pinyin2word-master/lm/vocab.cc
pinyin2word-master/lm/vocab.hh
pinyin2word-master/lm/weights.hh
pinyin2word-master/lm/word_index.hh
pinyin2word-master/options.cc
pinyin2word-master/options.h
pinyin2word-master/p2w.cc
pinyin2word-master/scorer.cc
pinyin2word-master/scorer.h
pinyin2word-master/split.cc
pinyin2word-master/split.h
pinyin2word-master/trie.cc
pinyin2word-master/trie.h
pinyin2word-master/util/
pinyin2word-master/util/bit_packing.cc
pinyin2word-master/util/bit_packing.hh
pinyin2word-master/util/bit_packing_test.cc
pinyin2word-master/util/ersatz_progress.cc
pinyin2word-master/util/ersatz_progress.hh
pinyin2word-master/util/exception.cc
pinyin2word-master/util/exception.hh
pinyin2word-master/util/file.cc
pinyin2word-master/util/file.hh
pinyin2word-master/util/file_piece.cc
pinyin2word-master/util/file_piece.hh
pinyin2word-master/util/file_piece_test.cc
pinyin2word-master/util/have.hh
pinyin2word-master/util/joint_sort.hh
pinyin2word-master/util/joint_sort_test.cc
pinyin2word-master/util/key_value_packing.hh
pinyin2word-master/util/key_value_packing_test.cc
pinyin2word-master/util/mmap.cc
pinyin2word-master/util/mmap.hh
pinyin2word-master/util/murmur_hash.cc
pinyin2word-master/util/murmur_hash.hh
pinyin2word-master/util/probing_hash_table.hh
pinyin2word-master/util/probing_hash_table_test.cc
pinyin2word-master/util/proxy_iterator.hh
pinyin2word-master/util/scoped.hh
pinyin2word-master/util/sized_iterator.hh
pinyin2word-master/util/sorted_uniform.hh
pinyin2word-master/util/sorted_uniform_test.cc
pinyin2word-master/util/string_piece.hh
pinyin2word-master/util/tokenize_piece.hh
pinyin2word-master/util/tokenize_piece_test.cc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.