2019
DOI: 10.1371/journal.pone.0215288
|View full text |Cite|
|
Sign up to set email alerts
|

MergedTrie: Efficient textual indexing

Abstract: The accessing and processing of textual information (i.e. the storing and querying of a set of strings) is especially important for many current applications (e.g. information retrieval and social networks), especially when working in the fields of Big Data or IoT, which require the handling of very large string dictionaries. Typical data structures for textual indexing are Hash Tables and some variants of Tries such as the Double Trie (DT). In this paper, we propose an extension of the DT that we have called … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
2
2
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(2 citation statements)
references
References 46 publications
(50 reference statements)
0
2
0
Order By: Relevance
“…Since we do not want to compute this latter, we suggest using "trie" [27] to have a compact representation of the database in memory. The "Trie" data structure is widely used in the field of text mining [28]. Other authors have used the trie structure for frequent pattern mining with Apriori [29].…”
Section: Data Structures For Pattern Miningmentioning
confidence: 99%
“…Since we do not want to compute this latter, we suggest using "trie" [27] to have a compact representation of the database in memory. The "Trie" data structure is widely used in the field of text mining [28]. Other authors have used the trie structure for frequent pattern mining with Apriori [29].…”
Section: Data Structures For Pattern Miningmentioning
confidence: 99%
“…MergedTries [17] are merged two tries, one is prefix trie and another is suffix trie, of Double Trie. This helps to get prefix and suffix overlapping.…”
Section: A Cachingmentioning
confidence: 99%