File: suffixfsm.1

package info (click to toggle)
golang-github-dataence-porter2 0.0~git20150829.56e4718-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 704 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH SUFFIXFSM 1 2018-04-25 DATAENCE "Dataence Porter2 User's Manual"
.SH NAME
suffixfsm \- generate a Go finite state machine for Porter2 stemming
.SH SYNOPSIS
\fBsuffixfsm\fP
\fIfilename\fP
.SH DESCRIPTION
\fBsuffixfsm\fP 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.
.SH OPTIONS
.TP
\fIfilename\fP
Input suffix list.