public final class GraphTokenStreamFiniteStrings extends Object
TokenStream where each stream is the tokens that make up a finite string in graph token stream. To do this,
the graph token stream is converted to an Automaton and from there we use a FiniteStringsIterator to collect the various
token streams for each finite string.| Modifier and Type | Method and Description |
|---|---|
static List<TokenStream> |
getTokenStreams(TokenStream in)
Gets the list of finite string token streams from the given input graph token stream.
|
public static List<TokenStream> getTokenStreams(TokenStream in) throws IOException
IOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.