Frog
Namespaces | Enumerations | Functions
clex.h File Reference
#include <iostream>
#include <string>
#include <map>
Include dependency graph for clex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CLEX
 

Enumerations

enum  CLEX::Type {
  CLEX::UNASS, CLEX::A, CLEX::B, CLEX::C,
  CLEX::D, CLEX::I, CLEX::N, CLEX::O,
  CLEX::P, CLEX::Q, CLEX::V, CLEX::LET,
  CLEX::PN, CLEX::SPEC, CLEX::X, CLEX::Z,
  CLEX::AFFIX, CLEX::XAFFIX, CLEX::GLUE, CLEX::NEUTRAL
}
 all possible CELEX tags and action properties More...
 

Functions

bool CLEX::is_CELEX_base (const Type &t)
 
Type CLEX::select_tag (const char ch)
 
string CLEX::toString (const Type &t)
 
Type CLEX::toCLEX (const string &s)
 
Type CLEX::toCLEX (const char c)
 
const string & CLEX::get_iDescr (char c)
 
const std::string & CLEX::get_tDescr (CLEX::Type t)
 
std::ostream & operator<< (std::ostream &, const CLEX::Type &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const CLEX::Type  
)