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

getPlainText() does not remove wiki markup for IWiktionaryExample

Open VINNUSAURUS opened this issue 5 years ago • 0 comments

for(IWiktionaryExample example : sense.getExamples())
 {
	System.out.println(example.getExample().getPlainText());
 }

when using getText() some examples show markup like in below picure. getPlainText() shows empty value

Screenshot_7

VINNUSAURUS avatar Apr 14 '19 12:04 VINNUSAURUS