Skip to content

Commit

Permalink
czech: Comment out unused R1 routine for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Sep 10, 2024
1 parent 90e2774 commit a1d8b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms/czech.sbl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
routines (
RV R1
RV // R1
palatalise_e
palatalise_ecaron
palatalise_i
Expand Down Expand Up @@ -49,7 +49,7 @@ define mark_regions as (
backwardmode (

define RV as $pV <= cursor
define R1 as $p1 <= cursor
// define R1 as $p1 <= cursor

define palatalise_e as (
[substring] among (
Expand Down

0 comments on commit a1d8b9b

Please sign in to comment.