public abstract class AbstractPipeline extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
HTML_BOTTOM_EXTRA |
protected String |
HTML_TOP_EXTRA |
protected int |
sentenceMaxLength |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPipeline(int sentenceMaxLength,
HttpOptions options) |
| Modifier and Type | Method and Description |
|---|---|
abstract DefaultHandler |
getDefaultHandler() |
abstract String |
getHTMLHead() |
abstract String |
getHTMLTail() |
abstract String |
getParseInterfaceHTML(Language.L l) |
abstract String |
getStatusString() |
abstract se.lth.cs.srl.http.ParseRequestHandler.StringPair |
parseRequest(String inputSentence,
Map<String,String> vars) |
protected final int sentenceMaxLength
protected final String HTML_TOP_EXTRA
protected final String HTML_BOTTOM_EXTRA
protected AbstractPipeline(int sentenceMaxLength,
HttpOptions options)
public abstract String getStatusString()
public abstract String getHTMLHead()
public abstract String getHTMLTail()
public abstract String getParseInterfaceHTML(Language.L l)
public abstract se.lth.cs.srl.http.ParseRequestHandler.StringPair parseRequest(String inputSentence, Map<String,String> vars) throws Exception
Exceptionpublic abstract DefaultHandler getDefaultHandler()
Copyright © 2016. All rights reserved.