blob: 4442d5ac0a82d5af18b1b2f6822be51c85e7d67f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>davidroman96@gmail.com</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>
|