diff options
| -rw-r--r-- | README | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -7,12 +7,11 @@ SYNOPSIS Link with -lautomata. DESCRIPTION - libautomata provides functions for creating, string - matching automata that can be feed in chunks, allowing - online processing of massive data sets. The automata - are resetable and clonable, allowing the user to search - multiple data sets but only run the automata building - phase once. + libautomata provides functions for creating string-matching + automata that can be fed in chunks, allowing online processing + of massive data sets. The automata are resettable and clonable, + allowing the user to search multiple data sets but only run + the automata building phase once. SEE ALSO None. |
