About Anaconda Help Download Anaconda

conda-forge / packages / r-ahocorasicktrie

Aho-Corasick is an optimal algorithm for finding many keywords in a text. It can locate all matches in a text in O(N+M) time; i.e., the time needed scales linearly with the number of keywords (N) and the size of the text (M). Compare this to the naive approach which takes O(N*M) time to loop through each pattern and scan for it in the text. This implementation builds the trie (the generic name of the data structure) and runs the search in a single function call. If you want to search multiple texts with the same trie, the function will take a list or vector of texts and return a list of matches to each text. By default, all 128 ASCII characters are allowed in both the keywords and the text. A more efficient trie is possible if the alphabet size can be reduced. For example, DNA sequences use at most 19 distinct characters and usually only 4; protein sequences use at most 26 distinct characters and usually only 20. UTF-8 (Unicode) matching is not currently supported.

copied from cf-post-staging / r-ahocorasicktrie
Type Size Name Uploaded Downloads Labels
conda 87.3 kB | win-64/r-ahocorasicktrie-0.1.0-r36h796a38f_1004.tar.bz2  6 years and 21 days ago 1042 main
conda 87.1 kB | win-64/r-ahocorasicktrie-0.1.0-r40h796a38f_1004.tar.bz2  6 years and 21 days ago 1051 main
conda 78.9 kB | osx-64/r-ahocorasicktrie-0.1.0-r36hc5da6b9_1004.tar.bz2  6 years and 21 days ago 354 main
conda 79.0 kB | osx-64/r-ahocorasicktrie-0.1.0-r40hc5da6b9_1004.tar.bz2  6 years and 21 days ago 340 main
conda 86.7 kB | linux-64/r-ahocorasicktrie-0.1.0-r40h0357c0b_1004.tar.bz2  6 years and 21 days ago 4144 main
conda 86.8 kB | linux-64/r-ahocorasicktrie-0.1.0-r36h0357c0b_1004.tar.bz2  6 years and 21 days ago 3963 main
conda 81.2 kB | win-64/r-ahocorasicktrie-0.1.0-r36h796a38f_1003.tar.bz2  6 years and 10 months ago 1388 main cf202003
conda 81.0 kB | win-64/r-ahocorasicktrie-0.1.0-r35h796a38f_1003.tar.bz2  6 years and 10 months ago 1393 main cf202003
conda 72.1 kB | osx-64/r-ahocorasicktrie-0.1.0-r36hf99fc2c_1003.tar.bz2  6 years and 10 months ago 367 main cf202003
conda 127.2 kB | osx-64/r-ahocorasicktrie-0.1.0-r35hf99fc2c_1003.tar.bz2  6 years and 10 months ago 379 main cf202003
conda 79.2 kB | linux-64/r-ahocorasicktrie-0.1.0-r35h0357c0b_1003.tar.bz2  6 years and 10 months ago 4859 main cf202003
conda 79.4 kB | linux-64/r-ahocorasicktrie-0.1.0-r36h0357c0b_1003.tar.bz2  6 years and 10 months ago 4781 main cf202003
conda 79.3 kB | linux-64/r-ahocorasicktrie-0.1.0-r351h29659fb_1002.tar.bz2  7 years and 6 months ago 5356 main gcc7 cf202003
conda 71.4 kB | osx-64/r-ahocorasicktrie-0.1.0-r351h466af19_1002.tar.bz2  7 years and 6 months ago 376 main gcc7 cf202003
conda 80.7 kB | win-64/r-ahocorasicktrie-0.1.0-r351h6115d3f_1002.tar.bz2  7 years and 6 months ago 1673 main cf202003 cf201901
conda 80.4 kB | win-64/r-ahocorasicktrie-0.1.0-r351h6115d3f_2.tar.bz2  7 years and 7 months ago 1710 main cf202003 cf201901
conda 79.9 kB | win-64/r-ahocorasicktrie-0.1.0-r341h6115d3f_2.tar.bz2  7 years and 7 months ago 1716 main cf202003 cf201901
conda 108.5 kB | osx-64/r-ahocorasicktrie-0.1.0-r341h9d2a408_2.tar.bz2  7 years and 7 months ago 375 main cf202003 cf201901
conda 108.8 kB | osx-64/r-ahocorasicktrie-0.1.0-r351h9d2a408_2.tar.bz2  7 years and 7 months ago 387 main cf202003 cf201901
conda 154.4 kB | linux-64/r-ahocorasicktrie-0.1.0-r341h9d2a408_2.tar.bz2  7 years and 7 months ago 5562 main cf202003 cf201901
conda 154.8 kB | linux-64/r-ahocorasicktrie-0.1.0-r351h9d2a408_2.tar.bz2  7 years and 7 months ago 5639 main cf202003 cf201901
conda 79.9 kB | win-64/r-ahocorasicktrie-0.1.0-r341hca4a3dc_1.tar.bz2  7 years and 9 months ago 1761 main cf202003 cf201901
conda 107.9 kB | osx-64/r-ahocorasicktrie-0.1.0-r341hfc679d8_1.tar.bz2  7 years and 9 months ago 390 main cf202003 cf201901
conda 153.7 kB | linux-64/r-ahocorasicktrie-0.1.0-r341hfc679d8_1.tar.bz2  7 years and 9 months ago 5640 main cf202003 cf201901
conda 70.1 kB | win-64/r-ahocorasicktrie-0.1.0-r3.4.1_0.tar.bz2  8 years and 9 months ago 6030 main cf202003 cf201901

© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.18) Legal | Privacy Policy