mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
22 lines
798 B
XML
22 lines
798 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>stkw0@disroot.org</email>
|
|
<name>David Roman</name>
|
|
</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>
|
|
|