Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dictionary as language module #1185

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2024

  1. refactor: language-modules as first class subprojects

    Signed-off-by: Hiroshi Miura <[email protected]>
    miurahr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    3935ab8 View commit details
    Browse the repository at this point in the history
  2. feat: SpellChecker Dictionary as a language module

    Signed-off-by: Hiroshi Miura <[email protected]>
    miurahr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1b6e874 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. feat: morfologik speller: use dictionary from language module without…

    … copy to a file system
    
    Signed-off-by: Hiroshi Miura <[email protected]>
    miurahr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ebea9a2 View commit details
    Browse the repository at this point in the history
  2. feat: update ISpellCheckerDictionary to support legacy hunspell checker

    - Add API installHunspellDictionary(Path dictionaryDir)
    - Support it on AR, DA and FR
    - Provide bundled dictionary on FR
    
    Signed-off-by: Hiroshi Miura <[email protected]>
    miurahr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1e77f78 View commit details
    Browse the repository at this point in the history
  3. feat: hunspell checker use language-module's dictionary

    Signed-off-by: Hiroshi Miura <[email protected]>
    miurahr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1760abb View commit details
    Browse the repository at this point in the history
  4. chore: update language module jar file names

    Signed-off-by: Hiroshi Miura <[email protected]>
    miurahr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    faec9f5 View commit details
    Browse the repository at this point in the history
  5. chore: language module fatjar exclude languagetool-core

    Signed-off-by: Hiroshi Miura <[email protected]>
    miurahr committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a51e221 View commit details
    Browse the repository at this point in the history