"Com.rapidminer.tools.xmlexception: Cannot parse document: org.xma.saxParseExcept"

alejandro_tobonalejandro_tobon MemberPosts:16Maven
edited May 2019 inHelp
Hi Im getting this error when I put my code in rapaidminer, y Xml format and got to the parameters tab.

Com.rapidminer.tools.xmlexception: Cannot parse document: org.xma.saxParseException: the entity ”iacute” ws referenced, but not declared, Cancel to ignore Changes, or Ok to go on editind.

I using text mining tools because y trying to make a text classifier in Spanish with pages that have HTML Code, where some word have accent and this accent are represented by ”í” on the TokenReplace node, seems like rapid miner doesn’t like the ampersand.








<参数键= " prune_below”value="3"/>













Answers

  • fischerfischer MemberPosts:439Maven
    Hi,

    this bug originates from a wrong XML export, which does not escape key in parameter lists. This will be fixed in the next release.

    So long, you can replace "í" by "&iacute;" manually. Unfortunately, you have to do that each time you load the process.

    Cheers,
    Simon
  • alejandro_tobonalejandro_tobon MemberPosts:16Maven
    Thanks a lot, I hope the new release will come soon.:)
Sign InorRegisterto comment.