Wojciech Muła

Results 94 comments of Wojciech Muła

Hi Thierry, glad to hear you found pyahocorasick module useful. There's no way to limit number of hits, you have to do this in your python code. But it seems...

@tflorac thank you, I always need help, as my day usually has 24h only :)

@tflorac I'm afraid there is no such rule. The automaton work this way that if it matches the last character of some word, it also can figure out other words...

@kootenpv Thank you for this example! I think this request depends on #82.

> If I read this correctly the PEP8 and PEP423, the 'import ahocorasick' would need to be changed to 'import pyahocorasick'. @egberts Thanks, I haven't read the PEPs, but anyway...

Thank you for reporting this problem. Can anybody help to debug?

@AlonSh could you please provide some minimal example?

Great! Thank you.

Looks interesting, thanks for the pointer!