后缀树 meaning in English
suffix tree
Examples
- According to different storage methods of child suffix tree , we introduce several searching technology
根据不同的子后缀树存储方法,本文介绍了多种搜索方法。 - This index is based on suffix tree , and is divided into some layers . a layer usually includes some child suffix trees
分层索引结构是基于后缀树的,它由若干层组成,通常情况下,每一层又包括若干棵子后缀树。 - The construction algorithm embodies three parts that are suffix sorting , logest common prefix evaluation process and child suffix tree construction
整个建立算法包括三个部分:后缀排序,计算最短公共前缀和建立子后缀树。 - The second part includes the index of child suffix tree , and some other information for finding the location of every child suffix tree in disk quickly
第二部分是索引部分,包括子后缀树的索引和其他信息。利用这部分信息,可以快速定位每棵子后缀树在磁盘中的位置。 - The storage of index is divided into two parts . the first part is the information of each child suffix tree . child suffix tree can be represented by several methods which require different storage space
在存储策略上,本文把整个索引划分为两部分:第一部分保存子后缀树的信息,子后缀树可以采用多种不同的优化方法存储,每种方法所需的存储空间和性能均不相同。