List of usage examples for org.apache.lucene.util AttributeSource subclass-usage
From source file com.twitter.common.text.token.TokenStream.java
/**
* Abstraction to enumerate a sequence of tokens. This class represents the central abstraction in
* Twitter's text processing library, and is similar to Lucene's TokenStream, with the following
* exceptions:
*
* <ul>