LISP PROJECTS (20)
About Text processing

Entries here all relate to text processing: the inputs are always text and the outputs are usually text, of some specified format.

The entries in this category are:

  • CL-INTERPOL

    CL-INTERPOL provides string interpolation like in Unix shell scripts.

  • Porter Word Stemmer

    A word stemmer takes a word as a string and removes common morphological endings, etc., in order to find a root stem for a word.