A PHP Library / Class to Count Words in Various Languages?

Posted by Michael Robinson on Stack Overflow See other posts from Stack Overflow or by Michael Robinson
Published on 2010-05-29T15:02:38Z Indexed on 2010/05/29 15:12 UTC
Read the original article Hit count: 286

Filed under:
|
|

Some time in the near future I will need to implement a cross-language word count, or if that is not possible, a cross-language character count.

I'd love it if I just had to look at English, but I need to consider every language here, Chinese, Korean, English, Arabic, Hindi, and so on.

I would like to know if Stack Overflow has any leads on where to start looking for an existing product / method to do this in PHP, as I am a good lazy programmer*

*http://blogoscoped.com/archive/2005-08-24-n14.html

© Stack Overflow or respective owner

Related posts about php

Related posts about language