public final class MorphologyOptions extends Object
| Constructor and Description |
|---|
MorphologyOptions()
Create a set of morphology options with default values.
|
MorphologyOptions(Boolean disambiguate,
Boolean query,
com.basistech.util.PartOfSpeechTagSet partOfSpeechTagSet)
constructor for
MorphologyOptions |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
MorphologyOptions, compare contents for equality |
Boolean |
getDisambiguate()
get whether the linguistics analysis should disambiguate results
|
com.basistech.util.PartOfSpeechTagSet |
getPartOfSpeechTagSet() |
Boolean |
getQuery()
Request query processing.
|
int |
hashCode() |
void |
setDisambiguate(Boolean disambiguate)
set whether the linguistics analysis should disambiguate results
|
void |
setPartOfSpeechTagSet(com.basistech.util.PartOfSpeechTagSet partOfSpeechTagSet)
Set the tag set used to return part of speech tags.
|
void |
setQuery(Boolean query)
Request query processing.
|
public MorphologyOptions()
null is used to represent defaults.public MorphologyOptions(Boolean disambiguate, Boolean query, com.basistech.util.PartOfSpeechTagSet partOfSpeechTagSet)
MorphologyOptionsdisambiguate - whether the linguistics analysis should disambiguate resultsquery - request query processingpartOfSpeechTagSet - the repetoire of part of speech tags.public Boolean getDisambiguate()
public Boolean getQuery()
public void setDisambiguate(Boolean disambiguate)
disambiguate - whether the linguistics analysis should disambiguate resultspublic void setQuery(Boolean query)
query - request query processingpublic com.basistech.util.PartOfSpeechTagSet getPartOfSpeechTagSet()
null value
indicates the default.public void setPartOfSpeechTagSet(com.basistech.util.PartOfSpeechTagSet partOfSpeechTagSet)
PartOfSpeechTagSet.upt16.partOfSpeechTagSet - the tag set.Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.