Closed tiff closed 2 months ago
The pull request introduces multiple updates across various files in the LanguageTool project. Key changes include the addition of proper nouns and contemporary terms to spelling and ignore lists, enhancements to grammar-checking capabilities, and updates to the handling of specific linguistic patterns in both German and English. These modifications collectively expand the vocabulary and improve the accuracy of language processing.
Files | Change Summary |
---|---|
languagetool-core/src/main/resources/org/languagetool/resource/spelling_global.txt |
Added several proper nouns, including names and locations, to enhance spelling correction capabilities. |
languagetool-language-modules/de/src/main/resources/org/languagetool/resource/de/compounds.txt |
Added new compound terms to expand vocabulary for German language processing. |
languagetool-language-modules/de/src/main/resources/org/languagetool/resource/de/hunspell/ignore.txt |
Introduced new entries to the ignore list for German, recognizing specific terms as valid. |
languagetool-language-modules/de/src/main/resources/org/languagetool/resource/de/hunspell/spelling.txt |
Added various new terms and phrases, including contemporary and specialized vocabulary, for spell-checking in German. |
languagetool-language-modules/de/src/main/resources/org/languagetool/resource/de/multitoken-suggest.txt |
Added new entries to enhance suggestion capabilities in German language processing. |
languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml |
Modified grammar rules and added new antipatterns to improve grammar-checking capabilities in English. |
spelling_global.txt
file, similar to the main PR, which also introduces new entries to the same file for spelling corrections.added.txt
file, which enhances the language processing capabilities, akin to the main PR's focus on adding proper nouns to spelling_global.txt
.added.txt
file, including names and terms, which aligns with the main PR's objective of expanding the dataset with proper nouns for improved language processing.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores