diff --git a/src/ttables.h b/src/ttables.h index e51acbe..7940f05 100644 --- a/src/ttables.h +++ b/src/ttables.h @@ -41,7 +41,7 @@ class TTable { public: TTable() : frozen_(false), probs_initialized_(false) {} // typedef std::unordered_map Word2Double; - typedef google::sparse_hash_map Word2Double; + typedef google::sparse_hash_map Word2Double; typedef std::vector Word2Word2Double;