Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Grammar

interface definition for JSON grammar

Hierarchy

  • Grammar

Index

Properties

Optional example_phrase

example_phrase: string
deprecated

use field example_phrases instead

Optional example_phrases

example_phrases: string | string[]

Optional stop_word

stop_word: string[]
deprecated

use field stopwords instead

stopwords

stopwords: string[]

tokens

tokens: {}

Type declaration

  • [id: string]: string[]

utterances

utterances: {}

Type declaration

  • [id: string]: { phrases: string[]; semantic: any }
    • phrases: string[]
    • semantic: any

Generated using TypeDoc