public class LinguisticEvidence extends Object
| Constructor and Description |
|---|
LinguisticEvidence() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelation()
Gets the correlation.
|
Double |
getEvidenceScore()
Gets the evidence score.
|
Integer |
getWordCount()
Gets the word count.
|
List<String> |
getWords()
Gets the words.
|
void |
setCorrelation(String correlation)
Sets the correlation.
|
void |
setEvidenceScore(Double evidenceScore)
Sets the evidence score.
|
void |
setWordCount(Integer wordCount)
Sets the word count.
|
void |
setWords(List<String> words)
Sets the words.
|
String |
toString() |
LinguisticEvidence |
withCorrelation(String correlation)
With correlation.
|
LinguisticEvidence |
withEvidenceScore(Double evidenceScore)
With evidence score.
|
LinguisticEvidence |
withWordCount(Integer wordCount)
With word count.
|
LinguisticEvidence |
withWords(List<String> words)
With words.
|
public Double getEvidenceScore()
public void setEvidenceScore(Double evidenceScore)
evidenceScore - The evidence_scorepublic LinguisticEvidence withEvidenceScore(Double evidenceScore)
evidenceScore - the evidence scorepublic Integer getWordCount()
public void setWordCount(Integer wordCount)
wordCount - The word countpublic LinguisticEvidence withWordCount(Integer wordCount)
wordCount - the word countpublic LinguisticEvidence withWords(List<String> words)
words - the wordspublic String getCorrelation()
public void setCorrelation(String correlation)
correlation - The correlationpublic LinguisticEvidence withCorrelation(String correlation)
correlation - the correlationCopyright © 2015. All rights reserved.