isPrefix method

bool isPrefix()

判断是否是词的前缀

Implementation

bool isPrefix() {
  return (hitState & PREFIX) > 0;
}