Skip to content

Commit

Permalink
feat(ref): remove stop_parsing for identifying hebrew refs of talmud …
Browse files Browse the repository at this point in the history
…with line (e.g. סוטה לה א:יא).
  • Loading branch information
YishaiGlasner committed Nov 2, 2023
1 parent 54ecfae commit 222525f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sefaria/model/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -2351,11 +2351,6 @@ def _core_regex(self, lang, group_id=None, **kwargs):

return reg

def stop_parsing(self, lang):
if lang == "he":
return True
return False

def toNumber(self, lang, s, **kwargs):
amud_b_list = ['b', 'B', 'ᵇ']
if lang == "en":
Expand Down

0 comments on commit 222525f

Please sign in to comment.