Word Count Software

Discussion in 'General Chat' started by anions, Sep 19, 2008.

  1. #1
    My problem is that I have a bunch of text files in a folder. I want a proggie that can calculate the word count for all the files (combined), so that I can pay my writer accordingly.

    I have wasted the last hour and still haven't found a solution.

    Any solutions/sofware?

    I know word can calculate a single file, but I dont want to do it manually.

    I want to check the word count for the all 50 .txt files in one go.
     
    anions, Sep 19, 2008 IP
  2. Zwitterion

    Zwitterion Peon

    Messages:
    1,357
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just copy paste on word.
     
    Zwitterion, Sep 19, 2008 IP
  3. anions

    anions Notable Member

    Messages:
    4,840
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    275
    #3
    ... but I dont want to do it manually.
     
    anions, Sep 19, 2008 IP
  4. dota

    dota Banned

    Messages:
    756
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Copy paste and use word Count
    why do u like to spend money to buy this?
     
    dota, Sep 19, 2008 IP
  5. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #5
    You can try http://www.anycount.com/

    The software is not free, but they offer a free trial. It's not 100% fully automated, but it's much easier than manually insert the text in Words.
     
    dynashox, Sep 19, 2008 IP
  6. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,482
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #6
    deluxdon, Sep 19, 2008 IP
  7. anions

    anions Notable Member

    Messages:
    4,840
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    275
    #7
    anions, Sep 19, 2008 IP
  8. dynashox

    dynashox Premium Member Staff

    Messages:
    8,662
    Likes Received:
    563
    Best Answers:
    3
    Trophy Points:
    335
    #8
    Too bad it's not my own avatar. :p
     
    dynashox, Sep 19, 2008 IP
  9. ready2work

    ready2work Guest

    Best Answers:
    0
    #9
    It seems txtcollector does a lot of other work too. But your requirement is to just know the total count of the words. :)
     
    ready2work, Sep 19, 2008 IP
  10. anions

    anions Notable Member

    Messages:
    4,840
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    275
    #10
    Yea, what it does is merge all the files into 1 txt

    I open the new .txt in editplus and find the wordcount
     
    anions, Sep 19, 2008 IP
  11. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You have to do it manually.
    It only take you an hour or less time to finish.
    Or you can stats the word count , then add the word counts of all 50 txt files.
     
    justinlorder, Sep 19, 2008 IP
  12. outspan

    outspan Active Member

    Messages:
    420
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #12
    it's very easy to do a program in C that does just that... it's no more than 50 lines of code. Or if you're a Linux or Mac user you can just use the wc (word count) tool, just open up a shell window in the folder with your .txt files and write something like "wc -w *.txt", you'll see the count immediately.
     
    outspan, Sep 19, 2008 IP
  13. anions

    anions Notable Member

    Messages:
    4,840
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    275
    #13
    too bad i dont have a linux box.

    yea, C, I could do that. I prolly wont, coz i got it sorted, but it'd be a fun thing to do on sunday.
     
    anions, Sep 19, 2008 IP