public class Analyzer
extends java.lang.Object
| Constructor and Description |
|---|
Analyzer(AnalyzerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeResponse |
analyze(java.lang.String text) |
AnalyzeResponse |
analyze(java.lang.String text,
java.lang.String analysisType) |
AnalyzeResponse |
disambiguation(java.lang.String text) |
AnalyzeResponse |
entities(java.lang.String text) |
java.lang.String |
getResponseDocumentString(java.lang.String text,
java.lang.String analysisType) |
AnalyzeResponse |
relations(java.lang.String text) |
AnalyzeResponse |
relevants(java.lang.String text) |
AnalyzeResponse |
sentiment(java.lang.String text) |
public Analyzer(AnalyzerConfig config)
public AnalyzeResponse analyze(java.lang.String text, java.lang.String analysisType) throws NLApiException
NLApiExceptionpublic AnalyzeResponse analyze(java.lang.String text) throws NLApiException
NLApiExceptionpublic AnalyzeResponse disambiguation(java.lang.String text) throws NLApiException
NLApiExceptionpublic AnalyzeResponse relevants(java.lang.String text) throws NLApiException
NLApiExceptionpublic AnalyzeResponse entities(java.lang.String text) throws NLApiException
NLApiExceptionpublic AnalyzeResponse relations(java.lang.String text) throws NLApiException
NLApiExceptionpublic AnalyzeResponse sentiment(java.lang.String text) throws NLApiException
NLApiExceptionpublic java.lang.String getResponseDocumentString(java.lang.String text,
java.lang.String analysisType)
throws NLApiException
NLApiException