文件名称:Tightly-Packed-Tries
- 所属分类:
- 其他小程序
- 资源属性:
- [PDF]
- 上传时间:
- 2012-11-26
- 文件大小:
- 118kb
- 下载次数:
- 0次
- 提 供 者:
- Ngo Mi*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Tightly Packed Tries: How to Fit Large Models into Memory, and Make them Load Fast, Too
We present Tightly Packed Tries (TPTs), a compact implementation of read-only, compressed trie structures with fast on-demand paging and short load times. We demonstrate the benefits of TPTs for storing n-gram back-off language models and phrase tables for statistical machine translation. Encoded as TPTs, these databases require less space than flat text file representations of the same data compressed with the gzip utility. At the same time, they can be mapped into memory quickly and be searched directly in time linear in the length of the key, without the need to decompress the entire file. The overhead for local decompression during
search is marginal.
We present Tightly Packed Tries (TPTs), a compact implementation of read-only, compressed trie structures with fast on-demand paging and short load times. We demonstrate the benefits of TPTs for storing n-gram back-off language models and phrase tables for statistical machine translation. Encoded as TPTs, these databases require less space than flat text file representations of the same data compressed with the gzip utility. At the same time, they can be mapped into memory quickly and be searched directly in time linear in the length of the key, without the need to decompress the entire file. The overhead for local decompression during
search is marginal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Tightly Packed Tries.pdf