项目作者: psaikko

项目描述 :
Java implementations of multiple-exact-string-matching algorithms
高级语言: Java
项目地址: git://github.com/psaikko/string-algorithms-project.git
创建时间: 2014-01-25T14:13:23Z
项目社区:https://github.com/psaikko/string-algorithms-project

开源协议:

下载


string-algorithms-project

Code for the Project in String Processing Algorithms course at University of Helsinki (spring 2014)
Java implementations of algorithms for the multiple exact string matching problem.
Implemented algorithms: Aho-Corasick, Karp-Rabin, multipattern Shift-And.

  • To compile, run ./compile.sh

  • To execute tests, run ./test.sh

  • The script ./run_example runs the program with some example parameters

  • To start the program manually, run ‘java Main’ in ./out after running the compile script.
    Running the program with no arguments outputs a help text with instructions.