suffixfsm(1)

generate a Go finite state machine for Porter2 stemming

Section 1 suffixfsm bookworm source

Description

SUFFIXFSM

NAME

suffixfsm - generate a Go finite state machine for Porter2 stemming

SYNOPSIS

suffixfsm filename

DESCRIPTION

suffixfsm takes a list of suffixes, creates a tree, and then generates a FSM based on the tree.

The output (on standard output) is a skeleton Go function body.

OPTIONS

filename

Input suffix list.