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

The class matching attrib stores attributes for maching condition. More...

#include <dep_rules.h>

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

List of all members.

Public Member Functions

 matching_attrib ()
 constructor
 matching_attrib (const matching_attrib &)
 copy
 ~matching_attrib ()
 destructor

Public Attributes

std::wstring type
 condition type ("<": lemma, "(": form, "[": class, "{": PoS)
std::wstring value
 string to match (for lemma, form and class)
freeling::regexp re
 regexp to match (for PoS)

Detailed Description

The class matching attrib stores attributes for maching condition.


Constructor & Destructor Documentation

constructor

copy

destructor


Member Data Documentation

regexp to match (for PoS)

condition type ("<": lemma, "(": form, "[": class, "{": PoS)

string to match (for lemma, form and class)


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