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
commitbd6fef61505b19989cc327620632e8e7efda2e6e (patch)
tree40d01e5319d1b00ea199812bda62349adbfb73bc /extractor/data_array.h
parent9834df1efceb27b140f18f47e711d3fff6c7ecb8 (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;