00001
00002 #ifndef ZHY_SYMBOL_MAP_H
00003 #define ZHY_SYMBOL_MAP_H
00004
00005 #include "phonetic_symbol.h"
00006 class ZHY_PHash {
00007 private:
00008 static inline unsigned int hash (const char *str, unsigned int len);
00009 public:
00010 static ekho::SymbolCode* in_word_set (const char *str, unsigned int len);
00011 };
00012
00013 #endif