C++實現敏感詞過濾(1) TrieNode類的實現

一.以utf16編碼的兩個字節做爲一個敏感詞單元,定義TrieNode類:函數 TrieNode.h:編碼 class Trie;spa class TrieNode {.net friend class Trie;get typedef std::map<std::string, TrieNode> _TrieMap;string Typedef std::map<std::string,Tri
相關文章
相關標籤/搜索