ZGen  0.2.0
a linearization system for natural language.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
ZGen::BestFirst::ScoreContext Struct Reference

#include <score_context.h>

Public Member Functions

 ScoreContext (const Span &span)
 

Public Attributes

const dependency_tref
 
word_t word
 
postag_t tag
 
std::vector< word_twords
 
std::vector< postag_tpostags
 
std::vector< word_thead_words
 
std::vector
< SpanUtils::relation_t
relations
 

Constructor & Destructor Documentation

ZGen::BestFirst::ScoreContext::ScoreContext ( const Span span)
inline

Member Data Documentation

std::vector<word_t> ZGen::BestFirst::ScoreContext::head_words
std::vector<postag_t> ZGen::BestFirst::ScoreContext::postags
const dependency_t* ZGen::BestFirst::ScoreContext::ref
std::vector<SpanUtils::relation_t> ZGen::BestFirst::ScoreContext::relations
postag_t ZGen::BestFirst::ScoreContext::tag
word_t ZGen::BestFirst::ScoreContext::word
std::vector<word_t> ZGen::BestFirst::ScoreContext::words

The documentation for this struct was generated from the following file: