crm(1) CRM114 crm(1) NAME crm - Controllable Regex Mutilator SYNOPSIS crm [programname] [OPTIONS] crm `-{ program text }' [OPTIONS] DESCRIPTION CRM114 (or crm for short) is a command-styled language specifically designed for easy implementation of contextual filters. These filters can be based on a number of transformations and heuristics, including approximatee regexes, Bayesian filters, and Winnow classifiers. CRM114 is particularly apt for creation of mail and web filters. Depending on the environment, accuracies in excess of 99.9 % are achie- veable. N-way classification is supported by all classifiers. CRM114 is implemented as a JIT microcompiler, initially compiling the source code only to the extent necessary to begin execution, and then only completing each statement's parsing on demand. This yields a very low invocation overhead. The full language description can be found in QUICKREF.txt file in crm114 source directory. A typesetted version of this file is supplied in crm114(1). HOMEPAGE AND REPORTING BUGS http://crm114.sourceforge.net/ VERSION This manpage: $Id: crm.azm,v 1.2 2004/08/19 09:28:28 vanbaal Exp $ . This manpage describes crm as shipped with crm114 version 20040816.BlameClockworkOrange. AUTHOR William S. Yerazunis. Manpage typesetting by Joost van Baal and Shalen- dra Chhabra COPYRIGHT Copyright (C) 2001, 2002, 2003, 2004 William S. Yerazunis. This is free software, copyrighted under the FSF's GPL. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file COPYING for more details. SEE ALSO cssutil(1), cssdiff(1), crm114(1), cssmerge(1) crm 20040816.BlameClockworkOrange-19tAug 2004 crm(1)