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
seems problematic. This code cannot handle some Elem object which has more than one Atom[_] elements. Maybe we can refactor this method based on pattern match with XML literal(?)
The text was updated successfully, but these errors were encountered:
Current implementation of removeText:
https://github.com/mynlp/jigg/blob/master/src/main/scala/jigg/util/XMLUtil.scala#L46
seems problematic. This code cannot handle some Elem object which has more than one
Atom[_]
elements. Maybe we can refactor this method based on pattern match with XML literal(?)The text was updated successfully, but these errors were encountered: