text searching Aho-Corasick algorithm

This commit is contained in:
mherbaghinyan
2019-01-09 12:21:43 +04:00
parent 68f1cb23dd
commit f1e3ceaea7
2 changed files with 54 additions and 0 deletions
+6
View File
@@ -95,6 +95,12 @@
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId>
<version>0.4.0</version>
</dependency>
</dependencies>
<build>