* fix for \b regexp with JDK>=19
* [ro] fix \b regex for JDK>=19
* [pt] fix \b regex for JDK>=19
* [fr] fix \b regex for JDK>=19
* [es] fix \b regex for JDK>=19
* [ca] fix \b regex for JDK>=19
* [de] fix for \b regexp with JDK>=19
* use new segment parameter for \b fix
* [de] fix for \b regexp with JDK>=19
* update commandline tests
* [uk] fix for a type in regex
* update SentenceRangeTest
* fix SentenceRange
---------
Co-authored-by: Andriy Rysin <arysin@gmail.com>
* fix for \b regexp with JDK>=19
* [ro] fix \b regex for JDK>=19
* [pt] fix \b regex for JDK>=19
* [fr] fix \b regex for JDK>=19
* [es] fix \b regex for JDK>=19
* [ca] fix \b regex for JDK>=19
* [de] fix for \b regexp with JDK>=19
* use new segment parameter for \b fix
* [de] fix for \b regexp with JDK>=19
* update commandline tests
* [uk] fix for a type in regex
---------
Co-authored-by: Stefan Viol <stefan@stevio.de>
* Add dependencyManagement to parent pom to have a bom
* Move all dependencies to dependencyManagement section of parent pom
* change sort + fix dependency in dev
* Sort dependencies
* Revert "Sort dependencies"
This reverts commit 76494fc137.
* Sort dependencies (update indentSpace)
* [server]
- add parameter to check preferred language
- remove doubled languageIdentifier
* Update git plugin to fix build
* start to implement new langidentifier mechanism
* add default spellchecker to all languages which has one and implement spellcheck based languagedetection
* update test to be more flexible
* [core] start merge LanguageDetection implementations
* [core] finish merge LanguageDetection implementations
* [core] move packages and fix existing tests
* [Standalone] add tests for SimpleLanguageIdentifier
* [core] resolve review comments
* [core] add copyright
* [core] fix indents
* [core] fix more indents