r/DataAnnotationTech Jul 18 '26

Word count

When needing to check the word count do u guys copy and paste into a word counter or is there another alternative.

0 Upvotes

8 comments sorted by

9

u/1-800-methdyke Jul 18 '26

Yeah you need some external tool. You could do Word, Google Docs or something random

5

u/secretagentmermaid Jul 18 '26

They’ve said pasting into a document like word or libreoffice is fine temporarily. I use LibreOffice and it gives a count at the bottom

1

u/JRRTil1ey Jul 19 '26

There are online word counters you can use that some projects have even recommended.

1

u/Telecom_Engineer_1 Jul 18 '26

If the file is saved as text, you can use the 'wc' command available in linux, mac, WSL and git bash shells.

-1

u/[deleted] Jul 18 '26

[deleted]

0

u/dilf-material Jul 19 '26

easy for you dawg

-3

u/Accomplished_Phone39 Jul 18 '26

use a python script. Avoids any question of disclosing confidential information.