#include <Term.hpp>
Inheritance diagram for lemur::api::Term:
Public Member Functions | |
Term () | |
virtual | ~Term () |
virtual const char * | spelling () const |
return the spelling of the term (read-only) | |
virtual void | spelling (const char *str) |
virtual void | spelling (const string &str) |
virtual void | reset () |
reset this term representation | |
Protected Attributes | |
const char * | termptr |
This class represents a term in a document.
|
|
|
|
|
reset this term representation
|
|
set the spelling of the term by pointing to the given parameter value at str must stay valid for this Term object to stay valid |
|
set the spelling of the term by pointing to the given parameter value at str must stay valid for this Term object to stay valid |
|
return the spelling of the term (read-only)
|
|
|