cfinke / Typo.js

A client-side JavaScript spellchecker that uses Hunspell-style dictionaries.
Other
501 stars 110 forks source link

suggest not suggestion capitalized words #48

Open kofifus opened 8 years ago

kofifus commented 8 years ago

case in point - 'australian' is a typo but 'Australian' is not suggested.

this is fixed in https://github.com/cfinke/Typo.js/pull/45

ehhc commented 6 years ago

Any news on this one? Is the project still alive?

cfinke commented 6 years ago

Still technically alive, but I don't have much time to dedicate to it. If a patch were submitted that addressed only this issue, I'd gladly accept it. The patch in #45 touches far too many things to be merged.

ehhc commented 6 years ago

Can you give me a hint where to start? btw: are the english suggestion tests broken only for me or are they generally failing?