foolOnTheHill / tp

Text proccessing course project at CIn - UFPE.
0 stars 0 forks source link

Aho-Corasick algorithm. #2

Closed foolOnTheHill closed 8 years ago

foolOnTheHill commented 8 years ago

Use this as reference: https://github.com/embs-workspace/char_proc/blob/master/AhoCorasick.java

foolOnTheHill commented 8 years ago

First version added. It was not tested yet.

foolOnTheHill commented 8 years ago

Second version added using bitmasks in the out function. A update is needed to use vector or flags.