org.biopax.paxtools.persistence
Class PaxtoolsTextTokenizer

java.lang.Object
  extended by org.apache.lucene.analysis.TokenStream
      extended by org.apache.lucene.analysis.Tokenizer
          extended by org.apache.lucene.analysis.CharTokenizer
              extended by org.biopax.paxtools.persistence.PaxtoolsTextTokenizer

public final class PaxtoolsTextTokenizer
extends org.apache.lucene.analysis.CharTokenizer


Field Summary
 
Fields inherited from class org.apache.lucene.analysis.Tokenizer
input
 
Constructor Summary
PaxtoolsTextTokenizer(java.io.Reader in)
           
 
Method Summary
protected  boolean isTokenChar(char c)
           
protected  char normalize(char c)
           
 
Methods inherited from class org.apache.lucene.analysis.CharTokenizer
next
 
Methods inherited from class org.apache.lucene.analysis.Tokenizer
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaxtoolsTextTokenizer

public PaxtoolsTextTokenizer(java.io.Reader in)
Method Detail

isTokenChar

protected boolean isTokenChar(char c)
Specified by:
isTokenChar in class org.apache.lucene.analysis.CharTokenizer

normalize

protected char normalize(char c)
Overrides:
normalize in class org.apache.lucene.analysis.CharTokenizer