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
INDEX_PARENTHESES_ARGUMENT
static final String INDEX_PARENTHESES_ARGUMENT
- See Also:
- Constant Field Values
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 -
Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.