Uses of Interface
edu.mit.jwi.data.parse.ILineParser

Packages that use ILineParser
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
edu.mit.jwi.data.parse Provides classes and interfaces that parse lines from Wordnet files. 
 

Uses of ILineParser in edu.mit.jwi
 

Fields in edu.mit.jwi declared as ILineParser
protected  ILineParser<T> DataSourceDictionary.FileIterator.fParser
           
 

Uses of ILineParser in edu.mit.jwi.data
 

Methods in edu.mit.jwi.data that return ILineParser
 ILineParser<T> IDataType.getParser()
          Returns the line parser that can be used to process lines of data retrieved from an IDataSource file with this type.
 ILineParser<T> DataType.getParser()
           
 

Constructors in edu.mit.jwi.data with parameters of type ILineParser
DataType(java.lang.String userFriendlyName, boolean hasVersion, ILineParser<T> parser, java.util.Collection<java.lang.String> hints)
          Constructs a new data type.
DataType(java.lang.String userFriendlyName, boolean hasVersion, ILineParser<T> parser, java.lang.String... hints)
          Constructs a new data type.
 

Uses of ILineParser in edu.mit.jwi.data.parse
 

Classes in edu.mit.jwi.data.parse that implement ILineParser
 class DataLineParser
           Parser for Wordnet data files (e.g., data.adv or adv.dat).
 class ExceptionLineParser
           Parser for Wordnet exception files (e.g., exc.adv or adv.exc).
 class IndexLineParser
           Parser parser for Wordnet index files (e.g., idx.adv or adv.idx).
 class SenseKeyParser
           A parser that takes a sense key string and produces an ISenseKey object.
 class SenseLineParser
          Parser for Wordnet sense index files (e.g., index.sense or sense.index).
 

Fields in edu.mit.jwi.data.parse declared as ILineParser
protected  ILineParser<ISenseKey> SenseLineParser.keyParser
           
 

Constructors in edu.mit.jwi.data.parse with parameters of type ILineParser
SenseLineParser(ILineParser<ISenseKey> keyParser)
          This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
 



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