DeepPavlov
DeepPavlov copied to clipboard
Text with a symbol '#' is treated as a component by the config parser
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.