* remove-repeating-words script now supports lowercase/uppercase option
* remove-foreign-words script now supports foreign words file of more than 2^24 words
* Deleted Objectbox and went back to SQLite. The database structure is entirely new and optimized for fast performance
* Added slow query stats + cache for even faster performance
* automatic language sorting script
* legacy database management using SQLiteOpener
* simplified access to the constant settings
* the dictionary loader now supports word frequencies
* word frequency validation upon building
* added default word frequencies to all dictionaries
* updated documentation
* fixed some English words always appearing in small letters, when some should be capitalized (I, Friday, December, etc...)"
* fixed Bulgarian words that should have been capitalized, but were not
* fixed mixed case suggestions priority not updating
* optimized dictionary loading (it's more than 2x faster now)
* fixed the last words of dictionaries not being loaded
* new, simpler (and hopefully, more efficient) dictionary loader
* no more dict.properties
* dictionaries are now validated during the build process
* TraditionalT9Settings code cleanup and code style improvements
* removed English, French, Italian, Russian repeating words
* removed invalid and repeating German words
* added missing words to the Bulgarian dictionary
* English dictionary update
* removed repeating words from the Italian and Bulgarian dictionaries
* fixed incorrectly broken words and removed repeating ones from the Ukrainian dictionary
* Russian dictionary update
* documentation update
* made it possible to type words with apostrophes (Dutch, English and Ukrainian)