File: README.md

package info (click to toggle)
golang-github-dataence-porter2 0.0~git20150829.56e4718-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 700 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
suffixfsm
=========

suffixfsm is a finite state machine generator for the [porter2](https://github.com/surgebase/porter2). It takes a list of suffixes, creates a tree, and then generates a FSM based on the tree. 

You can run the tool by `go run suffixfsm.go <filename>`.

The output is a function skeleton for each of the suffix lists. Then you can take the output and customize it.