DeepPavlov icon indicating copy to clipboard operation
DeepPavlov copied to clipboard

Text with a symbol '#' is treated as a component by the config parser

Open puleon opened this issue 6 years ago • 0 comments

Suppose I have the attribute containing a list of strings list_of_strings in the component component1 and I would like to pass it to the next component in the pipe component2 by referring #component1.list_of_strings. If the list contains a string beginning with the symbol # the parser will treat this string as a component.

puleon avatar Jun 27 '19 10:06 puleon