Uses of Class
hultig.sumo.XBubble

Packages that use XBubble
hultig.sumo This is the library's core package, containing the fundamental classes for handling text, namely Word, Sentence, and Text
 

Uses of XBubble in hultig.sumo
 

Methods in hultig.sumo that return types with arguments of type XBubble
 Vector<XBubble> ParaphAlignPair.extractBubblesWithBoundaries()
          A new version of the extractNXBubbles() method in which the BEGIN and END meta-tags are considered.
 Vector<XBubble> ParaphAlignPair.extractNXBubbles()
          Extracts all possible bubbles from an aligned paraphrase.
 Vector<XBubble> ParaphAlignPair.extractNXBubbles(double minValue)
          Extracts all possible bubbles from an aligned paraphrase.
 

Methods in hultig.sumo with parameters of type XBubble
 void XBubbleList.addOrd(XBubble xb)
          Add element to the list, maintaining the order and discarding repeated elements.
 int XBubbleList.compare(XBubble bx, XBubble by)
          A ordenação baseia-se na ordem vectorial númerica, definida pelos XBubble.
 boolean XBubble.equal(XBubble b)