SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

R-AhoCorasickTrie rpm build for : OpenSuSE. For other distributions click R-AhoCorasickTrie.

Name : R-AhoCorasickTrie
Version : 0.1.2 Vendor : obs://build_opensuse_org/devel:languages:R
Release : lp155.3.3 Date : 2024-07-18 15:00:31
Group : Development/Libraries/Other Source RPM : R-AhoCorasickTrie-0.1.2-lp155.3.3.src.rpm
Size : 0.20 MB
Packager : https://www_suse_com/
Summary : Fast Searching for Multiple Keywords in Multiple Texts
Description :
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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/R:/autoCRAN/15.5/x86_64

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  R-AhoCorasickTrie-0.1.2-lp155.3.3.x86_64.rpm
     

Provides :
R-AhoCorasickTrie
R-AhoCorasickTrie(x86-64)

Requires :
R-Rcpp
R-base
libR.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.11)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libgcc_s.so.1()(64bit)
libgcc_s.so.1(GCC_3.0)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
libstdc++.so.6(GLIBCXX_3.4.20)(64bit)
libstdc++.so.6(GLIBCXX_3.4.21)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/R/library/AhoCorasickTrie
/usr/lib64/R/library/AhoCorasickTrie/DESCRIPTION
/usr/lib64/R/library/AhoCorasickTrie/INDEX
/usr/lib64/R/library/AhoCorasickTrie/Meta
/usr/lib64/R/library/AhoCorasickTrie/Meta/Rd.rds
/usr/lib64/R/library/AhoCorasickTrie/Meta/features.rds
/usr/lib64/R/library/AhoCorasickTrie/Meta/hsearch.rds
/usr/lib64/R/library/AhoCorasickTrie/Meta/links.rds
/usr/lib64/R/library/AhoCorasickTrie/Meta/nsInfo.rds
/usr/lib64/R/library/AhoCorasickTrie/Meta/package.rds
/usr/lib64/R/library/AhoCorasickTrie/NAMESPACE
/usr/lib64/R/library/AhoCorasickTrie/R
/usr/lib64/R/library/AhoCorasickTrie/R/AhoCorasickTrie
/usr/lib64/R/library/AhoCorasickTrie/R/AhoCorasickTrie.rdb
/usr/lib64/R/library/AhoCorasickTrie/R/AhoCorasickTrie.rdx
/usr/lib64/R/library/AhoCorasickTrie/help
/usr/lib64/R/library/AhoCorasickTrie/help/AhoCorasickTrie.rdb
/usr/lib64/R/library/AhoCorasickTrie/help/AhoCorasickTrie.rdx
/usr/lib64/R/library/AhoCorasickTrie/help/AnIndex
/usr/lib64/R/library/AhoCorasickTrie/help/aliases.rds
/usr/lib64/R/library/AhoCorasickTrie/help/paths.rds
/usr/lib64/R/library/AhoCorasickTrie/html
/usr/lib64/R/library/AhoCorasickTrie/html/00Index.html
/usr/lib64/R/library/AhoCorasickTrie/html/R.css
/usr/lib64/R/library/AhoCorasickTrie/libs
/usr/lib64/R/library/AhoCorasickTrie/libs/AhoCorasickTrie.so

 
ICM