
content_filter.pl -- Ban list content filter
eval_content(+Text, -WordCount, -Score) is det- Evaluate the content of Text. WordCount is the number of non-trivial words and Score is the evaluation.

content_filter.pl -- Ban list content filter
eval_content(+Text, -WordCount, -Score) is det