pyahocorasick icon indicating copy to clipboard operation
pyahocorasick copied to clipboard

Python module (C extension and plain python) implementing Aho-Corasick algorithm

Results 40 pyahocorasick issues
Sort by recently updated
recently updated
newest added

The windows tests with a unicode build and the linux tests with a non-unicode are failing this test: On bytes/linux: ``` _____________________________________________________ TestTrieIterators.test_items _____________________________________________________ self = def test_items(self): A =...

Hi, i'm sorry for opening such an old issue, but i'm currently experiencing the same issue. I'm using version 1.4.0 now and getting small steady memory leaks (after debugging with...

bug

The official support for Python 2 ends this year. It doesn't mean that we will drop Py2. As long as Py2 is available in Debian (which I use) any features/fixes...

Since ARM is Apple's new default, it would make sense to ensure things work on ARM M1 chips

While building packages for openSUSE, test suite fails on all big endian architectures (``ppc64``, ``s390x``, and ``armv7l``): ``` [ 42s] ====================================================================== [ 42s] FAIL: test_iter3 (unittests.TestAutomatonIterSearch) [ 42s] ---------------------------------------------------------------------- [...

bug

Aho Corasick algorithm based on Double Array Trie https://github.com/hankcs/AhoCorasickDoubleArrayTrie

question

This is an issue with Python under windows only. The attached sample illustrates the problem. I presume this is because Windows python builds are narrow builds (16 bits per character...

bug

On macos 10.14 (High Sierra), performed basic install: ```bash brew install python # Python3.7 pip install pyahocorasick ``` And executing: ```bash $ python3.7 Python 3.7.2 (default, Feb 12 2019, 08:15:36)...

enhancement

@WojciechMula hi? I am using the pyahocorasick well. But I have a problem. A minor-page fault occurs, which increases the memory usage of the child process. (https://en.wikipedia.org/wiki/Copy-on-write) I forked after...

bug

The `STORE_SEQUENCE` feature introduced with #27 is great but it works only from tuples as opposed to more general sequences of integers. In particular support `array.array` types would be great....

enhancement