FreeLing
3.1
|
Store parsing status information. More...
#include <dependencies.h>
Public Attributes | |
std::map< std::wstring, parse_tree::iterator > | last |
precomputed last node matching the "last_left/right" condition for a certain rule number | |
std::set< std::wstring > | active_flags |
set of active flags, which control applicability of rules |
Store parsing status information.
std::set<std::wstring> freeling::dep_txala_status::active_flags |
set of active flags, which control applicability of rules
Referenced by freeling::dep_txala::analyze(), freeling::completer::applyRule(), and freeling::completer::enabled_rule().
std::map<std::wstring,parse_tree::iterator> freeling::dep_txala_status::last |
precomputed last node matching the "last_left/right" condition for a certain rule number
Referenced by freeling::completer::applyRule(), freeling::completer::complete(), and freeling::completer::matching_operation().