You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the parser uses regex to replace words like בקרה to words like console. What it means is that it might also replace הבקרהשלי to הconsoleשלי which we dont want.
Currently, the parser uses regex to replace words like
בקרהto words likeconsole. What it means is that it might also replaceהבקרהשליtoהconsoleשליwhich we dont want.