OleMchls / atom-wordcount

Counts the words in your current document
https://atom.io/packages/wordcount
MIT License
38 stars 27 forks source link

Doesn't count non-latin words #124

Closed dmavroeidis closed 4 years ago

dmavroeidis commented 4 years ago

If I enter a document in Greek, words are not recognised in that language. The only words recognized as words are the number "1943" and a few words in latin script. Not sure if this is the case for other non-latin scripts as well. Screenshot 2020-04-03 at 19 20 14

dmavroeidis commented 4 years ago

Checked the version on github and it includes counting Greek words. The current version available on atom doesn't. This was committed 9 months ago. Is there a plan for a new release?

OleMchls commented 4 years ago

What version do you have installed? What’s on atom.io compared to what’s in the package.json?

All versions should have been published to atom.io

Sent from my iPhone

On 3. Apr 2020, at 18:48, Dimitris Mavroeidis notifications@github.com wrote:

 Checked the version on github and it includes counting Greek words. The current version available on atom doesn't. This was committed 9 months ago. Is there a plan for a new release?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

dmavroeidis commented 4 years ago

Latest release 3.1 was on May 2019. Which doesn't include the fix.

Screenshot 2020-04-04 at 10 37 11

OleMchls commented 4 years ago

I just cut v3.2.0 please check if this fixes the problem :)

dmavroeidis commented 4 years ago

Great! Thanks a lot.