On 22 Jul 2005, at 02:36, Alejandro Tejada wrote:

Just one small observation:



  repeat for each line w in fileContent
    add 1 to mylinecount
    repeat for each word z in w
      put mylinecount & comma after wordCount[z]
    end repeat
  end repeat


z will include any puntuation attached to words, so "script","script,", "script?", etc. will be indexed separately. (Unless I missed the point where you accounted for this.)

Cheers
Dave
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to