static StringTrie ciStringTrie() { new StringTrie trie; trie.makeCaseInsensitive(); ret trie; }