dkpro / dkpro-jwktl

Java Wiktionary Library
http://dkpro.org/dkpro-jwktl/
Apache License 2.0
57 stars 26 forks source link

getPlainText() does not remove wiki markup for IWiktionaryExample #71

Open VINNUSAURUS opened 5 years ago

VINNUSAURUS commented 5 years ago
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