diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-07 14:38:23 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-07 14:39:05 +0000 |
commit | d7271db305bd1aeaf9c3d9ac1043546fec22a402 (patch) | |
tree | a2f1021577dd1846e5fa583d4859ee6ecb702299 /extractor/data_array.h | |
parent | 6b5039cd1c167be93ecdbb2fa1721e91fe8f689a (diff) |
Added unit test for loose phrases.
Diffstat (limited to 'extractor/data_array.h')
-rw-r--r-- | extractor/data_array.h | 2 |
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 { |