diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 17:18:13 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 17:18:13 +0000 |
commit | de708edda64bf210f99a85deba9fe35af41856b0 (patch) | |
tree | 08c8cfffc1be3a97ae623cd931924da2e3c249d2 /extractor/rule_extractor_helper.cc | |
parent | 41b2aae5cf08899da5c46e944ead4ddf6639a3f0 (diff) |
Removed obsolete TODOs.
Diffstat (limited to 'extractor/rule_extractor_helper.cc')
-rw-r--r-- | extractor/rule_extractor_helper.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extractor/rule_extractor_helper.cc b/extractor/rule_extractor_helper.cc index 553b56d4..d9ed6a7e 100644 --- a/extractor/rule_extractor_helper.cc +++ b/extractor/rule_extractor_helper.cc @@ -35,8 +35,6 @@ void RuleExtractorHelper::GetLinksSpans( source_low = vector<int>(source_sent_len, -1); source_high = vector<int>(source_sent_len, -1); - // TODO(pauldb): Adam Lopez claims this part is really inefficient. See if we - // can speed it up. target_low = vector<int>(target_sent_len, -1); target_high = vector<int>(target_sent_len, -1); vector<pair<int, int> > links = alignment->GetLinks(sentence_id); |