New Features and Update Notes

TX Spell .NET 5.0 provides the following new features:

Language Detection

TX Spell .NET 5.0 implements the new method DetectLanguageScopes that detects language scopes from a given string or complete document for more than 30 languages. The algorithm supports nested scopes such as bracketed text or bi-directional (dextrosinistral and sinistrodextral) text in various, mixed languages. The language detection engine requires a very low sampling size - it can detect the language from a single sentence with 4 or more words. It is not resource intensive, and returns the detected language(s) very fast. The results are added to the LanguageScopeCollection. The languages that are used to detect language scopes in a text can be defined by the TXSpell.DetectableLanguageScopes property.