This is an old revision of this page, as edited by Crispy1989 (talk | contribs) at 23:25, 1 November 2010 (←Created page with '=== Core Configuration === Cluebot-NG's core vandalism detection engine is extensively configurable at run-time using configuration files. The effectiveness and ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 23:25, 1 November 2010 by Crispy1989 (talk | contribs) (←Created page with '=== Core Configuration === Cluebot-NG's core vandalism detection engine is extensively configurable at run-time using configuration files. The effectiveness and ...')(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)Core Configuration
Cluebot-NG's core vandalism detection engine is extensively configurable at run-time using configuration files. The effectiveness and accuracy of the bot is largely dependent on these config files. You are encouraged to look through these and suggest additions and improvements. Among other things, they include regexes, metric specifications, and words to search for.
To understand these config files, you must read them thoroughly in order. There are comments that explain everything you need, but there is not redundant information. If something has been explained in an earlier comment, it is not re-explained.
Here are the configuration files, in the order you should read them:
- cluebotng.conf - This is the main configuration file. It includes the other files.
- static_processing.conf - Contains basic edit processors including filters, metrics, and word set operations.
- word.conf - Word categories and lists. Not for sensitive eyes.
- trained_processing.conf - Contains Bayesian and ANN edit processors.
- ann_input_expressions.conf - File generated by script that contains expressions to generate ANN inputs.
- ann_input_list.conf - File generated by script that contains list of ANN inputs.
- main_running.conf - Edit processors related to overall running.
- outputs.conf - Edit processors creating output.
- misc.conf - Miscellaneous configuration, not edit processors.
- make_ann_input_expressions.sh - Script that generates ann_input_expressions.conf and ann_input_list.conf
To suggest improvements or additions, contact User:Crispy1989 by email, IRC, or user talk page.