public class CompletePipeline extends Object
| Modifier and Type | Field and Description |
|---|---|
Preprocessor |
pp |
SemanticRoleLabeler |
srl |
| Modifier and Type | Method and Description |
|---|---|
static CompletePipeline |
getCompletePipeline(FullPipelineOptions options) |
String |
getStatusString() |
static void |
main(String[] args) |
Sentence |
parse(List<String> words) |
Sentence |
parse(String sentence) |
Sentence |
parseOraclePI(List<String> words,
List<Boolean> isPred) |
public Preprocessor pp
public SemanticRoleLabeler srl
public static CompletePipeline getCompletePipeline(FullPipelineOptions options) throws ZipException, IOException, ClassNotFoundException
public Sentence parseOraclePI(List<String> words, List<Boolean> isPred) throws Exception
Exceptionpublic String getStatusString()
Copyright © 2016. All rights reserved.