summaryrefslogtreecommitdiff
path: root/extractor/data_array.h
diff options
context:
space:
mode:
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 e3823d18..b96901d1 100644
--- a/extractor/data_array.h
+++ b/extractor/data_array.h
@@ -73,9 +73,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;