423424425426427428429430
} return newThis; } public double getMatchRatio(TagNode other) { TextOnlyComparator txtComp = new TextOnlyComparator(other); return txtComp.getMatchRatio(new TextOnlyComparator(this)); }