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  15 days and 9 hours ago 23 main
conda 83.3 kB | win-64/r-ahocorasicktrie-0.1.3-r44hd8a2815_1.conda  15 days and 9 hours ago 24 main
conda 83.3 kB | win-64/r-ahocorasicktrie-0.1.3-r45hd8a2815_1.conda  15 days and 9 hours ago 21 main
conda 79.2 kB | osx-64/r-ahocorasicktrie-0.1.3-r45ha730edb_1.conda  15 days and 9 hours ago 24 main
conda 90.4 kB | linux-64/r-ahocorasicktrie-0.1.3-r45h3697838_1.conda  15 days and 9 hours ago 66 main
conda 90.5 kB | linux-64/r-ahocorasicktrie-0.1.3-r44h3697838_1.conda  15 days and 9 hours ago 73 main
conda 82.2 kB | win-64/r-ahocorasicktrie-0.1.3-r44h8ae3a7c_0.conda  8 months and 2 days ago 942 main
conda 78.9 kB | osx-64/r-ahocorasicktrie-0.1.3-r44h2711daa_0.conda  8 months and 2 days ago 890 main
conda 82.0 kB | win-64/r-ahocorasicktrie-0.1.3-r43h8ae3a7c_0.conda  8 months and 2 days ago 978 main
conda 78.2 kB | osx-64/r-ahocorasicktrie-0.1.3-r43h2711daa_0.conda  8 months and 2 days ago 908 main
conda 88.6 kB | linux-64/r-ahocorasicktrie-0.1.3-r44h93ab643_0.conda  8 months and 2 days ago 1539 main
conda 87.7 kB | linux-64/r-ahocorasicktrie-0.1.3-r43h93ab643_0.conda  8 months and 2 days ago 1498 main
conda 81.5 kB | win-64/r-ahocorasicktrie-0.1.2-r44h8ae3a7c_3.conda  1 year and 2 months ago 465 main
conda 81.1 kB | win-64/r-ahocorasicktrie-0.1.2-r43h8ae3a7c_3.conda  1 year and 2 months ago 454 main
conda 77.7 kB | osx-64/r-ahocorasicktrie-0.1.2-r44h25d921d_3.conda  1 year and 2 months ago 314 main
conda 77.3 kB | osx-64/r-ahocorasicktrie-0.1.2-r43h25d921d_3.conda  1 year and 2 months ago 338 main
conda 87.3 kB | linux-64/r-ahocorasicktrie-0.1.2-r44h0d4f4ea_3.conda  1 year and 2 months ago 1478 main
conda 86.6 kB | linux-64/r-ahocorasicktrie-0.1.2-r43h0d4f4ea_3.conda  1 year and 2 months ago 1454 main
conda 80.4 kB | win-64/r-ahocorasicktrie-0.1.2-r41ha856d6a_2.conda  2 years and 3 months ago 663 main
conda 77.8 kB | osx-64/r-ahocorasicktrie-0.1.2-r43hac7d2d5_2.conda  2 years and 3 months ago 350 main
conda 77.5 kB | osx-64/r-ahocorasicktrie-0.1.2-r42hac7d2d5_2.conda  2 years and 3 months ago 342 main
conda 86.5 kB | linux-64/r-ahocorasicktrie-0.1.2-r43ha503ecb_2.conda  2 years and 3 months ago 1995 main
conda 86.7 kB | linux-64/r-ahocorasicktrie-0.1.2-r42ha503ecb_2.conda  2 years and 3 months ago 2068 main
conda 89.6 kB | win-64/r-ahocorasicktrie-0.1.2-r41ha856d6a_1.tar.bz2  2 years and 11 months ago 543 main
conda 83.9 kB | osx-64/r-ahocorasicktrie-0.1.2-r42h49197e3_1.tar.bz2  2 years and 11 months ago 79 main

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