模板表

模板表是 Manticore 中一种特殊类型的表,它不存储任何数据,也不会在磁盘上创建任何文件。尽管如此,它可以拥有与普通表或实时表相同的 NLP 设置。模板表可以用于以下目的:

  • 作为模板继承 普通模式 中的设置,简化您的 Manticore 配置文件。
  • 利用 CALL KEYWORDS 命令进行关键词生成。
  • 使用 CALL SNIPPETS 命令高亮任意字符串。
‹›
  • CONFIG
CONFIG
📋
table template {
  type = template
  morphology = stem_en
  wordforms = wordforms.txt
  exceptions = exceptions.txt
  stopwords = stopwords.txt
}
Last modified: August 28, 2025