dkpro-core
dkpro-core copied to clipboard
Parameters' default values should be escaped on the website
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*"]