diff options
Diffstat (limited to 'extools/extract.h')
-rw-r--r-- | extools/extract.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extools/extract.h b/extools/extract.h index f87aa6cb..72017034 100644 --- a/extools/extract.h +++ b/extools/extract.h @@ -87,7 +87,8 @@ struct Extract { const int max_syms, const bool permit_adjacent_nonterminals, const bool require_aligned_terminal, - RuleObserver* observer); + RuleObserver* observer, + std::vector<WordID>* all_cats); }; // represents statistics / information about a rule pair |