You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
VINNUSAURUS
changed the title
getPlainText() does not remove wiki markup for 'examples'
getPlainText() does not remove wiki markup for IWiktionaryExample
Apr 14, 2019
when using getText() some examples show markup like in below picure. getPlainText() shows empty value
The text was updated successfully, but these errors were encountered: