Yoast / YoastSEO.js

Analyze content on a page and give SEO feedback as well as render a snippet preview.
GNU General Public License v3.0
403 stars 170 forks source link

Sentence detection should be able to handle Armenian puntuation #616

Open IreneStr opened 8 years ago

IreneStr commented 8 years ago

The Armenian language has some punctuation marks that are similar to many other languages, but are used for a different purpose (example: ':' is used as full stop). It also has is own unique punctuation marks (example: ' ՜' is used as exclamation mark). The sentence detection should be able to use the correct ones as a sentence terminator.

See: https://en.wikipedia.org/wiki/Armenian_alphabet#Punctuation

atimmer commented 8 years ago

For posterity: We can only solve this by looking at the locale and changing behaviour for it.