dkpro-core icon indicating copy to clipboard operation
dkpro-core copied to clipboard

Parameters' default values should be escaped on the website

Open outsideMyBox opened this issue 7 years ago • 0 comments

The parameters' default values are not properly displayed when they contain special characters.

e.g. The default value of the parameter boundaryToDiscard of CoreNlpSegmenter is  Default value: [, NL] instead of  Default value: ["\n", "*NL*"]

outsideMyBox avatar May 16 '18 14:05 outsideMyBox