alerque / decasify

A CLI utility, Rust crate, Lua Rock, Python module, JavaScript module, Neovim plugin, and SILE package to cast strings to title-case according to locale specific style guides including Turkish support.
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Incorrect TR titecase output #17

Closed alerque closed 3 months ago

alerque commented 3 months ago

Not sure why this didn't get capitalized, but it ain't right:

$ decasify -l tr -c title <<< 'dualarımızda minnettarlık ve övgü'
Dualarımızda minnettarlık ve Övgü

$ decasify -V
decasify v0.5.7
alerque commented 3 months ago

The regular expression looking for question words (e.g. mi) is too aggressive.