Jump to content

Word frequency: Difference between revisions

Line 2,399:
CFMutableArrayRef wordArr = fn MutableArrayWithCapacity( 0 )
 
// Create word coutercounter
NSInteger totalWords = 0
// Enumerate each unique word, get its frequency, create its own key/value pair dictionary, add each dictionary into master array
for wrd in array
totalWords++
719

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.