Uses of Interface
edu.mit.jwi.data.compare.ILineComparator

Packages that use ILineComparator
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
edu.mit.jwi.data.compare Provides classes that encode the sorting order of the Wordnet file lines, to enable searching. 
 

Uses of ILineComparator in edu.mit.jwi.data
 

Methods in edu.mit.jwi.data that return ILineComparator
 ILineComparator IContentType.getLineComparator()
          Returns a comparator that can be used to determine ordering between different lines of data in the resource.
 ILineComparator ContentType.getLineComparator()
           
 

Constructors in edu.mit.jwi.data with parameters of type ILineComparator
ContentType(IDataType<T> type, POS pos, ILineComparator comparator)
          Constructs a new ContentType
ContentType(IDataType<T> type, POS pos, ILineComparator comparator, java.nio.charset.Charset charset)
          Constructs a new ContentType
 

Uses of ILineComparator in edu.mit.jwi.data.compare
 

Classes in edu.mit.jwi.data.compare that implement ILineComparator
 class DataLineComparator
           A line comparator that captures the ordering of lines in Wordnet data files (e.g., data.adv or adv.dat files).
 class ExceptionLineComparator
           A comparator that captures the ordering of lines in Wordnet exception files (e.g., exc.adv or adv.exc files).
 class IndexLineComparator
           A comparator that captures the ordering of lines in Wordnet index files (e.g., index.adv or adv.idx files).
 class SenseKeyLineComparator
           A comparator that captures the ordering of lines in sense index files (e.g., the sense.index file).
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.