public class TopTags extends GenericModel
| Constructor and Description |
|---|
TopTags() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
getCorpusTagsHistogram()
Gets the corpus tags histogram.
|
Map<String,Integer> |
getDocumentLengthHistogram()
Gets the document length histogram.
|
Integer |
getDocuments()
Gets the documents.
|
Map<String,Integer> |
getDocumentTagsHistogram()
Gets the document tags histogram.
|
List<Tag> |
getTags()
Gets the tags.
|
Integer |
getTotalTags()
Gets the total tags.
|
Integer |
getUniqueTags()
Gets the unique tags.
|
void |
setCorpusTagsHistogram(Map<String,Integer> corpusTagsHistogram)
Sets the corpus tags histogram.
|
void |
setDocumentLengthHistogram(Map<String,Integer> documentLengthHistogram)
Sets the document length histogram.
|
void |
setDocuments(Integer documents)
Sets the documents.
|
void |
setDocumentTagsHistogram(Map<String,Integer> documentTagsHistogram)
Sets the document tags histogram.
|
void |
setTags(List<Tag> tags)
Sets the tags.
|
void |
setTotalTags(Integer totalTags)
Sets the total tags.
|
void |
setUniqueTags(Integer uniqueTags)
Sets the unique tags.
|
equals, hashCode, toStringpublic Map<String,Integer> getCorpusTagsHistogram()
public Map<String,Integer> getDocumentLengthHistogram()
public Integer getDocuments()
public Map<String,Integer> getDocumentTagsHistogram()
public Integer getTotalTags()
public Integer getUniqueTags()
public void setCorpusTagsHistogram(Map<String,Integer> corpusTagsHistogram)
corpusTagsHistogram - The corpus_tags_histogrampublic void setDocumentLengthHistogram(Map<String,Integer> documentLengthHistogram)
documentLengthHistogram - The document_length_histogrampublic void setDocuments(Integer documents)
documents - The documentspublic void setDocumentTagsHistogram(Map<String,Integer> documentTagsHistogram)
documentTagsHistogram - The document_tags_histogrampublic void setTotalTags(Integer totalTags)
totalTags - The total_tagspublic void setUniqueTags(Integer uniqueTags)
uniqueTags - The unique_tagsCopyright © 2015. All rights reserved.