You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
319 B

#ifndef MARISA_GRIMOIRE_TRIE_H_
#define MARISA_GRIMOIRE_TRIE_H_
#include "marisa/grimoire/trie/state.h"
#include "marisa/grimoire/trie/louds-trie.h"
namespace marisa {
namespace grimoire {
using trie::State;
using trie::LoudsTrie;
} // namespace grimoire
} // namespace marisa
#endif // MARISA_GRIMOIRE_TRIE_H_