FreeLing  4.0
Public Attributes
freeling::locutions_status Class Reference

Class to store status information. More...

#include <locutions.h>

Inheritance diagram for freeling::locutions_status:
Inheritance graph
[legend]
Collaboration diagram for freeling::locutions_status:
Collaboration graph
[legend]

List of all members.

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< analysismw_analysis
 analysis assigned to the mw by the validation step
bool mw_ambiguous
 segmentantion ambiguity status of the multiword

Detailed Description

Class to store status information.


Member Data Documentation

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().

segmentantion ambiguity status of the multiword

Referenced by 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().


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