|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xpn.xwiki.plugin.autotag.TagCloud
@Deprecated public class TagCloud
Data structure used by the AutoTagPlugin
, holding information about a collection of tags appearing the most
in a collection of documents.
Constructor Summary | |
---|---|
TagCloud()
Deprecated. |
Method Summary | |
---|---|
Map<String,Integer> |
getCountedWordMap()
Deprecated. |
String |
getHtml()
Deprecated. Get the HTML markup to represent this tag cloud. |
Map<String,Integer> |
getStemmedWordFreqMap()
Deprecated. |
Map<String,Map<String,Integer>> |
getStemmedWordMap()
Deprecated. |
Set<Tag> |
getTags()
Deprecated. |
String |
getText()
Deprecated. |
String[] |
getWordList()
Deprecated. |
void |
setCountedWordMap(Map<String,Integer> countedWordMap)
Deprecated. |
void |
setStemmedWordFreqMap(Map<String,Integer> stemmedWordFreqMap)
Deprecated. |
void |
setStemmedWordMap(Map<String,Map<String,Integer>> stemmedWordMap)
Deprecated. |
void |
setTags(Set<Tag> tags)
Deprecated. |
void |
setText(String text)
Deprecated. |
void |
setWordList(String[] wordList)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagCloud()
Method Detail |
---|
public String getHtml()
public String getText()
text
public void setText(String text)
text
- the text to analyzetext
public String[] getWordList()
wordList
public void setWordList(String[] wordList)
wordList
- the tokenized textwordList
public Map<String,Integer> getCountedWordMap()
token->number of appearances
count for each token present in the textcountedWordMap
public void setCountedWordMap(Map<String,Integer> countedWordMap)
countedWordMap
- map of token->number of appearances
count for each token present in the textcountedWordMap
public Map<String,Map<String,Integer>> getStemmedWordMap()
stemmedWordMap
public void setStemmedWordMap(Map<String,Map<String,Integer>> stemmedWordMap)
stemmedWordMap
- token groupsstemmedWordMap
public Map<String,Integer> getStemmedWordFreqMap()
stemmedWordFreqMap
public void setStemmedWordFreqMap(Map<String,Integer> stemmedWordFreqMap)
stemmedWordFreqMap
- map of lead words and their frequenciesstemmedWordFreqMap
public Set<Tag> getTags()
tags
public void setTags(Set<Tag> tags)
tags
- the set of extracted tagstags
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |