Library: Net Responsibility
Package: Core
Header: Blacklist.h
This is a small struct to hold each keyword, as a string, compiled as separate regular expressions and the adherent strength.
string asString;
The keyword displayed as a string.
string category;
vector < SharedPtr < RegularExpression > > re;
The keyword splitted and compiled as a regular expression.
int strength;
The strength of this keyword. 100 is default.