KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
Event_parser.h File Reference
#include "semantics/Syntactic_event.h"
#include <boost/shared_ptr.hpp>
#include <string>
#include <vector>
#include <fstream>
#include <sstream>
#include <map>

Go to the source code of this file.

Classes

class  semantics::Event_db
 Database class to read and count parse tree events. More...
 

Namespaces

 semantics
 

Macros

#define PRINT(a)   std::cout << #a << " = " << a << std::endl
 

Functions

Event_db semantics::process_event_file (std::string train_path, std::string lexicon_file, size_t max_events, std::string test_path)
 Free_function definitions. More...
 

Detailed Description

Author
Colin Dawson
Id:
Event_parser.h 16947 2014-06-03 05:13:51Z cdawson

Macro Definition Documentation

#define PRINT (   a)    std::cout << #a << " = " << a << std::endl