#include <tagger.h>
Inheritance diagram for POS_tagger:
Public Member Functions | |
POS_tagger (bool) | |
Create an instance of the class, initializing options member. | |
virtual | ~POS_tagger () |
virtual void | analyze (list< sentence > &)=0 |
Static Protected Member Functions | |
static void | retokenize (list< sentence > &) |
Look for words whose selected tag has retokenizing rules, and retokenize them appropriately. | |
Protected Attributes | |
bool | retok |
|
Create an instance of the class, initializing options member. Since tagger is an abstract class, this is called always from child constructors. |
|
|
|
Implemented in hmm_tagger, and relax_tagger. |
|
Look for words whose selected tag has retokenizing rules, and retokenize them appropriately.
|
|
|