Textractor API textractor-720 (20091120123250)

textractor.mg4j.io
Interface TextractorWordReader

All Superinterfaces:
Serializable, WordReader
All Known Implementing Classes:
AuthorsWordReader, BioSequenceWordReader, ProteinWordSplitterReader, ShufflingBioSequenceWordReader, TweaseWordReader, TweaseWordReader2

public interface TextractorWordReader
extends WordReader

Author:
campagne Date: Dec 14, 2005 Time: 4:48:02 PM

Field Summary
static String INDEX_PARENTHESES_ARGUMENT
           
 
Method Summary
 void configure(Properties properties)
          Configure the word reader according to the textractor index properties.
 void configureFromCommandLine(String[] args)
          Let the word reader obtain its parameters from the command line.
 void saveProperties(Properties properties)
          Save the parameter of this word reader to the specified properties object.
 
Methods inherited from interface it.unimi.dsi.mg4j.io.WordReader
copy, next, setReader
 

Field Detail

INDEX_PARENTHESES_ARGUMENT

static final String INDEX_PARENTHESES_ARGUMENT
See Also:
Constant Field Values
Method Detail

configure

void configure(Properties properties)
Configure the word reader according to the textractor index properties. This should restore the word reader to a state exactly equivalent to when the index was built.

Parameters:
properties - Propeties to use when configuring the reader

saveProperties

void saveProperties(Properties properties)
Save the parameter of this word reader to the specified properties object.

Parameters:
properties -

configureFromCommandLine

void configureFromCommandLine(String[] args)
Let the word reader obtain its parameters from the command line.

Parameters:
args -

Textractor API textractor-720 (20091120123250)

Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.