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