#include <thmlmorph.h>
Public Methods | |
| ThMLMorph () | |
| virtual | ~ThMLMorph () |
| virtual char | ProcessText (char *text, int maxlen, const SWKey *key, const SWModule *=0) |
| virtual const char * | getOptionName () |
| virtual const char * | getOptionTip () |
| virtual void | setOptionValue (const char *ival) |
| virtual const char * | getOptionValue () |
| virtual OptionsList | getOptionValues () |
Private Attributes | |
| bool | option |
| OptionsList | options |
Static Private Attributes | |
| const char | on [] = "On" |
| const char | off [] = "Off" |
| const char | optName [] = "Morphological Tags" |
| const char | optTip [] = "Toggles Morphological Tags On and Off if they exist" |
Definition at line 29 of file thmlmorph.h.
1.2.15