The help system uses the Porter stemming algorithm to normalize words when building the full-text search index.
The Factor implementation of the algorithm is based on the Common Lisp version, which was hand-translated from ANSI C by Steven M. Haflich. The original ANSI C was written by Martin Porter.