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

Packages that use ICommentDetector
edu.mit.jwi.data.compare Provides classes that encode the sorting order of the Wordnet file lines, to enable searching. 
 

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

Classes in edu.mit.jwi.data.compare that implement ICommentDetector
 class CommentComparator
           Default comment detector that is designed for comments found at the head of Wordnet dictionary files.
 

Methods in edu.mit.jwi.data.compare that return ICommentDetector
 ICommentDetector SenseKeyLineComparator.getCommentDetector()
           
 ICommentDetector IndexLineComparator.getCommentDetector()
           
 ICommentDetector ILineComparator.getCommentDetector()
          Returns the comment detector instance associated with this line comparator, or null if one does not exist.
 ICommentDetector ExceptionLineComparator.getCommentDetector()
           
 ICommentDetector DataLineComparator.getCommentDetector()
           
 



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