#import <WordCloud.h>
Public Member Functions | |
(id) | - initWithWords: |
Puts the 200 most used words in wordCloudElements. | |
Properties | |
NSMutableDictionary * | wordCloudElements |
Dictionary containing the words and counts. |
- (id) initWithWords: | (NSCountedSet*) | words |
Puts the 200 most used words in wordCloudElements.
- (NSMutableDictionary *) wordCloudElements [read, write, retain] |
Dictionary containing the words and counts.
keys are the words, objects are the counts