|
ldas-tools-framecpp 3.0.4
|
Public Types | |
| typedef unordered_map< std::string, int > | stats_type |
| typedef std::map< int, std::set< std::string > > | ordered_type |
Public Member Functions | |
| DictionaryAnalyser (size_t MinimumWordSize=2) | |
| void | Add (const std::string &Value) |
| void | Analyse () |
| void | Dump (std::ostream &Stream) const |
Private Attributes | |
| const size_t | MINIMUM_WORD_SIZE |
| stats_type | stats |
| ordered_type | ordered |
| typedef std::map< int, std::set< std::string > > DictionaryAnalyser::ordered_type |
| typedef unordered_map< std::string, int > DictionaryAnalyser::stats_type |
| DictionaryAnalyser::DictionaryAnalyser | ( | size_t | MinimumWordSize = 2 | ) |
| void DictionaryAnalyser::Add | ( | const std::string & | Value | ) |
| void DictionaryAnalyser::Analyse | ( | ) |
| void DictionaryAnalyser::Dump | ( | std::ostream & | Stream | ) | const |
|
private |
|
private |
|
private |