模板表

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

‹›
  • CONFIG
CONFIG
📋
table template {
  type = template
  morphology = stem_en
  wordforms = wordforms.txt
  exceptions = exceptions.txt
  stopwords = stopwords.txt
}
Last modified: August 28, 2025