Frog
Classes | Enumerations | Functions
ckyparser.h File Reference
#include <set>
#include <vector>
#include <ostream>
#include "ticcutils/LogStream.h"
Include dependency graph for ckyparser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Constraint
 
class  HasIncomingRel
 
class  HasDependency
 
class  DependencyDirection
 
class  SubTree
 
struct  parsrel
 
class  chart_rec
 
class  CKYParser
 

Enumerations

enum  dirType { ROOT, LEFT, RIGHT, ERROR }
 

Functions

std::ostream & operator<< (std::ostream &os, const Constraint &c)
 
std::ostream & operator<< (std::ostream &os, const Constraint *c)
 

Enumeration Type Documentation

◆ dirType

enum dirType
Enumerator
ROOT 
LEFT 
RIGHT 
ERROR 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  os,
const Constraint c 
)

output a Constraint (debug only)

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
const Constraint c 
)

output a Constraint (debug only)