ezura / spell-checker-for-swift

This command line tool can check spelling and show proposed correction.
MIT License
74 stars 9 forks source link

Added command line option to specify the language to use for spell checking #9

Closed nicholaslythall closed 5 years ago

nicholaslythall commented 5 years ago

Example usages:

typokana --language en_US
typokana -l fr
ezura commented 5 years ago

@nicholaslythall That's great idea! Thank you!