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  3 days and 13 hours ago 16 main
conda 83.3 kB | win-64/r-ahocorasicktrie-0.1.3-r44hd8a2815_1.conda  3 days and 13 hours ago 18 main
conda 83.3 kB | win-64/r-ahocorasicktrie-0.1.3-r45hd8a2815_1.conda  3 days and 13 hours ago 17 main
conda 79.2 kB | osx-64/r-ahocorasicktrie-0.1.3-r45ha730edb_1.conda  3 days and 13 hours ago 17 main
conda 90.4 kB | linux-64/r-ahocorasicktrie-0.1.3-r45h3697838_1.conda  3 days and 13 hours ago 32 main
conda 90.5 kB | linux-64/r-ahocorasicktrie-0.1.3-r44h3697838_1.conda  3 days and 13 hours ago 37 main
conda 82.2 kB | win-64/r-ahocorasicktrie-0.1.3-r44h8ae3a7c_0.conda  7 months and 20 days ago 941 main
conda 78.9 kB | osx-64/r-ahocorasicktrie-0.1.3-r44h2711daa_0.conda  7 months and 20 days ago 886 main
conda 82.0 kB | win-64/r-ahocorasicktrie-0.1.3-r43h8ae3a7c_0.conda  7 months and 20 days ago 977 main
conda 78.2 kB | osx-64/r-ahocorasicktrie-0.1.3-r43h2711daa_0.conda  7 months and 20 days ago 905 main
conda 88.6 kB | linux-64/r-ahocorasicktrie-0.1.3-r44h93ab643_0.conda  7 months and 20 days ago 1509 main
conda 87.7 kB | linux-64/r-ahocorasicktrie-0.1.3-r43h93ab643_0.conda  7 months and 20 days ago 1467 main
conda 81.5 kB | win-64/r-ahocorasicktrie-0.1.2-r44h8ae3a7c_3.conda  1 year and 2 months ago 464 main
conda 81.1 kB | win-64/r-ahocorasicktrie-0.1.2-r43h8ae3a7c_3.conda  1 year and 2 months ago 453 main
conda 77.7 kB | osx-64/r-ahocorasicktrie-0.1.2-r44h25d921d_3.conda  1 year and 2 months ago 309 main
conda 77.3 kB | osx-64/r-ahocorasicktrie-0.1.2-r43h25d921d_3.conda  1 year and 2 months ago 336 main
conda 87.3 kB | linux-64/r-ahocorasicktrie-0.1.2-r44h0d4f4ea_3.conda  1 year and 2 months ago 1447 main
conda 86.6 kB | linux-64/r-ahocorasicktrie-0.1.2-r43h0d4f4ea_3.conda  1 year and 2 months ago 1421 main
conda 80.4 kB | win-64/r-ahocorasicktrie-0.1.2-r41ha856d6a_2.conda  2 years and 3 months ago 662 main
conda 77.8 kB | osx-64/r-ahocorasicktrie-0.1.2-r43hac7d2d5_2.conda  2 years and 3 months ago 349 main
conda 77.5 kB | osx-64/r-ahocorasicktrie-0.1.2-r42hac7d2d5_2.conda  2 years and 3 months ago 341 main
conda 86.5 kB | linux-64/r-ahocorasicktrie-0.1.2-r43ha503ecb_2.conda  2 years and 3 months ago 1971 main
conda 86.7 kB | linux-64/r-ahocorasicktrie-0.1.2-r42ha503ecb_2.conda  2 years and 3 months ago 2038 main
conda 89.6 kB | win-64/r-ahocorasicktrie-0.1.2-r41ha856d6a_1.tar.bz2  2 years and 11 months ago 542 main
conda 83.9 kB | osx-64/r-ahocorasicktrie-0.1.2-r42h49197e3_1.tar.bz2  2 years and 11 months ago 78 main

© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy