Template table

A Template Table is a special type of table in Manticore that doesn't store any data and doesn't create any files on your disk. Despite this, it can have the same NLP settings as a plain or real-time table. Template tables can be used for the following purposes:

  • As a template to inherit settings in the Plain mode, simplifying your Manticore configuration file.
  • Keyword generation with the help of the CALL KEYWORDS command.
  • Highlighting an arbitrary string using the CALL SNIPPETS command.
‹›
  • CONFIG
CONFIG
📋
table template {
  type = template
  morphology = stem_en
  wordforms = wordforms.txt
  exceptions = exceptions.txt
  stopwords = stopwords.txt
}

⪢ NLP and tokenization