Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yomidevs/yomitan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26.2.17.0
Choose a base ref
...
head repository: yomidevs/yomitan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26.3.9.0
Choose a head ref
  • 6 commits
  • 38 files changed
  • 5 contributors

Commits on Feb 24, 2026

  1. make processor functions return an array of variants (#2312)

    * make processor functions return an array of variants
    
    * tighten processed variants limit
    
    * lint
    
    * codex comment 2
    
    * lint
    StefanVukovic99 authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    4b39925 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. [it] Support removing apostrophed words in Italian (#2318)

    * [it] Support removing apostrophed words in Italian
    
    * [it] Add ’ as an apostrophe variant
    daxida authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    0cbc1fe View commit details
    Browse the repository at this point in the history
  2. Change scanning.scanResolution recommended setting to character for a…

    …gglutinative languages (#2308)
    
    Change scanning.scanResolution for agglutinative languages
    ImenaOphelia authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    8c71f26 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. Configuration menu
    Copy the full SHA
    d810b2f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Fix honorific masu inflection (#2324)

    * Fix honorific masu inflection
    
    * Fix test
    
    * Fix formatting
    Lyroxide authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    cdef822 View commit details
    Browse the repository at this point in the history
  2. Feature/mecab [/tokenize] support for mecab (#2254)

    * Improves mecab tokenizer
    
    * Better handling of auxiliary verbs
    
    * Handling of translated POS like unidic-mecab-translate
    
    * Improve handling of copula
    
    * Improve code structure to handle ipadic/unidic translated
    
    * Add better ta/da handling. IPADIC can't however differentiate it from copula
    
    * Improves edge cases
    
    * Reduce differences of treatment between unidic translate and unidic original
    
    * Make .startWith more robust with ?.
    
    * Add lemma, lemma_reading in first subtoken when tokenizing with mecab
    
    * Use lemmaReading instead of lemma_reading in the json
    
    * Fixes npm run test
    JSchoreels authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    78eee11 View commit details
    Browse the repository at this point in the history
Loading