Frog
Classes | Namespaces | Functions
FrogData.h File Reference
#include <string>
#include <vector>
#include <map>
#include <set>
#include "ticcutils/json.hpp"
Include dependency graph for FrogData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  frog_record
 a simple datastructure to hold all frogged information of one word More...
 
class  frog_data
 a datastructure to hold all frogged information of one Sentence More...
 

Namespaces

 Tokenizer
 

Functions

std::ostream & operator<< (std::ostream &os, const frog_record &fr)
 
std::ostream & operator<< (std::ostream &os, const frog_data &fd)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  os,
const frog_data fd 
)

output a frog_data structure to a stream

Parameters
osoutput stream
fdthe record to output
Returns
the stream

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
const frog_record fr 
)

output a frog_record structure to a stream

Parameters
osoutput stream
frthe record to output
Returns
the stream