Defines the tokenizing stream class to create for parsing in the TInferenceEngine component (see Parser property). The tokenizer takes a string stream such as '(+ 1 ?x)' and creates tokens: '(', '+', '1', '?x', and ')'.
Namespace: InferenceEngine
Delphi |
public |
Property Value
Type: TGTextStreamClass
The ParserType and TokenizerType properties control which parser and tokenizer are created by the inference engine to use with parsing. Currently, the IECS provides the TIEClipsParser and the TIEClipsStream classes for parsing |
Reference |