public class LexicalAnalyzerPipe extends Object implements Pipe<List<IWord>,List<IWord>>
protected LexicalAnalyzer
analyzer
LexicalAnalyzerPipe(LexicalAnalyzer analyzer)
List<IWord>
flow(List<IWord> input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected LexicalAnalyzer analyzer
public LexicalAnalyzerPipe(LexicalAnalyzer analyzer)
public List<IWord> flow(List<IWord> input)
Pipe
flow
Pipe<List<IWord>,List<IWord>>
input
Copyright © 2014–2019 码农场. All rights reserved.