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: unicode-org/inflection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Inflection-0.1
Choose a base ref
...
head repository: unicode-org/inflection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 38 files changed
  • 2 contributors

Commits on Aug 19, 2025

  1. Implementing group 3 noun rules for Serbian. (#173)

    * Implementing group 3 noun rules for Serbian.
    
    * Convert to_array to manuall initialization bcs MacOS.
    
    * Using u16string_view to avoid allocation in constexpr
    
    * Fix spelling
    
    * Replace regex with simple loop for perfomance reasons.
    
    * Use [[maybe_unused]]  on unused parameters.
    
    * Remove uneccessary includes, optimize suffix handling code.
    
    * Add isConsontant/Vowel functions and simplify code with them.
    
    * Enable inflection guess check.
    nciric authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    60043f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

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