FreeLing
4.0
|
Class to store status information. More...
#include <locutions.h>
Public Attributes | |
std::set< std::wstring > | acc_mw |
partially build multiword. | |
std::set< std::wstring > | longest_mw |
std::vector < sentence::const_iterator > | components |
store mw components in case we need to recover them | |
int | over_longest |
count words scanned beyond last longest mw found. | |
std::list< analysis > | mw_analysis |
analysis assigned to the mw by the validation step | |
bool | mw_ambiguous |
segmentantion ambiguity status of the multiword |
Class to store status information.
std::set<std::wstring> freeling::locutions_status::acc_mw |
partially build multiword.
Referenced by freeling::locutions::ComputeToken(), and freeling::locutions::ResetActions().
std::vector<sentence::const_iterator> freeling::locutions_status::components |
store mw components in case we need to recover them
Referenced by freeling::locutions::ComputeToken(), freeling::locutions::ResetActions(), and freeling::locutions::ValidMultiWord().
std::set<std::wstring> freeling::locutions_status::longest_mw |
segmentantion ambiguity status of the multiword
Referenced by freeling::locutions::SetMultiwordAnalysis(), and freeling::locutions::ValidMultiWord().
std::list<analysis> freeling::locutions_status::mw_analysis |
analysis assigned to the mw by the validation step
Referenced by freeling::locutions::ResetActions(), freeling::locutions::SetMultiwordAnalysis(), and freeling::locutions::ValidMultiWord().
count words scanned beyond last longest mw found.
Referenced by freeling::locutions::check(), freeling::locutions::ComputeToken(), and freeling::locutions::ValidMultiWord().