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 79.3 kB | osx-64/r-ahocorasicktrie-0.1.3-r44ha730edb_1.conda  8 months and 4 days ago 73 main
conda 83.3 kB | win-64/r-ahocorasicktrie-0.1.3-r44hd8a2815_1.conda  8 months and 4 days ago 81 main
conda 83.3 kB | win-64/r-ahocorasicktrie-0.1.3-r45hd8a2815_1.conda  8 months and 4 days ago 82 main
conda 79.2 kB | osx-64/r-ahocorasicktrie-0.1.3-r45ha730edb_1.conda  8 months and 4 days ago 80 main
conda 90.4 kB | linux-64/r-ahocorasicktrie-0.1.3-r45h3697838_1.conda  8 months and 4 days ago 586 main
conda 90.5 kB | linux-64/r-ahocorasicktrie-0.1.3-r44h3697838_1.conda  8 months and 4 days ago 592 main
conda 82.2 kB | win-64/r-ahocorasicktrie-0.1.3-r44h8ae3a7c_0.conda  1 year and 3 months ago 982 main
conda 78.9 kB | osx-64/r-ahocorasicktrie-0.1.3-r44h2711daa_0.conda  1 year and 3 months ago 921 main
conda 82.0 kB | win-64/r-ahocorasicktrie-0.1.3-r43h8ae3a7c_0.conda  1 year and 3 months ago 1019 main
conda 78.2 kB | osx-64/r-ahocorasicktrie-0.1.3-r43h2711daa_0.conda  1 year and 3 months ago 939 main
conda 88.6 kB | linux-64/r-ahocorasicktrie-0.1.3-r44h93ab643_0.conda  1 year and 3 months ago 2021 main
conda 87.7 kB | linux-64/r-ahocorasicktrie-0.1.3-r43h93ab643_0.conda  1 year and 3 months ago 1967 main
conda 81.5 kB | win-64/r-ahocorasicktrie-0.1.2-r44h8ae3a7c_3.conda  1 year and 10 months ago 502 main
conda 81.1 kB | win-64/r-ahocorasicktrie-0.1.2-r43h8ae3a7c_3.conda  1 year and 10 months ago 493 main
conda 77.7 kB | osx-64/r-ahocorasicktrie-0.1.2-r44h25d921d_3.conda  1 year and 10 months ago 346 main
conda 77.3 kB | osx-64/r-ahocorasicktrie-0.1.2-r43h25d921d_3.conda  1 year and 10 months ago 370 main
conda 87.3 kB | linux-64/r-ahocorasicktrie-0.1.2-r44h0d4f4ea_3.conda  1 year and 10 months ago 1963 main
conda 86.6 kB | linux-64/r-ahocorasicktrie-0.1.2-r43h0d4f4ea_3.conda  1 year and 10 months ago 1936 main
conda 80.4 kB | win-64/r-ahocorasicktrie-0.1.2-r41ha856d6a_2.conda  2 years and 11 months ago 685 main
conda 77.8 kB | osx-64/r-ahocorasicktrie-0.1.2-r43hac7d2d5_2.conda  2 years and 11 months ago 367 main
conda 77.5 kB | osx-64/r-ahocorasicktrie-0.1.2-r42hac7d2d5_2.conda  2 years and 11 months ago 358 main
conda 86.5 kB | linux-64/r-ahocorasicktrie-0.1.2-r43ha503ecb_2.conda  2 years and 11 months ago 2464 main
conda 86.7 kB | linux-64/r-ahocorasicktrie-0.1.2-r42ha503ecb_2.conda  2 years and 11 months ago 2536 main
conda 89.6 kB | win-64/r-ahocorasicktrie-0.1.2-r41ha856d6a_1.tar.bz2  3 years and 7 months ago 564 main
conda 83.9 kB | osx-64/r-ahocorasicktrie-0.1.2-r42h49197e3_1.tar.bz2  3 years and 7 months ago 94 main

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