We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a1d1 commit 2bbbfadCopy full SHA for 2bbbfad
metaclip/substr_matching_ahocorasick.py
@@ -3,7 +3,7 @@
3
try:
4
import ahocorasick
5
except ImportError:
6
- print("`pip install ahocorasick` ?")
+ print("cannot import ahocorasick, try `pip install pyahocorasick`")
7
8
9
from substr_matching import spacing
0 commit comments