diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-02-22 16:50:29 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-02-22 16:50:29 +0000 |
commit | bb79fdc140a5593124d3943769a644c6cc3d87f6 (patch) | |
tree | d98608bc7b8dd23069b7683ec50ddf7d337abc42 /extractor/vocabulary.h | |
parent | 5f08d976c857c1353ac623f0adbbe5597800d644 (diff) |
Memory analysis pointless code.
Diffstat (limited to 'extractor/vocabulary.h')
-rw-r--r-- | extractor/vocabulary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extractor/vocabulary.h b/extractor/vocabulary.h index c6a8b3e8..ff3e7a63 100644 --- a/extractor/vocabulary.h +++ b/extractor/vocabulary.h @@ -19,6 +19,8 @@ class Vocabulary { virtual string GetTerminalValue(int symbol); + int Size(); + private: unordered_map<string, int> dictionary; vector<string> words; |