Uses of Class
edu.washington.cs.knowitall.extractor.ChunkedArgumentExtractor.Mode

Packages that use ChunkedArgumentExtractor.Mode
edu.washington.cs.knowitall.extractor   
 

Uses of ChunkedArgumentExtractor.Mode in edu.washington.cs.knowitall.extractor
 

Methods in edu.washington.cs.knowitall.extractor that return ChunkedArgumentExtractor.Mode
 ChunkedArgumentExtractor.Mode ChunkedArgumentExtractor.getMode()
           
static ChunkedArgumentExtractor.Mode ChunkedArgumentExtractor.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChunkedArgumentExtractor.Mode[] ChunkedArgumentExtractor.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in edu.washington.cs.knowitall.extractor with parameters of type ChunkedArgumentExtractor.Mode
ChunkedArgumentExtractor(ChunkedArgumentExtractor.Mode mode)
          Constructs a new NpChunkArgumentExtractor with the given mode (either LEFT or RIGHT).
 



Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.