#include <fstream>
Namespaces | |
| namespace | ace |
Functions | |
| void | ace::write (std::ofstream &output_file) |
| Procedure writes extracted ngrams with their frequency count to given output file in plain text (tab-separated) format. | |
| void | ace::write_contexts (std::ofstream &output_file) |
| Procedure writes extracted ngrams contexts to given output file. | |
| void | ace::write_stats (std::ofstream &output_file) |
| Procedure writes datafiles statistics to given output file. | |
| void | ace::write_morphologic_filter_stats (std::ofstream &output_file) |
| Procedure writes morphologic filtration statistics to given output file. | |
Writing module contains few functions which produces program output.
(C) Ceslav Przywara 2008, MFF UK Prague
1.5.6