Expressions

- Improved categorization by using the Triple to represent the three
  (raw/inferred/category) values to aid in extraction.
This commit is contained in:
Paul Beckingham 2011-07-04 11:58:55 -04:00
parent 2d4ee13a46
commit 33bb6b6d85
5 changed files with 101 additions and 88 deletions

View file

@ -153,7 +153,7 @@ void Hooks::initialize ()
}
}
else
context.debug ("Hooks::initialize - hook system off");
context.debug ("Hooks::initialize --> off");
}
////////////////////////////////////////////////////////////////////////////////