public class RegexRecognizePipe extends Object implements Pipe<List<IWord>,List<IWord>>
protected String
label
protected Pattern
pattern
RegexRecognizePipe(Pattern pattern, String label)
List<IWord>
flow(List<IWord> input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Pattern pattern
protected String label
public RegexRecognizePipe(Pattern pattern, String label)
public List<IWord> flow(List<IWord> input)
Pipe
flow
Pipe<List<IWord>,List<IWord>>
input
Copyright © 2014–2021 码农场. All rights reserved.