summaryrefslogtreecommitdiff
path: root/extractor/data_array.h
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-11-25 18:19:13 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-11-25 18:19:13 +0000
commit467ef6ce78cfe7341a696ebf0948e377be619ae5 (patch)
tree79e93d7f6d29396723722678918cc4fee38ca6aa /extractor/data_array.h
parent3973a7e4a8302b4a02fee7d2950bb469b37e2452 (diff)
Reduce unordered_map calls.
Diffstat (limited to 'extractor/data_array.h')
-rw-r--r--extractor/data_array.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/extractor/data_array.h b/extractor/data_array.h
index e9af5bd0..c5dc8a26 100644
--- a/extractor/data_array.h
+++ b/extractor/data_array.h
@@ -65,9 +65,6 @@ class DataArray {
// Returns the number of distinct words in the data array.
virtual int GetVocabularySize() const;
- // Returns whether a word has ever been observed in the data array.
- virtual bool HasWord(const string& word) const;
-
// Returns the word id for a given word or -1 if it the word has never been
// observed.
virtual int GetWordId(const string& word) const;