|
ModErn Text Analysis
META Enumerates Textual Applications
|
Non-const version of the collector. More...
#include <sequence_analyzer.h>
Additional Inherited Members | |
Public Member Functions inherited from meta::sequence::sequence_analyzer::basic_collector< sequence_analyzer > | |
| basic_collector (sequence_analyzer *analyzer, observation *obs) | |
| Creates the collector with the given analyzer. More... | |
Public Member Functions inherited from meta::sequence::sequence_analyzer::collector | |
| collector (observation *obs) | |
| Constructs the collector over a given observation. More... | |
| ~collector () | |
| Writes all analyzed information out to the observation. | |
| virtual void | add (const std::string &feat, double amount) |
| Adds a new feature to this observation. More... | |
Protected Member Functions inherited from meta::sequence::sequence_analyzer::basic_collector< sequence_analyzer > | |
| virtual feature_id | feature (const std::string &feat) |
Protected Attributes inherited from meta::sequence::sequence_analyzer::basic_collector< sequence_analyzer > | |
| sequence_analyzer * | analyzer_ |
| back-pointer to the analyzer for this collector | |
Protected Attributes inherited from meta::sequence::sequence_analyzer::collector | |
| observation * | obs_ |
| the observation we are collecting data for | |
| observation::feature_vector | feats_ |
| the feature vector that will be placed into the observation | |
Non-const version of the collector.
1.8.9.1