/*************************************************************************/ /* Copyright (c) 2012 */ /* Linas Vepstas */ /* All rights reserved */ /* */ /*************************************************************************/ #ifndef _LG_CONNECTOR_UTILS_H #define _LG_CONNECTOR_UTILS_H #include namespace link_grammar { namespace viterbi { bool conn_match(const std::string&, const std::string&); std::string conn_merge(const std::string&, const std::string&); } // namespace viterbi } // namespace link-grammar #endif // _LG_CONNECTOR_UTILS_H