Next: , Previous: Testing, Up: API


6.3 Without Classification

Recognition can be done without the use of the classifier. To do this, a decorator can be created with the second argument set to false and with a modelfile omitted. For example:

     NEDeco deco(text,false);

The static function Decorate can be used similarly. All other functions operate as normal.