ZGen  0.2.0
a linearization system for natural language.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ZGen::BestFirst::SpanFactory Member List

This is the complete list of members for ZGen::BestFirst::SpanFactory, including all inherited members.

create_gold_spans_from_reference(const dependency_t *input, const dependency_t *reference, SpanSet &spans)ZGen::BestFirst::SpanFactory
create_initial_spans_from_input(const dependency_t *input_ref, std::vector< Span * > &spans)ZGen::BestFirst::SpanFactory
create_spans_from_chart(const Span *span, const SpanKMaxHeap *charts, std::vector< Span * > &spans)ZGen::BestFirst::SpanFactory
legal_to_left_combine(const Span *head, const Span *modifier) const ZGen::BestFirst::SpanFactoryprotectedvirtual
legal_to_right_combine(const Span *head, const Span *modifier) const ZGen::BestFirst::SpanFactoryprotectedvirtual
SpanFactory(const Knowledge::PostagConstrain *constrain, SpanAllocator *allocator)ZGen::BestFirst::SpanFactory