You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 days ago | |
---|---|---|
gradle/wrapper | 7 days ago | |
src/dorkbox/fsm | 6 days ago | |
src9 | 7 days ago | |
test/dorkbox/fsm | 6 days ago | |
testResources/dorkbox/fsm | 6 days ago | |
.gitignore | 7 days ago | |
LICENSE | 6 days ago | |
LICENSE.Apachev2 | 7 days ago | |
README.md | 7 days ago | |
build.gradle.kts | 6 days ago | |
gradle.properties | 7 days ago | |
gradlew | 7 days ago | |
gradlew.bat | 7 days ago | |
settings.gradle.kts | 7 days ago |
README.md
Finite State Machine using the AhoCorasick implementation
- AhoCorasick finite state machine for Strings and ByteArrays
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>FSM</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation("com.dorkbox:FSM:1.0")
}
License
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.