Frog
Classes | Functions
Parser.h File Reference
#include <string>
#include <vector>
#include <set>
#include "ticcutils/LogStream.h"
#include "ticcutils/Configuration.h"
#include "ticcutils/Unicode.h"
#include "libfolia/folia.h"
#include "ucto/tokenize.h"
#include "timbl/TimblAPI.h"
#include "frog/FrogData.h"
#include "frog/ckyparser.h"
Include dependency graph for Parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParserBase
 
class  Parser
 

Functions

void appendParseResult (frog_data &fd, const std::vector< parsrel > &res)
 

Function Documentation

◆ appendParseResult()

void appendParseResult ( frog_data fd,
const std::vector< parsrel > &  res 
)

transfer the outcome of the parser back into the fog_data structure

Parameters
fdthe frog_data we want to add to
resthe parser's results