summaryrefslogtreecommitdiff
path: root/extractor/rule_extractor.cc
blob: 48b39b632a8390193ef5ab879bc4602775da3cc8 (plain)
1
2
3
4
5
6
7
8
9
10
#include "rule_extractor.h"

RuleExtractor::RuleExtractor(
    shared_ptr<SuffixArray> source_suffix_array,
    shared_ptr<DataArray> target_data_array,
    const Alignment& alingment) {
}

void RuleExtractor::ExtractRules() {
}