net.sf.eos.medline
Class MedlineTokenizerSupplier

java.lang.Object
  extended by net.sf.eos.config.Configured
      extended by net.sf.eos.analyzer.TokenizerSupplier
          extended by net.sf.eos.medline.MedlineTokenizerSupplier
All Implemented Interfaces:
Configurable, Supplier<ResettableTokenizer>

public class MedlineTokenizerSupplier
extends TokenizerSupplier


Field Summary
 
Fields inherited from class net.sf.eos.analyzer.TokenizerSupplier
TOKENIZER_PROVIDER_IMPL_CONFIG_NAME
 
Constructor Summary
MedlineTokenizerSupplier()
           
 
Method Summary
 ResettableTokenizer get()
          Creates a new instance.
 
Methods inherited from class net.sf.eos.analyzer.TokenizerSupplier
newInstance
 
Methods inherited from class net.sf.eos.config.Configured
configure, getConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MedlineTokenizerSupplier

public MedlineTokenizerSupplier()
Method Detail

get

public ResettableTokenizer get()
Description copied from class: TokenizerSupplier
Creates a new instance.

Specified by:
get in interface Supplier<ResettableTokenizer>
Specified by:
get in class TokenizerSupplier
Returns:
a new instance


Copyright © 2008. All Rights Reserved.