ZGen
0.2.0
a linearization system for natural language.
|
This is the complete list of members for ZGen::BestFirst::SpanUtils, including all inherited members.
get_all_left_relations(const Span *span, std::vector< relation_t > &relations) | ZGen::BestFirst::SpanUtils | static |
get_all_linearized_indices(const Span *span, std::vector< int > &indices) | ZGen::BestFirst::SpanUtils | static |
get_all_linearized_postags(const Span *span, std::vector< postag_t > &postags) | ZGen::BestFirst::SpanUtils | static |
get_all_linearized_words(const Span *span, std::vector< word_t > &words) | ZGen::BestFirst::SpanUtils | static |
get_all_modifier_postags(const Span *span, std::vector< postag_t > &modifying_postags) | ZGen::BestFirst::SpanUtils | static |
get_all_modifier_words(const Span *span, std::vector< word_t > &modifying_words) | ZGen::BestFirst::SpanUtils | static |
get_all_relations(const Span *span, std::vector< relation_t > &relations) | ZGen::BestFirst::SpanUtils | static |
get_all_right_relations(const Span *span, std::vector< relation_t > &relations) | ZGen::BestFirst::SpanUtils | static |
relation_t typedef | ZGen::BestFirst::SpanUtils |