Fix Hebrew grammar transformation for letter He
authorAmire80 <amir.aharoni@mail.huji.ac.il>
Mon, 16 Jan 2017 18:07:14 +0000 (10:07 -0800)
committerAmire80 <amir.aharoni@mail.huji.ac.il>
Mon, 16 Jan 2017 18:22:55 +0000 (10:22 -0800)
It must only be transformed in the beginning of the word.

Change-Id: Iec6e2032775b9efd92cc2d649944f4892f813b24

languages/data/grammarTransformations/he.json

index 50620b1..e127f8b 100644 (file)
@@ -15,7 +15,7 @@
                        "ו$1"
                ],
                [
-                       "ה(.+)$",
+                       "^ה(.+)$",
                        "$1"
                ],
                [