ModErn Text Analysis
META Enumerates Textual Applications
List of all members
meta::sequence::sequence_analyzer::default_collector Class Reference

Non-const version of the collector. More...

#include <sequence_analyzer.h>

Inheritance diagram for meta::sequence::sequence_analyzer::default_collector:
meta::sequence::sequence_analyzer::basic_collector< sequence_analyzer > meta::sequence::sequence_analyzer::collector

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_analyzeranalyzer_
 back-pointer to the analyzer for this collector
 
- Protected Attributes inherited from meta::sequence::sequence_analyzer::collector
observationobs_
 the observation we are collecting data for
 
observation::feature_vector feats_
 the feature vector that will be placed into the observation
 

Detailed Description

Non-const version of the collector.


The documentation for this class was generated from the following file: