diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 15:42:29 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 15:42:50 +0000 |
commit | 5116d987802eac66ef2d5dbbc9a3546665c9e8e3 (patch) | |
tree | 6f45fbdd80611512f0acb5e9cbc7d8da9c317cdb /extractor/precomputation.h | |
parent | ab5367aa2c42126a04034cd7d3cec125bca399ca (diff) |
Fixed 3 TODOs.
Diffstat (limited to 'extractor/precomputation.h')
-rw-r--r-- | extractor/precomputation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extractor/precomputation.h b/extractor/precomputation.h index dbd99c14..2c1eccf8 100644 --- a/extractor/precomputation.h +++ b/extractor/precomputation.h @@ -34,7 +34,8 @@ class Precomputation { virtual const Index& GetCollocations() const; - static int NON_TERMINAL; + static int FIRST_NONTERMINAL; + static int SECOND_NONTERMINAL; protected: Precomputation(); |