FreeLing  4.0
Public Member Functions | Public Attributes
freeling::labeler_rule Class Reference

labeler_rule is an auxiliary class for the depLabeler More...

#include <dep_rules.h>

Collaboration diagram for freeling::labeler_rule:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 labeler_rule ()
 labeler_rule (const std::wstring &, const rule_expression &)
 ~labeler_rule ()
bool check (dep_tree::const_iterator, dep_tree::const_iterator) const

Public Attributes

std::wstring label
rule_expression re
std::wstring ancestorLabel
std::wstring line
 line in the file where rule was, useful to trace and issue errors

Detailed Description

labeler_rule is an auxiliary class for the depLabeler


Constructor & Destructor Documentation

freeling::labeler_rule::labeler_rule ( const std::wstring &  ,
const rule_expression  
)

Member Function Documentation


Member Data Documentation

line in the file where rule was, useful to trace and issue errors


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