summaryrefslogtreecommitdiff
path: root/extractor/data_array.h
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-03-07 14:38:23 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-03-07 14:39:05 +0000
commitb34c347cd7f4f8965e4d943543a31f9a4e886f54 (patch)
tree6fdcf61ef3aacce6315c5d8447f9b0e612b25271 /extractor/data_array.h
parente65a84b9dd9dd4ac294fef8b09bec7f97bd2dec9 (diff)
Added unit test for loose phrases.
Diffstat (limited to 'extractor/data_array.h')
-rw-r--r--extractor/data_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/data_array.h b/extractor/data_array.h
index 42e12135..a26bbecf 100644
--- a/extractor/data_array.h
+++ b/extractor/data_array.h
@@ -17,7 +17,7 @@ enum Side {
TARGET
};
-// TODO: This class has features for both the source and target data arrays.
+// Note: This class has features for both the source and target data arrays.
// Maybe we can save some memory by having more specific implementations (e.g.
// sentence_id is only needed for the source data array).
class DataArray {