mark.nlp.features
Class TwoLevelScore.ReverseScore1

java.lang.Object
  |
  +--mark.nlp.features.TwoLevelScore.ReverseScore1
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
mark.nlp.features.TwoLevelScore

public static class TwoLevelScore.ReverseScore1
extends java.lang.Object
implements java.util.Comparator

The following Comparator orders TwoLevelScores in reverse order of their first level scores (not their combined scores as the comparator in DoubleWrap would).


Constructor Summary
TwoLevelScore.ReverseScore1()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

TwoLevelScore.ReverseScore1

public TwoLevelScore.ReverseScore1()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator