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 | 892b0820ce03268bf4c55bed8a8f697009f67f36 (patch) | |
tree | b86666272a1136d665022eefa1c31b4297cafce0 /extractor/precomputation.h | |
parent | e1ffc4886b98f7ddcd2ec30d740aa2de8282cd8e (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(); |