2023-08-28 03:06:37 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-06-15 02:15:24 -04:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
2023-08-28 03:06:37 +04:00
|
|
|
<pkgmetadata>
|
|
|
|
|
<maintainer type="person">
|
2026-03-08 22:28:50 +01:00
|
|
|
<email>stkw0@disroot.org</email>
|
2024-01-13 23:51:41 +01:00
|
|
|
<name>David Roman</name>
|
2023-08-28 03:06:37 +04:00
|
|
|
</maintainer>
|
|
|
|
|
<longdescription lang="en">
|
|
|
|
|
pyahocorasick is a fast and memory efficient library for exact or
|
|
|
|
|
approximate multi-pattern string search meaning that you can find
|
|
|
|
|
multiple key strings occurrences at once in some input text.
|
|
|
|
|
The library provides an ahocorasick Python module that you can use
|
|
|
|
|
as a plain dict-like Trie or convert a Trie to an automaton for
|
|
|
|
|
efficient Aho-Corasick search.
|
|
|
|
|
</longdescription>
|
|
|
|
|
<upstream>
|
|
|
|
|
<remote-id type="github">WojciechMula/pyahocorasick</remote-id>
|
|
|
|
|
<remote-id type="pypi">pyahocorasick</remote-id>
|
|
|
|
|
</upstream>
|
|
|
|
|
</pkgmetadata>
|
|
|
|
|
|